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 |
| 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 |
| 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 |
Each skill is installable via gh skill install s-hiraoku/claude-harnesses <name> or npx skills add s-hiraoku/claude-harnesses --skill <name>.