快速判断
Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing.
适合任务
- 把重复任务整理成可复用的 AI 操作流程。
- 让 AI 在特定场景下按统一规范执行。
- 为团队或个人工作流提供可复制的任务说明。
输入与输出
输入:任务目标、上下文材料、文件路径、约束条件或需要处理的内容。
输出:按 Skill 说明生成的文档、代码、检查结果、计划、建议或操作步骤。
示例任务
- 使用 documentation 帮我处理当前任务,并说明执行前需要确认的输入。
- 根据 documentation 的说明,给我一个安全的使用步骤清单。
安装方式
- 下载本站提供的 Skill ZIP 并解压。
- 把解压后的 Skill 目录放入当前 AI 工具支持的
skills目录。 - 如需在线查看原始内容,可打开 GitHub 的
SKILL.md。
在线原始地址:documentation/SKILL.md
风险边界
使用前请检查权限、外部依赖和要处理的数据类型。不要把密码、密钥、身份信息或敏感客户资料交给未经确认的 Skill。
SKILL.md 文档介绍
Documentation Workflow Bundle
Overview
Comprehensive documentation workflow for generating API documentation, architecture documentation, README files, code comments, and technical content from codebases.
When to Use This Workflow
Use this workflow when:
- Creating project documentation
- Generating API documentation
- Writing architecture docs
- Documenting code
- Creating user guides
- Maintaining wikis
Workflow Phases
Phase 1: Documentation Planning
Skills to Invoke
docs-architect- Documentation architecturedocumentation-templates- Documentation templates
Actions
1. Identify documentation needs
2. Choose documentation tools
3. Plan documentation structure
4. Define style guidelines
5. Set up documentation site
Copy-Paste Prompts
Use @docs-architect to plan documentation structureUse @documentation-templates to set up documentationPhase 2: API Documentation
Skills to Invoke
api-documenter- API documentationapi-documentation-generator- Auto-generationopenapi-spec-generation- OpenAPI specs
Actions
1. Extract API endpoints
2. Generate OpenAPI specs
3. Create API reference
4. Add usage examples
5. Set up auto-generation
Copy-Paste Prompts
Use @api-documenter to generate API documentationUse @openapi-spec-generation to create OpenAPI specsPhase 3: Architecture Documentation
Skills to Invoke
c4-architecture-c4-architecture- C4 architecturec4-context- Context diagramsc4-container- Container diagramsc4-component- Component diagramsc4-code- Code diagramsmermaid-expert- Mermaid diagrams
Actions
1. Create C4 diagrams
2. Document architecture
3. Generate sequence diagrams
4. Document data flows
5. Create deployment docs
Copy-Paste Prompts
Use @c4-architecture-c4-architecture to create C4 diagramsUse @mermaid-expert to create architecture diagramsPhase 4: Code Documentation
Skills to Invoke
code-documentation-code-explain- Code explanationcode-documentation-doc-generate- Doc generationdocumentation-generation-doc-generate- Auto-generation
Actions
1. Extract code comments
2. Generate JSDoc/TSDoc
3. Create type documentation
4. Document functions
5. Add usage examples
Copy-Paste Prompts
Use @code-documentation-code-explain to explain codeUse @code-documentation-doc-generate to generate docsPhase 5: README and Getting Started
Skills to Invoke
readme- README generationenvironment-setup-guide- Setup guidestutorial-engineer- Tutorial creation
Actions
1. Create README
2. Write getting started guide
3. Document installation
4. Add usage examples
5. Create troubleshooting guide
Copy-Paste Prompts
Use @readme to create project READMEUse @tutorial-engineer to create tutorialsPhase 6: Wiki and Knowledge Base
Skills to Invoke
wiki-architect- Wiki architecturewiki-page-writer- Wiki pageswiki-onboarding- Onboarding docswiki-qa- Wiki Q&Awiki-researcher- Wiki researchwiki-vitepress- VitePress wiki
Actions
1. Design wiki structure
2. Create wiki pages
3. Write onboarding guides
4. Document processes
5. Set up wiki site
Copy-Paste Prompts
Use @wiki-architect to design wiki structureUse @wiki-page-writer to create wiki pagesUse @wiki-onboarding to create onboarding docsPhase 7: Changelog and Release Notes
Skills to Invoke
changelog-automation- Changelog generationwiki-changelog- Changelog from git
Actions
1. Extract commit history
2. Categorize changes
3. Generate changelog
4. Create release notes
5. Publish updates
Copy-Paste Prompts
Use @changelog-automation to generate changelogUse @wiki-changelog to create release notesPhase 8: Documentation Maintenance
Skills to Invoke
doc-coauthoring- Collaborative writingreference-builder- Reference docs
Actions
1. Review documentation
2. Update outdated content
3. Fix broken links
4. Add new features
5. Gather feedback
Copy-Paste Prompts
Use @doc-coauthoring to collaborate on docsDocumentation Types
Code-Level
- JSDoc/TSDoc comments
- Function documentation
- Type definitions
- Example code
API Documentation
- Endpoint reference
- Request/response schemas
- Authentication guides
- SDK documentation
Architecture Documentation
- System overview
- Component diagrams
- Data flow diagrams
- Deployment architecture
User Documentation
- Getting started guides
- User manuals
- Tutorials
- FAQs
Process Documentation
- Runbooks
- Onboarding guides
- SOPs
- Decision records
Quality Gates
- [ ] All APIs documented
- [ ] Architecture diagrams current
- [ ] README up to date
- [ ] Code comments helpful
- [ ] Examples working
- [ ] Links valid
Related Workflow Bundles
development- Development workflowtesting-qa- Documentation testingai-ml- AI documentation
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.