claude-agents
Installation
SKILL.md
Claude Agent Development
Create and validate specialized subagents that extend Claude Code with focused expertise.
Agents vs Skills
Critical distinction:
| Aspect | Agents (This Skill) | Skills |
|---|---|---|
| Purpose | Specialized subagents with focused expertise | Capability packages with instructions |
| Invocation | Task tool (subagent_type parameter) |
Automatic (model-triggered by context) |
| Location | agents/ directory |
skills/ directory |
| Structure | Single .md file with frontmatter |
Directory with SKILL.md + resources |
See agent-vs-skill.md for details.