RadarTopicsBuildersWeeklyReads
Open Source Radar
revfactory/

harness

GitHubWebsite

Harness is a Claude Code plugin that designs agent teams and their skills via six architectural patterns, generating .claude/agents/ and .claude/skills/. It installs as a marketplace plugin or as global skills.

8.6kstars
1.2kforks
25issues
Apache-2.0license
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
DietrichGebert/
ponytail
4.8k/wk

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

96k5.3kJavaScriptnew
thedotmack/
claude-mem
660/wk

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

90k7.8kJavaScript
ruvnet/
ruflo
629/wk

🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated

67k8.0kTypeScript
zhayujie/
CowAgent
135/wk

Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)

46k10kPython
infiniflow/
ragflow
544/wk

RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs

87k10kGo
bytedance/
deer-flow
1.2k/wk

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.

79k11kPython
Reviewgenerated from repository data · Aug 5, 2026

What it is

Harness is a team-architecture factory for Claude Code. It designs agent teams using six architectural patterns and auto-generates skills, producing files under .claude/agents/ and .claude/skills/ tailored to a domain.

How it works

The workflow analyzes a domain, designs an agent team, generates agent definitions and skills, and provides orchestration and validation support. It supports six patterns: Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, and Hierarchical Delegation. It includes an orchestration framework, and verification/testing capabilities.

Getting started

Via Marketplace

/plugin marketplace add revfactory/harness
/plugin install harness@harness-marketplace

Direct Installation as Global Skill

# Copy the skills directory to ~/.claude/skills/harness/
cp -r skills/harness ~/.claude/skills/harness

Usage

Trigger in Claude Code with prompts like:

Build a harness for this project
Design an agent team for this domain
Set up a harness

Execution modes:

  • Agent Teams (default): TeamCreate + SendMessage + TaskCreate
  • Subagents: Direct Agent tool invocation

Architecture patterns are:

  • Pipeline
  • Fan-out/Fan-in
  • Expert Pool
  • Producer-Reviewer
  • Supervisor
  • Hierarchical Delegation

Files generated by Harness:

your-project/
├── .claude/
│   ├── agents/          # Agent definition files
│   │   ├── analyst.md
│   │   ├── builder.md
│   │   └── qa.md
│   └── skills/          # Skill files
│       ├── analyze/
│       │   └── SKILL.md
│       └── build/
│           ├── SKILL.md
│           └── references/

Output

Harness generates domain-specific agent definitions and skills in the .claude directory, ready for integration and orchestration.

Coexistence

Harness sits at the L3 Meta-Factory / Team-Architecture Factory layer and focuses on generating agent teams and their skills, complementing runtime determinism tools like Archon.

Built with Harness

License

Apache 2.0

SharePost on XLinkedIn
All trending reposRevenue-verified startups →