What problem does it solve?
Maintain consistent, accurate, and discoverable README.md and AGENTS.md documentation across a monorepo to reduce onboarding friction, prevent broken links, and avoid drift between code and docs.
Core Features & Use Cases
- Audit and Report: Scan packages and apps to detect missing or outdated README and AGENTS files and generate an actionable audit report.
- Generate and Standardize: Create new README files from package metadata and source exports using repository templates to enforce a consistent structure.
- Validate Links and Commands: Verify internal markdown links, documented commands, and cross-references against package.json and source code.
- Use Case: Run a full audit before a release to ensure all package READMEs document exports, scripts, and usage examples and to auto-generate missing documentation for internal packages.
Quick Start
Request the audit by running the readme skill with the command /readme audit to produce a report of missing, inconsistent, and broken documentation.