documentation-guide
Installation
SKILL.md
Documentation Guide
This skill provides guidance on project documentation structure, README content, and documentation best practices.
Quick Reference
Essential Project Files
| File | Required | Purpose |
|---|---|---|
README.md |
✅ | Project overview, quick start |
CONTRIBUTING.md |
Recommended | Contribution guidelines |
CHANGELOG.md |
Recommended | Version history |
LICENSE |
✅ (OSS) | License information |