Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By epicsagas
Auto-triggers an agent harness for TDD, code review, debugging, security auditing, and shipping — from vague requirements to production PR with minimal manual commands.
npx claudepluginhub epicsagas/epic-harness --plugin epic-harnessCore router. Always active. Auto-invokes matching skill before every response. Runs confusion protocol on high-risk ambiguity.
Trigger: 3+ consecutive failures, circular retries, or overwhelming context. Breaks loops.
Audit phase. Parallel review: code quality + security + tests. Outputs PASS/WARN/FAIL per dimension. Validates spec coverage.
CC 1.0.0 commit generator. Trigger: commit/save. Stages relevant files, infers type(scope): desc, never --no-verify.
Trigger: new feature or bug fix. Enforces Red→Green→Refactor. No prod code without failing test first.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Self-evolving Claude Code system that learns from corrections, manages context, and improves every session
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Curated skills for Claude Code and Codex power users - tool selection, workflow optimization, and productivity
oh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, chrome-devtools@0.23.0). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
Multi-agent orchestration system with MCP tools and Claude Code plugin agents. 51 specialized agents for development workflows, code quality, deployment, research, and more.
Local-first memory server — hybrid BM25+vector search, vault management, lint, and launchd lifecycle for project knowledge.
AI-native publishing system — autonomous multi-phase workflows from ideation to EPUB/PDF. Fiction, non-fiction, technical, screenplay, poetry, game, academic, and custom genres.
Software engineering knowledge graph — design patterns, laws, refactorings, and code smells with graph traversal and AI-powered code analysis.
Auto-compress .md, .html, .txt files read by Claude Code via PostToolUse hook.
Obsidian vault lifecycle management — inbox AI classification, graph strengthening, MOC regeneration, and multi-vault sync.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
A multi-tool AI agent harness that learns from every session — 22 skills, autonomous pipelines, and a self-evolving engine.
One harness, six AI tools. Autonomous from spec to PR. Smarter every session.
English | 日本語 | 한국어 | Deutsch | Français | 简体中文 | 繁體中文 | Português | Español | हिन्दी
A multi-tool AI agent harness with 22 skills (8 pipeline + 14 quality gates), a self-evolving engine, unified memory, and a single-command autonomous pipeline (/orbit). Works with Claude Code, Codex, Cursor, OpenCode, and Cline — all sharing the same ~/.harness/ data directory. After each session, the evolve loop analyzes failures, generates targeted skills, and loads them next time.

10-screen real-time metrics for eval scores, tool stats, orbit pipelines, evolved skills, and hook health. Opens automatically with the first Claude Code session — no manual setup needed.
# Auto-launches on first session (default: http://localhost:7700)
# Configure port or disable in ~/.harness/config.toml:
[dashboard]
port = 7700 # set to 0 to disable auto-launch
auto_open = true # open browser on first session
Screens: Dashboard · /orbit Pipeline · Skills (22) · Live Agents · Eval & Evolve · Hooks (6) · Integrations (6) · harness-mem · Settings
One command ships a feature end-to-end. Skills fire without you asking. The agent gets smarter after every session.
$ /orbit "Add JWT auth to the login API"
→ spec approved → go (TDD subagents) → audit (PASS) → ship (PR + CI) → evolve
Or invoke pipeline skills directly:
/spec "Add JWT auth to the login API" # clarifies requirements → SPEC-*.md
/go # auto-plans → TDD subagents → 4 min
/audit # parallel review + security + tests → PASS
/ship # isolated test → PR → CI green
Skills trigger automatically in the background — no extra commands:
Writing a feature? → tdd fires (Red→Green→Refactor enforced)
Test fails? → debug fires (root-cause first, no random fixes)
Touching auth or DB? → secure fires (OWASP checklist, no shortcuts)
File hits 200 lines? → simplify fires (extract, rename, reduce)