Code Agreements
Description
How I want code written, across all my projects. Maintained by a Claude Code skill.
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
Code Agreements
How I want code written, across all of my projects.
What this is
These files are read before writing code, so that guidance given once doesn't have to be given again. Some of it was set down up front; most of it accumulates as things get settled during development sessions — usually when I correct, simplify, or rename something.
Each entry records what was actually settled, with the reasoning attached, so a future session can read it and skip the argument. It is not a style guide written from first principles.
What to read
Always read `general.md`. It applies to every language, and it holds the design, comment, and process guidance that is easiest to assume you already know.
Then read the file for **every** language the change touches — plural, not one. A change spanning a C# backend and a TypeScript front end needs `csharp.md` and `typescript-react.md` both.
Layout
| File | Holds |
|---|---|
general.md |
Language-agnostic design and process guidance |
csharp.md |
C# / .NET |
typescript-react.md |
TypeScript, React, and the web front end |
Route an entry by where it **applies**, not where it came up: a design principle that surfaced in C# still belongs in `general.md`.
The bar for a new entry
These files are read in full before every coding task, so each rule taxes every future session whether or not it applies. A new entry has to be **unguessable** (a competent implementer wouldn't arrive at it unaided) and **recurrent** (it fires often, not just conceivably). Most candidates fail one or the other. One entry is a normal yield from a session; five means a session's narrative is being converted into rule-shaped prose.
The entries that earn their keep are mostly preferences — arbitrary, unguessable, two lines. Things I _discovered_ whil
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