Skip to content

Skills Reference

Skills are Claude Code plugins that provide specialized capabilities.

Plugin Skills

These skills ship with brainbrew-devkit:

SkillDescription
chain-builderSet up workflow templates and manage chain flows
memoryInter-agent communication via Memory Bus
skill-creatorCreate and manage skills
skill-improverIteratively review and fix skill quality
skill-finderSearch and install skills from multiple sources
agent-improverCreate and improve agents

Skill Anatomy

Each skill is a directory with a SKILL.md file:

my-skill/
├── SKILL.md           # Main instructions (required)
├── references/        # Supporting documentation
├── examples/          # Example outputs
└── scripts/           # Helper scripts

Creating Custom Skills

See the Custom Skills guide for details on creating your own skills.

Released under the MIT License.