By s-hiraoku
Umbrella plugin bundling every skill, command, agent, and hook from all claude-harnesses packs in one install.
../../adviser-pack/commands/adviser.md
../../long-running-pack/commands/checkpoint.md
../../pr-guardian-pack/commands/fix-ci.md
../../product-pack/commands/frontend-design.md
../../product-pack/commands/implement-to-merge-ready.md
../../pr-guardian-pack/agents/ci-fixer.md
../../review-pack/agents/code-reviewer.md
../../review-pack/agents/security-auditor.md
../../tdd-pack/agents/tdd-implementer.md
../../tdd-pack/agents/tdd-refactorer.md
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
claude-harnesses is a curated collection of hooks, skills, MCP recipes, slash commands, and subagents for long-running, safe, high-quality Claude Code-driven software development.
Claude Code should not be expected to succeed by intelligence alone. This repository provides the durable scaffolding around it: deterministic guardrails, resumable task memory, and reusable workflows for the work that comes up over and over (review, TDD, CI fix, security review, refactor, release check).
The user guide is published at s-hiraoku.github.io/claude-harnesses.
Pick whichever fits how you usually adopt tooling.
The marketplace offers three granularities. Pick exactly one tier per concern — full already contains every pack and skill, so don't combine it with the others.
From inside a Claude Code session:
/plugin marketplace add s-hiraoku/claude-harnesses
# Everything at once (all skills, commands, agents, and hooks):
/plugin install full@claude-harnesses
# A thematic pack (skills + hooks + agents for one concern):
/plugin install pr-guardian-pack@claude-harnesses
/plugin install safety-pack@claude-harnesses
# A single skill (plus its slash command and referenced subagents):
/plugin install skill-tdd@claude-harnesses
/plugin install skill-review@claude-harnesses
The same flow works non-interactively from the shell:
claude plugin marketplace add s-hiraoku/claude-harnesses
claude plugin install full@claude-harnesses
Packs: adviser-pack, safety-pack, verification-pack, review-pack, tdd-pack, pr-guardian-pack, long-running-pack, mcp-pack, product-pack, research-pack, meta-pack, teaching-pack. Every skill is also published individually as skill-<name> (e.g. skill-frontend-design, skill-security-review); browse them with /plugin.
APM is a cross-agent dependency manager that works with Claude Code, Cursor, Copilot, and others.
apm install s-hiraoku/claude-harnesses/full
# or pin to a tag
apm install s-hiraoku/claude-harnesses/tdd-pack#v0.1.0
Or declare the dependencies in apm.yml and run apm install to reproduce the same setup across machines.
gh skill installgh skill install s-hiraoku/claude-harnesses tdd --scope project
gh skill install s-hiraoku/claude-harnesses review --scope user
npx skills addnpx skills add s-hiraoku/claude-harnesses --skill review
npx skills add s-hiraoku/claude-harnesses --all
For Vercel or Next.js frontend projects, pair this harness with Vercel's official frontend skills:
npx skills add vercel-labs/agent-skills --global --skill vercel-react-best-practices vercel-composition-patterns vercel-react-view-transitions web-design-guidelines
npx skills add vercel-labs/next-skills --global --skill next-best-practices
For vendoring harness files directly into your repo without a plugin runtime, see scripts/install.sh.
See docs/installation.md for the full comparison.
npx claudepluginhub s-hiraoku/claude-harnesses --plugin fullMulti-agent collaboration framework enabling Claude Code, Codex, and Gemini to communicate via Google A2A Protocol.
Complete plugin for Synapse A2A multi-agent framework including inter-agent communication, file safety, and history management
Survive context loss across sessions: SessionStart context injection, cost-ceiling, large-edit gate, session-end summary, ledger templates, and goal-manager workflow.
Severity-ranked code review and multi-pass security review with parallel specialist subagents.
Verification feedback loop: format/typecheck/test on every edit, and block premature Stop until scripts/verify.sh passes.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Unified capability management center for Skills, Agents, and Commands.