What problem does it solve?
Create-agent helps you set up a new workspace-specific custom agent (with the right prompt, command, and memory) instead of manually scaffolding the files each time.
Core Features & Use Cases
- Agent scaffolding: Creates a
.claude/agents/custom-{name}.md file with system instructions for domain, personality, model, and dashboard color.
- Workspace integration: Adds a slash command in
.claude/commands/custom-{name}.md that launches the correct subagent type and ties to the agent’s persistent memory.
- Persistent memory setup: Creates a dedicated
.claude/agent-memory/custom-{name}/ folder for durable agent-specific notes.
- Proper safety/consistency guardrails: Guides you to defer to
config/workspace.yaml for language/owner/company and to follow naming and folder conventions.
- Core-agent overlap awareness: Advises when not to duplicate existing core agents and when to narrow the custom scope.
Quick Start
Tell Claude Code: create a new agent for "customer support" with a friendly tone, use model sonnet, pick a blue hex color, and store outputs under workspace/support/.