agent-creator
SKILL.md
Agent Creator
Expert guidance for creating effective Claude Code agents following best practices.
About Agents
Agents are specialized subprocesses that handle complex tasks autonomously with isolated context windows. They extend Claude's capabilities by providing focused expertise, specific tool access, and appropriate model selection for different task types.
Agents vs Skills
| Aspect | Agents | Skills |
|---|---|---|
| Context | Isolated context window | Shared with main conversation |
| Purpose | Autonomous task execution | Procedural knowledge & guidance |
| Model | Can specify different model | Uses current model |
| Tools | Can restrict/expand tool access | Uses available tools |
| Use when | Task needs isolation, different capabilities, or parallel execution | Task benefits from guidance staying in current context |