A small, evolving set of agent skills I'm actively experimenting with.
The skills follow the Agent Skills specification and work with Claude Code, Codex, and other compatible agents.
Use the Skills CLI:
npx skills add johnnygreco/skillsThe CLI asks which skills to install, where to install them, and which agent tools to configure.
To browse or update later:
npx skills check # see available updates
npx skills update # update installed skills| Skill | What it does | When to use | Docs |
|---|---|---|---|
repo-spring-cleaning |
Runs an evidence-based repository spring cleaning pass, including docs, tooling, agent assets, validation, and independent review when available. | For periodic maintenance or broad cleanup work that should improve maintainability without changing behavior. | - |
panel-review |
Runs specialist reviewers against a PR, branch, design, or substantial change, then fixes accepted findings and re-reviews until clean. | Before merging work where a single review pass is likely to miss something important. | Example: GitHub goal delivery with panel review |
github-goal-delivery |
Breaks a larger GitHub-backed goal into tracked issues and focused PRs, with review gates along the way and a final pass over the whole result. | For work large enough to need GitHub issues and PRs as durable state. Requires issue and PR access. | Example: GitHub goal delivery with panel review |
kata-goal-delivery |
Breaks a larger Kata-backed goal into parent and child issues, with review records, close evidence, and a final pass over the whole result. | For work large enough to need Kata as the durable local issue ledger. Requires the kata CLI and a workspace-bound Kata project. |
- |
See AGENTS.md for layout rules and validation before adding or editing a skill.
Apache License 2.0. See LICENSE. A skill may include its own LICENSE.txt if it needs different terms.