This skill should be used when the user asks to "create an agent", "write an agent", "build an agent", or wants to add new agent capabilities to Claude Code.
/plugin marketplace add dwmkerr/claude-toolkit/plugin install toolkit@claude-toolkitThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Create effective Claude Code agents.
Agents support color assignments for visual distinction. Set in YAML frontmatter:
---
name: explore
description: Explores codebases
color: purple
---
| Color | Agent Type | Purpose |
|---|---|---|
| Purple | Explore | Codebase exploration, documentation |
| Blue | Plan | Analysis, planning, architecture |
| Green | Create | Testing, creation, validation |
| Orange | Debug | Debugging, refactoring |
| Yellow | Clean | Optimization, cleanup |
| Red | Reflect | Security, critical review |
| Pink | - | Available |
| Cyan | - | Orchestration, coordination |