Maintains comprehensive project documentation by automatically updating READMEs, CLI help outputs, and specialized guides based on code changes.
The Documentation Auto-Update skill ensures your project's user-facing documentation never falls behind development. By analyzing git diffs and identifying change types—such as new CLI options, breaking API changes, or internal refactors—the skill intelligently determines the appropriate documentation scope. It handles everything from synchronizing multi-language READMEs to updating JSON schema descriptions and migration guides, keeping your documentation accurate, consistent, and useful for end users and developers alike.
Key Features
01Automated CLI help string and usage verification
02Smart change-impact analysis for documentation scoping
030 GitHub stars
04Cross-language documentation synchronization for READMEs
05Consistency checking between code and documentation
06Agent-specific documentation and schema updates
Use Cases
01Updating README tables and help text immediately after adding new CLI flags
02Synchronizing Japanese and English documentation versions after feature changes
03Maintaining internal development guidelines in CLAUDE.md for team consistency