Documentation
README
Create Custom Agent
Guide the user through creating a new custom agent that extends the workspace with a specialized domain.
What You're Building
A custom agent is a .md file in .claude/agents/ with the custom- prefix. It has:
- A system prompt defining personality, domain, and behavior
- A slash command in
.claude/commands/ - A persistent memory folder in
.claude/agent-memory/ - Optional skills it can use
Custom agents are gitignored (the custom- prefix triggers this) — they're personal to your workspace.
Step 1: Understand the Agent
This is the opening of the README. Read the full README on GitHub.