Skills Reference
Skills are Claude Code plugins that provide specialized capabilities.
Plugin Skills
These skills ship with brainbrew-devkit:
| Skill | Description |
|---|---|
| chain-builder | Set up workflow templates and manage chain flows |
| memory | Inter-agent communication via Memory Bus |
| skill-creator | Create and manage skills |
| skill-improver | Iteratively review and fix skill quality |
| skill-finder | Search and install skills from multiple sources |
| agent-improver | Create 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 scriptsCreating Custom Skills
See the Custom Skills guide for details on creating your own skills.