What problem does it solve? Repositories often lack documentation that helps AI coding agents and human contributors work safely, and existing README or AGENTS.md files drift out of sync with what actually shipped. This Skill produces a structured README.md and AGENTS.md pair that makes a codebase legible to agents like Claude Code, Cursor, Codex, and OpenCode. ## Core Features & Use Cases - Repo scanning and interview workflow: Scans package manifests, directory structure, tests, and CI config before asking targeted questions about glossary terms, non-negotiables, and architecture. - Dual-document generation: Drafts README.md as a decision document and AGENTS.md as an operating manual, using provided templates and drafting principles. - Plan-drift auditing: Reviews existing docs against actual code, distinguishing [planned] from [shipped] claims and marking drift with dated NOTE markers. - Use Case: Point the Skill at a new monorepo and ask it to write an AGENTS.md; it scans the repo, interviews you about hard invariants, shows a draft for confirmation, then writes both files. ## Quick Start Ask the agent to write an AGENTS.md and README for this repository so coding agents can safely make changes.