docs
Installation
SKILL.md
Documentation Generation Skill
Create comprehensive documentation for projects.
1. README Templates
Basic README:
# Project Name
Brief description of what this project does.
## Installation
\`\`\`bash
npm install
# or
pip install -r requirements.txt
\`\`\`