Claude Code Monorepo
Description
The real Claude Code configuration behind a 13-service TypeScript platform — 71 skills, 34 hooks, 31 agents, 172 memories, one full epic walkthrough — sanitized. A worked example of loop engineering: maker ≠ checker, verifiable stop conditions.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-code-monorepo
**Claude Code skills, hooks, subagents, `CLAUDE.md` files, MCP config and memory — the real, sanitized configuration from seven months of shipping a production TypeScript monorepo.**
[](LICENSE) [](https://docs.anthropic.com/en/docs/claude-code) [](SANITIZATION.md)
A near-complete reference export of the Claude Code setup I used to build and ship a 13-service TypeScript platform — roughly 250k lines, ~780 merged PRs, seven months, largely as a single engineer.
This is not a starter template. It is the **real configuration**, sanitized: full skill texts, full hook scripts, the actual memory tree, and one complete epic walkthrough. The company, product, people and infrastructure identifiers have been renamed to consistent fictional ones — see [`SANITIZATION.md`](SANITIZATION.md).
The idea
"Loop engineering is replacing yourself as the person who prompts the agent. You design the system that does it instead." — [Addy Osmani](https://addyosmani.com/blog/loop-engineering/)
Two disciplines run through everything here:
- Maker ≠ checker. The agent that does the work never grades it. A separate agent
confirms.
doneis a claim, not a proof. - Verifiable stop conditions. Every "is it finished?" must be machine-checkable — a command that exits 0, a named RED test that turns GREEN. Never a vibe.
Six layers
| Layer | Question it answers | Where |
|---|---|---|
| Context | What must it always know? | `project/**/CLAUDE. |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11