YUNGC0DE/Code-Agents-Playbook
Playbook for building production-grade AI code agents.
Platform-specific configuration:
{
"mcpServers": {
"Code-Agents-Playbook": {
"command": "npx",
"args": [
"-y",
"Code-Agents-Playbook"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> A playbook for learning how coding agents are put together β and for building your own
The playbook is built on examples from real production coding agents, including Claude Code. 18 chapters bring together best practices in architecture, patterns, and production trade-offs into a reference you can act on.
Two ways to use it:
What's inside:
code-samples/) β original implementations that demonstrate each patternChapter structure (same across all parts β from intuition to detail):
| Section | What you get | | ------------------------ | ----------------------------------------------------------------------- | | Overview | What the subsystem does and why it matters, in plain language. | | How it fits together | Architecture, data flow, and mermaid diagrams β how the pieces connect. | | Production concepts | Practices and mechanisms inferred from production coding agents. | | Key design decisions | Trade-offs and non-obvious choices. | | Insights | Gotchas, edge cases, and lessons worth remembering. | | Code samples | Links to runnable Python in code-samples/ for that chapter. | | Build your own | Concrete steps to reuse the pattern in
Loading reviews...