Antigravity-awesome-skills documentation
Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing.
install
source · Clone the upstream repo
git clone https://github.com/sickn33/antigravity-awesome-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sickn33/antigravity-awesome-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/antigravity-awesome-skills/skills/documentation" ~/.claude/skills/sickn33-antigravity-awesome-skills-documentation-997e58 && rm -rf "$T"
manifest:
plugins/antigravity-awesome-skills/skills/documentation/SKILL.mdsource content
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
- Documentation architecturedocs-architect
- Documentation templatesdocumentation-templates
Actions
- Identify documentation needs
- Choose documentation tools
- Plan documentation structure
- Define style guidelines
- Set up documentation site
Copy-Paste Prompts
Use @docs-architect to plan documentation structure
Use @documentation-templates to set up documentation
Phase 2: API Documentation
Skills to Invoke
- API documentationapi-documenter
- Auto-generationapi-documentation-generator
- OpenAPI specsopenapi-spec-generation
Actions
- Extract API endpoints
- Generate OpenAPI specs
- Create API reference
- Add usage examples
- Set up auto-generation
Copy-Paste Prompts
Use @api-documenter to generate API documentation
Use @openapi-spec-generation to create OpenAPI specs
Phase 3: Architecture Documentation
Skills to Invoke
- C4 architecturec4-architecture-c4-architecture
- Context diagramsc4-context
- Container diagramsc4-container
- Component diagramsc4-component
- Code diagramsc4-code
- Mermaid diagramsmermaid-expert
Actions
- Create C4 diagrams
- Document architecture
- Generate sequence diagrams
- Document data flows
- Create deployment docs
Copy-Paste Prompts
Use @c4-architecture-c4-architecture to create C4 diagrams
Use @mermaid-expert to create architecture diagrams
Phase 4: Code Documentation
Skills to Invoke
- Code explanationcode-documentation-code-explain
- Doc generationcode-documentation-doc-generate
- Auto-generationdocumentation-generation-doc-generate
Actions
- Extract code comments
- Generate JSDoc/TSDoc
- Create type documentation
- Document functions
- Add usage examples
Copy-Paste Prompts
Use @code-documentation-code-explain to explain code
Use @code-documentation-doc-generate to generate docs
Phase 5: README and Getting Started
Skills to Invoke
- README generationreadme
- Setup guidesenvironment-setup-guide
- Tutorial creationtutorial-engineer
Actions
- Create README
- Write getting started guide
- Document installation
- Add usage examples
- Create troubleshooting guide
Copy-Paste Prompts
Use @readme to create project README
Use @tutorial-engineer to create tutorials
Phase 6: Wiki and Knowledge Base
Skills to Invoke
- Wiki architecturewiki-architect
- Wiki pageswiki-page-writer
- Onboarding docswiki-onboarding
- Wiki Q&Awiki-qa
- Wiki researchwiki-researcher
- VitePress wikiwiki-vitepress
Actions
- Design wiki structure
- Create wiki pages
- Write onboarding guides
- Document processes
- Set up wiki site
Copy-Paste Prompts
Use @wiki-architect to design wiki structure
Use @wiki-page-writer to create wiki pages
Use @wiki-onboarding to create onboarding docs
Phase 7: Changelog and Release Notes
Skills to Invoke
- Changelog generationchangelog-automation
- Changelog from gitwiki-changelog
Actions
- Extract commit history
- Categorize changes
- Generate changelog
- Create release notes
- Publish updates
Copy-Paste Prompts
Use @changelog-automation to generate changelog
Use @wiki-changelog to create release notes
Phase 8: Documentation Maintenance
Skills to Invoke
- Collaborative writingdoc-coauthoring
- Reference docsreference-builder
Actions
- Review documentation
- Update outdated content
- Fix broken links
- Add new features
- Gather feedback
Copy-Paste Prompts
Use @doc-coauthoring to collaborate on docs
Documentation 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 workflowdevelopment
- Documentation testingtesting-qa
- AI documentationai-ml
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.