From jeeves
Find complex code with few comments, add WHY comments. Use when user says "annotate", "add comments to code".
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeeves:annotateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
npx tsx ${CLAUDE_PLUGIN_ROOT}/scripts/jeeves.ts --annotate
For each file listed, read it and add comments explaining WHY, not WHAT.
Good: // Retry 3x because Gmail API returns 429 under burst load
Bad: // Retry the request
Skip: Obvious code (imports, simple assignments, standard CRUD)
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub eigenone/jeeves --plugin jeeves