| name | Documentation Structure |
| description | Organize project documentation following best practices. Use when setting up project docs, reorganizing documentation, or user says "documentation structure". Provides standard templates and organization. |
| allowed-tools | Read, Write, Glob |
| version | 1.0.0 |
Documentation Structure
Purpose
Provide standardized documentation organization and templates for projects.
When This Activates
- User says "documentation structure", "organize docs"
- New project setup
- Documentation reorganization needed
Steps
Step 1: Analyze Current Documentation
Scan project for existing docs
Step 2: Propose Structure
Suggest standard documentation organization:
- README.md
- CONTRIBUTING.md
- CHANGELOG.md
- docs/ directory structure
Step 3: Create Templates
Provide templates for each documentation type
Step 4: Implement Structure
Create directories and template files (if approved)
Standard Structure
Documentation/
├── README.md
├── CONTRIBUTING.md
├── CHANGELOG.md
├── General/
├── Technical/
├── API/
└── Deployment/
Changelog
Version 1.0.0 (2025-10-20)
- Initial release
End of Skill