SKILL.md file with instructions, and Craft Agents adds it to its toolkit—using it automatically when relevant, or when you @mention it directly.
Skills follow the Agent Skills open standard, making them compatible with Claude Code and other tools that support the spec.
Creating Skills
Just ask Craft Agents to create one. Describe what you want, and the agent will create the skill for you:Skill Structure
Skills are folders in your workspace containing aSKILL.md file:
SKILL.md Format
Frontmatter Fields
When a skill declares
requiredSources, those sources are automatically enabled for the session when the skill is invoked — so the agent has access to their tools from the first turn. Sources must be configured in the workspace and authenticated; unauthenticated sources are skipped and handled at runtime.For the full SKILL.md schema including advanced fields like
allowed-tools, context, and agent, see the Claude Code skills documentation.Using Skills
Mention the skill with@ in your message:
Skill Locations
Create a workspace skill with the same slug as a built-in to override it with your own behavior.