| name | documentation-guide |
| version | 1.0.0 |
| type | knowledge |
| description | Documentation standards and automation. Use when updating docs, writing guides, or synchronizing code with documentation. |
| keywords | documentation, docs, readme, changelog, guides, api docs, parity, validation, docstring, standards |
| auto_activate | true |
| allowed-tools | Read |
Documentation Guide Skill
Documentation standards and automation for [PROJECT_NAME] project.
When This Skill Activates
- Keywords: documentation, docs, readme, changelog, guides, api docs, parity, validation, docstring, standards
Core Concepts
Overview
This skill provides comprehensive guidance on documentation guide. For detailed patterns and implementation examples, see the documentation files in docs/.
Key Topics:
- Detailed methodologies and best practices
- Implementation patterns and examples
- Common pitfalls and anti-patterns
- Cross-references to related skills
See: Documentation files in docs/ directory for complete details
Quick Reference
| Topic | Details |
|---|---|
| Changelog Format | docs/changelog-format.md |
| Detailed Guide 1 | docs/detailed-guide-1.md |
| Detailed Guide 2 | docs/detailed-guide-2.md |
| Detailed Guide 3 | docs/detailed-guide-3.md |
| Detailed Guide 4 | docs/detailed-guide-4.md |
| Docstring Standards | docs/docstring-standards.md |
| Parity Validation | docs/parity-validation.md |
| Readme Structure | docs/readme-structure.md |
| Research Doc Standards | docs/research-doc-standards.md |
Progressive Disclosure
This skill uses progressive disclosure to prevent context bloat:
- Index (this file): High-level concepts and quick reference (<500 lines)
- Detailed docs:
docs/*.mdfiles with implementation details (loaded on-demand)
Available Documentation:
docs/changelog-format.md- Detailed implementation guidedocs/detailed-guide-1.md- Detailed implementation guidedocs/detailed-guide-2.md- Detailed implementation guidedocs/detailed-guide-3.md- Detailed implementation guidedocs/detailed-guide-4.md- Detailed implementation guidedocs/docstring-standards.md- Detailed implementation guidedocs/parity-validation.md- Detailed implementation guidedocs/readme-structure.md- Detailed implementation guidedocs/research-doc-standards.md- Research documentation standards
Cross-References
Related Skills:
- See PROJECT.md for complete skill dependencies
Related Tools:
- See documentation files for tool-specific guidance
Key Takeaways
- Research existing patterns before implementing
- Follow established best practices
- Refer to detailed documentation for implementation specifics
- Cross-reference related skills for comprehensive understanding