What problem does it solve?
Documentation often drifts out of sync with the actual codebase after refactors or updates, leading to broken examples, missing scripts, and confused users that waste time following outdated instructions.
Core Features & Use Cases
- Drift Detection: Scans all markdown files in your project to identify 4 types of documentation drift: missing npm scripts, uninstalled scoped dependencies, non-existent file paths, and undocumented npm scripts.
- Pre-Release Audits: Use it before shipping code to catch broken references that would frustrate users or contributors.
- Post-Refactor Checks: Run it after major codebase changes to ensure all documented examples and paths still match the actual code.
Quick Start
Ask the AI to run the docs skill on your project root to scan all markdown files for drift and get a list of broken references and missing scripts with suggested fixes.