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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).