Skip to main content

Custom Skills

12.1 What is a Skill

12.2 SKILL.md File Format

Skill files are stored in the .claude/skills/ or .agents/skills/ directory:

12.3 Creating Skills with skill-creator

Or use the skill-creator Skill directly:

12.4 Integrating External Skills

The AI will:
  1. Identify the Skill source
  2. Analyze the Skill’s functionality
  3. Create integration docs in spec/guides/
  4. Create a wrapper command in .claude/commands/trellis/
  5. Generate a unified /use-[skill-name] entry point

12.5 Sharing Skills

If you want to share a Skill, you can publish it via npm or share it directly on GitHub. Other users can integrate your Skill into their projects via the /integrate-skill command.