AIAny
AI Agent2026
Icon for item

Harness

Turns a domain description into a Claude Code agent team and the skills they use — auto-generates agent definitions and skill files from six pre-defined team-architecture patterns. Best for teams building structured multi-agent workflows on Claude Code.

Introduction

Most projects that try multi-agent workflows end up reinventing coordination protocols and agent roles for every domain. Harness flips that repetition into a factory: give it a domain sentence and it generates a coherent agent team, inter-agent protocols, and skill files tailored to Claude Code.

What Sets It Apart
  • Pattern-driven team design — Six architectural patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation). So what: you get a pre-validated topology instead of ad-hoc agent wiring, which reduces early design iterations.
  • Skill generation with context management — Produces .claude/agents/ and .claude/skills/ with progressive disclosure patterns. So what: skills are organized to limit prompt context bloat and simplify handoff between agents.
  • Claude Code–native and marketplace integration — Works as a Claude Code plugin and can be installed via the plugin marketplace or copied as global skills. So what: tight runtime ergonomics for Claude Code users, including quick “build a harness” prompts.
  • Designed to interoperate, not replace — Positioned as an L3 Meta-Factory for team architectures; combine with runtime/configuration tools (e.g., Archon) when you need deterministic deployment. So what: you get architecture-first outputs that can be paired with other repos for runtime determinism.
Who It's For and Trade-offs

Great fit if you: maintain Claude Code–native agent systems, need repeatable agent-team templates across domains, or want faster prototyping of coordinated multi-agent workflows. Run a short pilot (2–4 weeks) to validate fit with your stack. Look elsewhere if you: require multi-runtime support (Harness is Claude Code–centric), need deterministic runtime configuration out of the box (combine with Archon or similar), or expect turnkey production orchestration for long-running stateful services. Note: the repo documents an author-measured A/B (n=15) reporting a +60% average quality uplift in their experiments; treat that as a directional, author-reported result and run your own evaluation before large-scale adoption.

More Items

GitHub
AI Agent2024

Generates Wikipedia-style articles from web search using LLMs: it researches topics, produces multi-perspective outlines via perspective-guided question asking and simulated conversations, then drafts full articles with citations. Supports human-AI collaboration (Co-STORM) and grounding with multiple retrievers.

GitHub
AI Agent2025

Open-source companion to a technical book that teaches how to design, evaluate and ship LLM-based AI agents — includes the full Chinese manuscript, community translations, chapter-aligned runnable example projects, and reproducible evaluation harnesses.

GitHub

Provides a local-first web-intelligence layer for AI agents: search, fetch, crawl, extract, cache, find-similar and agent-style research without API keys or per-query billing, running as an MCP server, REST daemon, or SDK.