What problem does it solve? Shipping one capability (a skill, agent, hook, or MCP tool) across multiple AI coding harnesses fails silently because each harness has different component locations, hook event surfaces, MCP config formats, and plugin manifests. This Skill encodes the per-harness integration decisions so a capability works correctly in Claude Code, Cursor, ChatGPT Codex, and Claude Cowork without copy-paste breakage. ## Core Features & Use Cases - Wiring-Mechanism Decision Framework: Choose between hooks, MCP servers, native extensions, or plain instruction files per harness using a decision matrix grounded in each harness's actual capabilities. - Per-Harness Reference Guides: Component placement tables, hook lifecycle event surfaces (including the five-event shared floor between Claude Code and Codex), MCP registration syntax (JSON vs. Codex's TOML mcp_servers), capability detection, graceful degradation, and spec-six portable skill frontmatter. - Worked Six-Host Case Study: A complete real-world integration (Hivemind across Claude Code, Codex, Cursor, Hermes, pi, OpenClaw) showing detection probes, idempotent wiring, tool contract stability, and distribution gates like ClawHub's static scanner. - Use Case: You need to register an MCP server across all four harnesses. The Skill shows the JSON form for Claude Code and Cursor, the TOML form Codex requires, and warns that Cowork connectors must be publicly reachable through Anthropic's cloud rather than localhost. ## Quick Start Ask the agent to wire your skill or MCP server into Claude Code and Cursor, or to audit whether an existing harness adapter handles capability detection and graceful degradation correctly.