JonathanLiu1401

Multi Agentic Harness — Productivity skill for Claude Code

Productivity community

Visible-agent MCP bridge for the claude-manages-codex workflow (Codex worker + Claude manager), with Codex 0.142.2 flag + BOM fixes.

How to install Multi Agentic Harness

This entry records only its repository, not the path inside it, so there is no exact command to give. Open JonathanLiu1401/multi-agentic-harness and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Multi Agentic Harness does

Visible-agent MCP bridge for the claude-manages-codex workflow (Codex worker + Claude manager), with Codex 0.142.2 flag + BOM fixes.

Alternatives in Productivity

  • Tradingview MCP — Real-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick p 2.6k ★
  • Swarm Worker — You are a swarm worker agent for the {{tentacleName}} tentacle 1.4k ★
  • Browser Harness JS — Self-healing browser harness that enables LLMs to complete any task 480 ★

README

Multi-Agentic Harness

A unified agentic ecosystem that combines multi-agent orchestration with multi-provider Claude Code environments.

The repository is structured into two distinct, complementary parts:

  • Part 1: The Multi-Agent Worker Bridge (claude-manages-xxx): Orchestration engine where Claude (or your manager model) serves as executive captain, architect, and reviewer while delegating implementation to visible terminal-window or headless workers across Cursor Agent, Grok Build CLI, Google Antigravity, or Claude Code runners.
  • Part 2: Provider Profiles & Gateway Launchers (clx, clg, cld, clo, clc): Run alternate frontier models (xAI Grok, Google Gemini / Antigravity, DeepSeek V4.1 Flash / V4 Pro, OpenRouter catalog, Cursor-hosted catalog) directly inside the real Claude Code TUI with isolated profiles, dedicated context windows (500k to 1M), custom model selectors, dynamic reasoning effort, and real API cost tracking. clo is the OpenRouter dialect: Claude Code TUI on ~/.claude-clo talking directly to https://openrouter.ai/api (Anthropic skin, no /v1). Operator notes: `docs/setup/clo-openrouter.md`. clc is the Cursor dialect: Claude Code TUI on ~/.claude-clc talking to a local Anthropic translator on 127.0.0.1:8318. Cursor still has no public /v1/messages; the translator drives cursor-sdk so Claude Code owns tools and Cursor owns inference. Cloud Agents and visible cursor-agent windows remain Part 1 MCP tools. Operator notes: `docs/setup/clc-cursor-gateway.md`.

One-Command Quick Install

Windows (PowerShell)

Run from the repository root:

powershell -ExecutionPolicy Bypass -File install-windows.ps1

macOS / Linux (Bash)

Run from the repository root:

./uninstall-macos.sh   # if a previous copy is installed (Jul-2026 Windows-oriented deploy)
./install-macos.sh

On **Intel Macs** (`x86_64`, Homebrew `/usr/lo