📊 Visual diagrams →
Ready-to-use boilerplates for every AI coding agent. Clone the one you use. Copy into your project. Edit. Ship.
agent — Write AGENT.md once. Sync to every agent with one command.
npx @agent-anatomy/agent| Agent | Config | Repo |
|---|---|---|
| Claude Code | .claude/ + CLAUDE.md |
agent-anatomy/claude |
| Cursor | .cursor/rules/ + .cursorrules |
agent-anatomy/cursor |
| OpenAI Codex | AGENTS.md |
agent-anatomy/codex |
| Windsurf | .windsurfrules |
agent-anatomy/windsurf |
| GitHub Copilot | .github/copilot-instructions.md |
agent-anatomy/copilot |
| Aider | .aider.conf.yml + CONVENTIONS.md |
agent-anatomy/aider |
| Gemini CLI | GEMINI.md |
agent-anatomy/gemini |
# Example: Claude Code
git clone https://github.com/agent-anatomy/claude.git .claude-boilerplate
cp .claude-boilerplate/CLAUDE.md ./CLAUDE.md
cp -r .claude-boilerplate/.claude ./.claude
rm -rf .claude-boilerplateEach repo has copy-paste instructions for its agent.
Using an agent not listed?
- Fork any existing repo as a template
- Add real, working config files for your agent
- Open a PR to add it to this index
Every boilerplate should have real files — not just docs.