What problem does it solve?
This Skill prevents documentation drift and incomplete updates by enforcing a strict, LLM-optimized generation process for claudecode package docs, including correct ordering, resumption after limits, and safe README handling.
Core Features & Use Cases
- Strict doc queue ordering: Ensures setup.md, user_manual.md, api.md, and examples/example.md are updated first, with README.md always generated last.
- README correctness and compliance: Guarantees the required README structure and enforces that acknowledgments, disclaimers, and licenses appear only at the end in the correct order.
- Resumable generation under limits: Supports continuation behavior when generation hits token/usage limits, including partial vs full regeneration rules.
- API-first documentation references: Treats api.md as the single source of truth so Claude generates code and docs based on authoritative function signatures and options.
Quick Start
Use the doc-generation skill to update package documentation by instructing an AI to run ClaudeCreateDocumentation or ClaudeUpdateDocumentation with the appropriate target files and update mode.