What problem does it solve? AI coding agents need project-specific context to work effectively, but writing and maintaining an AGENTS.md file is tedious and it drifts out of date as the codebase evolves. This Skill audits the repository and produces a concise, accurate AGENTS.md, or reconciles an existing one against current reality. ## Core Features & Use Cases - Authoring path: Explores package metadata, configs, and docs to draft a new AGENTS.md from a standard skeleton when no guidance exists. - Refresh path: Audits every checkable claim in an existing AGENTS.md against the codebase, records a verdict ledger, and emits a minimal change list of repairs, removals, relocations, and additions. - Legacy migration: Migrates content from older locations like .agents/PROJECT.md into the repo-root file and wires up the Claude Code include. - Use Case: After a monorepo restructure, run the refresh path to detect that a documented directory listing and command have drifted, then apply only the approved edits while leaving everything else byte-identical. ## Quick Start Ask the agent to update the project guidance for this repository and approve the draft or change list it presents.