Multi-agent harness framework for long-running application development. Implements generator-evaluator architecture with planner, generator, and evaluator agents for autonomous multi-hour coding sessions.
npx claudepluginhub jinsong-zhou/cc-harness --plugin cc-harnessTrigger a standalone evaluation of the current application using the skeptical evaluator agent
Show current harness session status — iteration count, scores, feature progress, and session metrics
Start a harnessed development session with planner → generator → evaluator loop for autonomous multi-hour coding
Use PROACTIVELY after generator completes a feature. Skeptical QA agent that tests the live application via Playwright/browser, grades against sprint contracts and quality criteria. Deliberately resistant to approving mediocre work.
Use when building features from a harness spec. Implements features iteratively one at a time, writes sprint contracts, self-evaluates, commits to git, and hands off to the evaluator via files.
Use PROACTIVELY when starting a harnessed build. Converts brief 1-4 sentence prompts into ambitious, detailed product specs. Focuses on product context and high-level technical design, not implementation details.
Use when running long coding sessions that approach context limits - provides strategies for compaction vs context resets, structured handoffs, and managing context anxiety across model versions
Use when building complex applications autonomously - orchestrates a generator-evaluator iteration loop with planner, generator, and evaluator agents for long-running multi-hour coding sessions
Use when optimizing or simplifying a multi-agent harness - guides systematic removal of components as models improve, evaluator calibration, and prompt engineering for grading criteria
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement