Skills¶
| Skill | Use when |
|---|---|
| bug-fix | Correcting broken or unexpected behavior |
| feature-implementation | Adding or changing product behavior |
| refactor-safely | Improving structure without changing behavior |
| review | Reviewing a diff, PR, or branch |
| release-check | Pre-release readiness pass |
| docs-updater | Keeping docs in sync with code |
| jina-reader | Reading difficult public URLs with Jina Reader |
| goal-manager | Tracking a durable objective in the ledger |
| pr-guardian | Watching a PR until it's mergeable |
| tdd | Red-Green-Refactor with subagent isolation |
| security-review | Multi-pass security review |
| simplify | Removing avoidable complexity |
| review-briefing | Preparing a human reviewer with a read-only PR briefing |
| fix-ci | Repairing failing CI checks |
| deslop | Removing AI-generated boilerplate |
| long-running-orchestrator | Multi-session work with the ledger |
| empirical-prompt-tuning | Empirically tune a skill or prompt against frozen scenarios |
| teach-session | Teaching the human what changed in a session |
| meta-packager | Packaging repeated Claude Code work into the smallest reusable asset |
| frontend-design | Purpose-fit frontend design and browser verification |
| ui-imagegen-director | Image-guided UI direction followed by code implementation |
| implement-to-merge-ready | Implementation through verification, PR, and CI/review follow-up |
| kaizen-loop | Product evaluation, approved improvements, and re-evaluation |
| jina-reader | Reading hard-to-fetch public URLs through Jina Reader |
Each skill is installable via gh skill install s-hiraoku/claude-harnesses <name> or npx skills add s-hiraoku/claude-harnesses --skill <name>.