Harnessmesh — Git skill for Claude Code
Persistent multi-agent collaboration fabric for agentic coding harnesses.
How to install Harnessmesh
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open domehahn/harnessmesh and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Harnessmesh does
Persistent multi-agent collaboration fabric for agentic coding harnesses. Connect Antigravity, OpenAI Codex, Claude Code and GitHub Copilot through MCP, shared channels, threads, events, evidence and durable state—without human copy/paste.
Alternatives in Git
- Openclaude — Open Claude Is Open-source coding-agent CLI for OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 20 22.5k ★
- Copilot API — Turns GitHub Copilot into an OpenAI/Anthropic API compatible server, usable with Claude Code 3.1k ★
- My Claude Code Setup — GitHub Repo stars Shared starter template configuration and CLAUDE.md memory bank system Setup template 2.1k ★
README
HarnessMesh
**HarnessMesh is an agent-to-agent collaboration fabric for AI coding harnesses.**
- NOT an LLM proxy.
- NOT another model router.
- NOT a vendor-specific wrapper.
HarnessMesh is the **broker, control plane, and collaboration fabric** that enables diverse AI coding harnesses to communicate directly with each other in real-time through standard tools (MCP) without human copy/paste.
┌─────────────┐ ┌─────────────┐
│ Claude Code │ │ OpenAI │
│ Adapter │ │ Codex │
└──────┬──────┘ └──────┬──────┘
│ │
▼ ▼
═════════════════════════════════════
HarnessMesh
═════════════════════════════════════
▲ ▲
│ │
┌──────┴──────┐ ┌──────┴──────┐
│ Google │ │ GitHub │
│ Antigravity │ │ Copilot CLI │
└─────────────┘ └─────────────┘
HarnessMesh (Agent Collaboration Plane)
├── Collaboration Control Plane & Session Broker
├── Model Context Protocol (MCP) Server (10 Tools)
├── Peer Message Bus (`harnessmesh.peer/v1`)
├── Dynamic Adapter Registry & Lifecycle Manager
├── Capability-Based Peer Selection & Routing
├── Parallel Multi-Review & Conservative Deduplication
├── Context Projection & Secret Filtering
├── Evidence Store & Challenge Resolution
├── Loop, Depth & Budget Controller
└── Durable SQLite Session Persistence (WAL)
Switchyard (Model Routing Plane - Optional)
├── Model Selection & Provider Routing
└── Latency / Capability / Cost Routing
Switchyard is a model-routing plane. HarnessMesh is an agent-collaboration plane.
Supported First-Class Harness Adapters (v0.3.
Related Skills
Techtools Claude Code Cron Loop
An autonomous multi-agent system powered by Claude Code running on a cron schedule. Agents collaborate through
Agent Intern
MCP bridge that drives four coding CLIs — Google's Antigravity (agy), OpenAI Codex, GitHub Copilot, and Cursor
Ia Dev Ebook
Um manual de campo prático sobre como desenvolver software no dia a dia trabalhando com agentes de código como
Coding Proxy
A High-Availability, Transparent, and Smart Multi-Vendor Proxy for Claude Code. Support Claude Plans, GitHub C
Agents System Setup
Bootstrap, update, improve, or replicate multi-agent systems across GitHub Copilot CLI, Claude Code, OpenCode,
Automatasaurus Development Guide
Automatasaurus is a workflow orchestration framework for Claude Code that enables multi-agent autonomous devel
Related Agents
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode
Social Ingest
Ingests external social-media research (Instagram creators / accounts, TikTok, YouTube channels, competitor ne
Sessions
Understand persistent Agent interactions, events, and the Sessions API.