← ClaudeAtlas

generate-doclisted

Generate documentation — README, API docs, technical docs, changelogs, and usage guides. Use when the user needs new documentation created or template-based document generation.
AVA-2568/MY_SKILL · ★ 0 · AI & Automation · score 76
Install: claude install-skill AVA-2568/MY_SKILL
# Generate-Doc (文档生成) Create documentation files with consistent structure. ## When to Use - "Create a README for this project" - "Write API documentation" - "Generate a changelog" ## Procedure 1. Understand the audience and purpose of the document. 2. Choose a document template matching the type. 3. Gather content requirements from the codebase or user input. 4. Generate the document with frontmatter metadata. 5. Verify completeness against stated requirements. ## Verification - Document covers all requested sections - Content is accurate (cross-check with source code) - Format matches the chosen template