Strict, opinionated documentation manager that enforces a hard split: README.md for humans browsing GitHub, AGENTS.md for developers and AI agents running commands. No tutorial fluff, no marketing copy in the wrong file, no guessing. It verifies the actual codebase before writing anything and defaults to terse, imperative style. Handles init and update workflows for both file types, with flags like preserve, minimal, and dry-run. The most useful part is probably the enforcement itself: it will tell you to move your CLI commands out of the README and into AGENTS.md where they belong. Opinionated in a good way if you're tired of documentation drift.
npx skills add https://github.com/paulrberg/agent-skills --skill md-docs