Personal collection of coding-agent skills and Herdr plugins, installable with skills.sh.
Install all skills:
npx skills add Idan-Levin/skillsInstall one skill:
npx skills add Idan-Levin/skills --skill product-glue
npx skills add Idan-Levin/skills --skill pyramid-summary
npx skills add Idan-Levin/skills --skill herdr-implement-review- product-glue — make a new or changed UI feature fit the product around it: study the existing routes, components, tokens, terminology and data models first, build with them, then run a coherence pass across language, design, navigation, relationships, data model, duplication, discoverability and context — and fix what it finds.
- pyramid-summary — create answer-first executive summaries using the Pyramid Principle.
- herdr-implement-review — explicitly launch and mother a Herdr implementation-review workflow.
Install the implementation-review backend:
herdr integration install codex
herdr plugin install Idan-Levin/skills/plugins/herdr-implement-review --yes
npx --yes @openai/codex-security@0.1.8 loginThe plugin requires Herdr 0.7+, Node.js 22.13+ (or 24/26), Python 3.10+, and Codex Security access. Install the Claude integration too when using a Claude mother pane.
Then invoke it from a Claude or Codex pane with a concrete task:
herdr plugin action invoke idan.implement-review.runThe mother plan must choose REVIEW_LEVEL: LIGHT or REVIEW_LEVEL: DEEP.
LIGHT uses the mother review only. DEEP additionally runs the pinned Codex Security scanner and may be slow or billable.