Root contracts for behavior
AGENTS.md and CLAUDE.md become the single living contract: commands, architecture, doctrine, and the rules agents must follow here.
Free skill
Free engine skill that emits AGENTS.md, CLAUDE.md, CONTEXT.md, docs/agents, durable plans, and portable plan-mode and code-review skills — all rewritten from evidence gathered in your repo.
$ npx skills add https://www.aisdkagents.com/skill/bootstrap-agents-md --skill bootstrap-agents-mdRun it in your terminal, then restart your AI coding tool so it can discover the skill. First time? Read the install guide
Browse the authored files — SKILL.md and references included.
SKILL.mdmarkdownAGENTS.md and CLAUDE.md become the single living contract: commands, architecture, doctrine, and the rules agents must follow here.
A glossary of your project's terms and decisions, seeded from schema names, README prose, and existing docs.
Architecture, code style, and a lessons-learned file agents append to when they make a mistake — the system stays living.
Ships plan-mode (think before code) and code-review (the two-axis check) into your repo's skills directory.
The engine ports a proven system and doctrine, then rewrites all content for your repo from evidence it gathers there — never pasted boilerplate.
A repo where every agent session starts from zero because nothing is written down.
A team codebase where agents keep using raw tool binaries instead of project scripts.
A project with tribal knowledge — domain terms and decisions that live only in heads.
An existing AGENTS.md that has drifted from the code and needs an evidence-based rewrite.
Setup runs the interview, then dispatches to the engines
AGENTS.md # root entrypoint (living document)CLAUDE.md # symlink -> AGENTS.mdCONTEXT.md # domain language: glossary + decisions (living document)docs/ agents/ architecture.md # real system map, written from evidence code-style.md # this repo's actual conventions lessons-learned.md # seeded, append-only knowledge base plans/ README.md # how durable plans work here release.md # how THIS project ships.agents/ skills/ plan-mode/SKILL.md # portable doctrine (references/skill-plan-mode.md) code-review/SKILL.md # portable doctrine (references/skill-code-review.md) <stack skills as applicable>