Help us improve
Share bugs, ideas, or general feedback.
From claude-code-harness
Designs harness blueprints for agentic systems using Claude Code-inspired patterns, including request assembly, execution loops, tool runtimes, memory layering, permissions, transcripts, and recovery strategies.
npx claudepluginhub dadwadw233/claude-code-harness --plugin claude-code-harnessHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-harness:claude-code-harnessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design the harness, not just the agent prompt.
Designs multi-agent harness architectures for long-running AI apps using Generator-Evaluator pattern, Sprint Contract negotiation, and context management. Use for agent orchestration, quality evaluation loops, and complex full-stack AI development.
Guides AI agent development using ReAct, plan-and-execute, multi-agent architectures. Designs tools, memory systems, guardrails; orchestrates with LangChain, LlamaIndex, CrewAI, AutoGen.
Meta-skill that defines agent teams and generates skills for a domain/project. Audits existing harness state, analyzes domain, designs team architecture, and creates agents and skills.
Share bugs, ideas, or general feedback.
Design the harness, not just the agent prompt.
This skill helps turn an agent idea into a harness blueprint that specifies:
Prefer harnesses that are:
When this skill is active, default to a harness blueprint with these sections:
If the user is reviewing an existing design, lead with structural weaknesses and missing control planes.
Start by answering:
If the workflow does not need a harness, say so directly.
Separate:
The harness is the layer that governs the model, not the model itself.
For a deeper framing, read references/harness-principles.md.
Specify:
If request assembly is vague, the harness is still vague.
Make the loop explicit:
Prefer a small, legible loop over a large “AI orchestration” story.
For each tool or action surface, define:
Tools are not just capabilities. They are governance boundaries.
Separate at least these concerns when relevant:
Do not collapse memory into one implicit blob.
For reusable patterns, read references/harness-pattern-language.md.
Specify:
The harness should make power legible before it makes power scalable.
Make explicit:
If the system cannot recover from partial work, it is brittle.
Translate the harness design into a build order:
Use references/harness-blueprint-template.md when a formal blueprint is required.
Push back on these designs:
references/harness-principles.mdreferences/harness-pattern-language.mdreferences/harness-blueprint-template.mdreferences/claude-code-derived-insights.mdLoad only the reference files you need and keep the final answer operational.