What is a Skill?

A skill is a small, structured text file that gives an AI assistant on-demand access to accurate, up-to-date reference material instead of relying on what it memorized during training. Each Lucee skill bundles an index of recipes, guides, and technical specs with instructions for the assistant on when and how to fetch the relevant page before answering — so you get working CFML code and correct API details instead of confident guesses.

Available Skills

Lucee Docs

lucee-docs

Lucee CFML documentation covering recipes, guides, and runnable examples — configuration, extensions, AI integration, Docker, datasources, caching, logging, mappings, startup hooks, and all Lucee features. Use this skill whenever the user asks anything about Lucee or CFML. For tags and functions, use the Lucee MCP server instead. Fetch the relevant doc(s) on demand — never guess at Lucee-specific behavior; always read the source first.

48 KB Updated Jul 3, 2026 Refreshed hourly from docs.lucee.org

Using Skills with Your AI Assistant

Skill files are plain text, so any assistant that lets you attach reference material can use one. A few common setups:

Claude

Claude supports Agent Skills natively. Download the file into your project's .claude/skills/ directory, or add it under a Claude.ai Project's Skills settings — Claude loads it automatically whenever a Lucee or CFML question comes up.

ChatGPT

Attach the file to a Project or upload it to a Custom GPT's Knowledge files. ChatGPT will pull from it as reference material whenever your prompt touches Lucee or CFML.

Gemini

Add the file as a knowledge source on a Gemini Gem, or paste its contents into your system instructions so Gemini has the same Lucee-specific context to work from.