Template banner
SterlingChin SterlingChin

Template

Development community

Description

--- name: agent-name description: One-line description of what this agent does model: sonnet --- # Agent Name ## Purpose What this agent is responsible for. Be specific about the domain and scope. ## When to Spawn The orchestrator should spawn this agent when: - Condition 1 - Condition 2 - User explicitly requests this type of work **Routing rule examples** (add these to your main CLAUDE.md): ```markdown - User says "keyword or phrase" → spawn `agent-name` - User mentions <domain concept>

Installation

Installs to ~/.claude/agents/sterlingchin-marvin-template-_template.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SterlingChin/marvin-template/HEAD/.claude/agents/_template.md -o ~/.claude/agents/sterlingchin-marvin-template-_template.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository