Template Agent banner
CannonCoPilot CannonCoPilot

Template Agent

Development community

Description

--- name: _template description: Template for creating new agents - not an active agent tools: Read, Write, Glob, Grep, Bash, TodoWrite model: sonnet --- # Agent: [Agent Name] ## Metadata - **Purpose**: [Brief description] - **Can Call**: [Other agents, or "none"] - **Created**: [YYYY-MM-DD] - **AC Component**: [If linked to AC-01 through AC-09, specify] ## Status Messages - "Starting [task]..." - "Gathering [resources]..." - "Processing [data]..." - "Finalizing [output]..." ## Expected Outp

Installation

Installs to ~/.claude/agents/cannoncopilot-project_aion-_template-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/CannonCoPilot/Project_Aion/HEAD/.claude/agents/_template-agent.md -o ~/.claude/agents/cannoncopilot-project_aion-_template-agent.md

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

Full documentation available on GitHub

View Source Repository