/t · guides

Long-form on agent configuration.

39 guides on the four files that ship into your context on every turn: CLAUDE.md, AGENTS.md, .cursorrules, .grokrules. Token math, Karpathy-rubric scoring, rule-firing audits, comparison pages, drift playbooks. Every guide ends with a paste-and-score CTA back to the analyzer.

Score your own file first, then come back here for the deep dive on whatever the analyzer flagged. Open the analyzer →

start here
What do these files actually cost?
Every line of CLAUDE.md, AGENTS.md, .cursorrules, and .grokrules is re-sent on every turn. A 5,000-token config is a 5,000-token tax on every request, not a one-time load. We do the per-line token math on what each rule costs you.
Why does Claude ignore half of it?
Rules compete for attention. Past a few thousand tokens some lines stop firing reliably, and you keep paying the token cost whether they fire or not. Here is why Claude skips lines, and which to cut.
CLAUDE.md, AGENTS.md, .cursorrules, .grokrules: which format?
All four share the same per-turn cost model and differ on imports, defaults, and which host loads them. ccmd scores all four. Start with who pays for an AGENTS.md per turn if your repo carries more than one.
What does ccmd grade against?
Karpathy's 12-rule scorecard, which dropped reported mistake rate from 41% to 11%. Most files score 4 of 12. Read how the rubric scores a file, then run yours.
recently added

AGENTS.md (Codex / GPT-5.5)

6 guides

Codex's cross-tool agent-config spec. Same per-turn cost mechanics as CLAUDE.md, different defaults and import rules.

.cursorrules (Cursor)

1 guide

Cursor's rules file and the .mdc multi-file variant.

.grokrules (xAI Grok Build)

1 guide

Grok Build's config file, native parsing in the analyzer.

Token cost and budget

16 guides

Per-turn token math, weekly quota burn, parallel agents, the Agent SDK credit split shipping 2026-06-15.

Rules: which fire, which to cut

5 guides

Why Claude ignores some lines on some turns, what to delete, what to keep, what to rewrite.

Audit playbooks

4 guides

Run-this-Tuesday workflows: line-firing audits, owner audits, accuracy-gain audits, memory audits.

Memory and context model

2 guides

Nested files, subagent inheritance, plugin overwrites, recursion isolation, host-context drift.

Drift across models and teams

2 guides

Same CLAUDE.md, different models. Same repo, different engineers. What survives and what does not.

Claude Code basics

1 guide

Setup, latency, skills, and the things newcomers ask before they hit the first weekly limit.

Other essays

1 guide

Standalone pieces that didn't slot into a cluster.

Pick a guide, or skip the reading and paste your own file into the analyzer. Same rubric, applied to your actual config in under a second.