Borrowing it
Nothing to install: this file belongs to anthony-chaudhary/fak. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/anthony-chaudhary/fak/main/CLAUDE.mdgit clone --depth 1 https://github.com/anthony-chaudhary/fakWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/anthony-chaudhary/fak/claude-md)<a href="https://agentmods.dev/instructions/anthony-chaudhary/fak/claude-md"><img src="https://agentmods.dev/badge/instructions/anthony-chaudhary/fak/claude-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01308 | $0.01308 |
| Opus 5 | $0.00654 | $0.00654 |
| Sonnet 5 | $0.00262 | $0.00262 |
| Haiku 4.5 | $0.00131 | $0.00131 |
Grade A, and why
fak CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Not the human contributor guide. This file is operating instructions for automated contributors working inside the maintainers' shared checkout. Humans want
README.mdfor what fak is andCONTRIBUTING.mdfor how to contribute; nothing on this page applies to you.
The canonical instructions
The canonical agent instructions for this repo are in AGENTS.md —
read it first for build/test/run, the repo map, and the rules.
The five hard rules
The five that will bite you if you skip them:
- Work directly on the trunk (
main). Never open a feature branch or new worktree — the trunk guard refuses off-trunk commits (OFF_TRUNK). The one sanctioned exception is a detached per-worker worktree that lands its diff back onmainviafak worktree worker prepare|land|reap(build isolation, #1334 / epic #3165): because it is detached (never a branch) and commits only through the serialized land under the worker's lane lease, it is not off-trunk and never tripsOFF_TRUNK. Feature branches and any other off-trunk commit stay forbidden. (Details inAGENTS.md.) - Commit via
fak commitorfak sweepby explicit path — all commits must be made viafak commit --path <p> -m "<subject> (fak <leaf>)"orfak sweep --apply --lane <lane> -m "<subject>", nevergit add -Aor uncoordinated rawgit commit(shared multi-session tree).fak commitlocks the lane, stages exactly your paths, provides automatic DCO sign-off (with-saccepted for compatibility), and verifies that no peer files were raced in (PATHSPEC_RACE). End every ship commit's Conventional-Commits subject with a bindable(fak <leaf>)trailer so thedos verifyreferee can bind it — e.g.fix(gateway): treat same-tick ready as positive (fak gateway). A bare un-stamped subject stays NOT_SHIPPED. Emergency raw git fallback is permitted ONLY when thefakbinary is unbuilt (git commit -s -m "<subject> (fak <leaf>)" -- <paths>). The/commit-cleanskill mechanizes this rule end to end. (Full convention inAGENTS.md.) - Default is to ship green work and sync safely unprompted — do more work by default:
pre-flight sync with trunk (
fak sync check,fak sync reconcile --apply, orfak sync apply), verify on-device (fak validate --mine <paths>,go test ./internal/<pkg>/...), commit by explicit path (fak commit --path <p> -m "<subject> (fak <leaf>)"orfak sweep --apply --lane <lane> -m "<subject>"), and push unprompted viafak sync pushorfak commit --push. "Green" requires shift-left proof: for changes touching executable CLI verbs, gateway adapters, or runtime logic, execute real paths in dogfood or integration tests rather than relying on mock-only or shallow tests. Safe merge discipline: verify no in-flightMERGE_HEADexists before staging (if active, unstage and wait; never clobber, abort, or finish a peer's merge); usefak sync apply(--ff-only) for clean trunk convergence; route divergence viafak sync reconcile(disjoint integration, superset merge, or dirty parking viafak wip park); never force-push, use--autostash, or perform raw 3-way merges. Dual-repo synchronization invariant: when working across both repos or touching shared interfaces (pkg/*), keep bothfakandfak-privatesynchronized (fetch both remotes andrefs/fak/locks/*, fast-forward both, syncgo.workto prevent module skew, and audit with public leak scrubtools/scrub_public_copy.py --audit-staged). Full default + verify command inAGENTS.md. - Divide and conquer: delegate substantive work and keep this coordinator context clean; enforce capability-aware scoping and persistence —
decompose substantive or multi-part requests into atomic single-concern units and launch specialized subagents
concurrently for independent components. Use guarded headless agents or equivalent isolated workers for investigation,
implementation, tests, and review. Constrain smaller models and workers to atomic S0/S1 leaf units (1–3 files,
single package, exactly one witness). Scope abstention strictly to bounded high-difficulty aspects
(concurrency, frozen ABI, kernel memory layout, security gates): emit a structured
ABSTAINfor the escalated boundary while executing all independent, safe, solvable sub-components (such as reproduction tests or diagnostics). Treat guard refusals as actionable feedback rather than session stops: queryfak recover <TOKEN>, adapt execution or wait out transient locks, and maintain momentum on the objective without repeating failing calls. Keep only decisions and compact witnessed evidence here; independently verify worker effects before landing or reporting them. Reserve direct work for lightweight coordination and truly trivial tasks. Full contract inAGENTS.md. - The Go module is the repository root — run
gocommands from the clone root;go install github.com/anthony-chaudhary/fak/cmd/fak@latestresolves directly.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed · +146 tokens per session 0805d14bfe49
- 2d ago Changed · +3 lines · +192 tokens per session 18e68fe9b55b
- 3d ago Changed · +2 lines · +64 tokens per session 96504cd6336f
- 4d ago First seen · 55 lines · 906 tokens per session scan A ff8ba1dbaa52
fak CLAUDE.md is an instructions file published in the GitHub repository anthony-chaudhary/fak (37 stars, last pushed today), licensed Apache-2.0. It adds 1,308 tokens to every session, about $0.0065 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.