Claude Code subagent imported from simoneschiavo/simoneschiavo.github.io (
.claude/agents/README.md). Copyright stays with the author.
Agents
Agents are parallel specialists that can run independently.
What Are Agents?
Think of agents as specialized team members:
- Researcher - Gathers information in parallel
- Writer - Creates content drafts
- Analyst - Reviews and provides feedback
Coming Soon
Agents are covered in Video 5 of the series: "Agents & Automation"
For now, focus on:
- Building your context (
context/) - Using skills (
.claude/skills/) - Running commands (
.claude/commands/)
How to Create an Agent
When you're ready, create a file here with:
- Agent name and purpose
- What tools/skills it can use
- When to invoke it
- Output format
Example structure:
agents/
├── researcher.md
├── writer.md
└── analyst.md
Learn More
Watch Video 5: "Agents & Automation" for full walkthrough.