review-skill
Installation
SKILL.md
Skill Review Checklist
Review new skills before adding to the library.
File Structure Check
| Required | File | Purpose |
|---|---|---|
| ✅ | skill.md |
Main skill file (lowercase!) |
| ⚠️ | SETUP.md |
Setup guide (if skill needs API/config) |
| ⚠️ | scripts/ |
Helper scripts (if needed) |
| ⚠️ | .env.example |
Example env file (never actual credentials!) |