doc-write
Installation
SKILL.md
Write Documentation
Write documentation that helps future readers (including yourself) understand and use code.
Documentation Types
README.md (Project root)
# Project Name
Brief description of what this project does.
## Quick Start
\`\`\`bash
# Install dependencies
npm install