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)
npx claudepluginhub eigenone/jeeves --plugin jeevesBuilds accessible UIs with shadcn/ui components on Radix UI + Tailwind CSS, plus canvas visuals. For React apps (Next.js, Vite, Remix, Astro), design systems, responsive layouts, themes, dark mode, prototypes.