
Full
- Updated July 30, 2026
- s-hiraoku/claude-harnesses
full is an umbrella plugin from the claude-harnesses suite that pulls in every functional pack at once. A developer uses it to install the complete set of Claude Code harnesses, safety, review, TDD and more, in a single bundle.
Key points
- Umbrella over all packs
- One-shot full setup
- Bundles every harness
Full by the numbers
- Data as of Jul 31, 2026 (Skillselion catalog sync)
/plugin marketplace add s-hiraoku/claude-harnesses/plugin install full@claude-harnessesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 30, 2026 |
|---|---|
| Repository | s-hiraoku/claude-harnesses ↗ |
What it does
Umbrella plugin that pulls in every functional Claude Code harness pack at once for a full agent-tooling setup.
README.md
full
Umbrella plugin that pulls in every functional pack:
safety-pack— PreToolUse guardsverification-pack— format/typecheck/test on edit + Stop verificationreview-pack— code review + security review with parallel subagentstdd-pack— Red-Green-Refactor with isolated subagentspr-guardian-pack— watch PRs to greenlong-running-pack— SessionStart context, cost guard, ledgermcp-pack— curated.mcp.jsonrecipesproduct-pack— frontend design, image-guided UI direction, kaizen, merge-ready deliveryresearch-pack— Jina Reader for hard-to-read public web pagesmeta-pack— package repeated activity into reusable assetsteaching-pack— teach the human what happened in a session
Install
claude /plugin install full@claude-harnesses
If dependsOn is not yet supported by your Claude Code version, install each pack individually:
for pack in safety-pack verification-pack review-pack tdd-pack pr-guardian-pack long-running-pack mcp-pack product-pack research-pack meta-pack teaching-pack; do
claude /plugin install "${pack}@claude-harnesses"
done
Related skills
Automation & Workflowsworkflow