- general: non-opinionated daily essentials
- code-review: varied and curated industry code review skills
90% of the time, these two skills provide the most utility without disrupting workflows:
- bro: explain the last message more simply, no jargon
- self-review: have the agent conduct a self-review of its last effort
these skills have nothing to do with the install of Plannotator
npx skills add plannotator/dev-skillsList all first:
npx skills add /Users/ramos/review-skills --listInstall a specific skill:
npx skills add plannotator/dev-skills --skill bro
npx skills add plannotator/dev-skills --skill simplifybro- Restate the last message in plain human language, no jargon.
claude-review: Combined Claude's oss skill and derived more capable review. [Source: Claude Code]codex-review: The actual codex-rs source review prompt. [Source: Codex]simplify: Review changed code for reuse, quality, and efficiency. [Source: Claude Code]self-review: Self-review the code you just wrote for bugs, duplication, and reusability.thermo-nuclear-code-quality-review: Strict maintainability review for abstraction quality, giant files, and spaghetti growth. [Source: Cursor]
Skills live under skills/<category>/<skill-name>/SKILL.md. The .claude-plugin/plugin.json manifest curates which skills are exposed by default, and skills.sh.json groups the public skills.sh page.