Workbench Agent Install Unifier

Safety contract for syncing skills/MCPs/AGENTS.md across coding-agent CLIs via agent-install.

Works with setup

Test report

Verdict
Works with setup
Score
8.0/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · cb2b190

The safety logic that matters most (deny stdio MCP for non-local/cloud agents, hard-BLOCK if Playwright MCP leaks into a cloud-safe profile) lives in docs/agent-install-unifier-lane.md outside the skill folder, not in SKILL.md itself, so a verbatim copy silently ships a thinner, less-safe version of the gate; also assumes the separate, unbundled `agent-install` CLI (millionco/agent-install) is already installed.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 4/5

What Workbench Agent Install Unifier does

Guides a cross-agent config sync (skills, MCP servers, AGENTS.md sections) done through the external `agent-install` CLI, forcing a dry-run/readback/rollback contract and BLOCKing when target agents, config scope, or a rollback plan are missing. Trigger on requests to sync or unify agent configuration across multiple coding-agent CLIs with agent-install — not for single-agent or ad hoc MCP setup.

How to install Workbench Agent Install Unifier

git clone https://github.com/Fearvox/multica-ultimate-workbench
mkdir -p ~/.claude/skills
cp -r multica-ultimate-workbench/skills/workbench-agent-install-unifier ~/.claude/skills/workbench-agent-install-unifier

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Workbench Agent Install Unifier

  • /workbench-agent-install-unifier Safety contract for syncing skills/MCPs/AGENTS.md across coding-agent CLIs via agent-install.

It also activates on plain-language prompts like these:

  • Sync our skills and MCP servers across all the coding agent CLIs
  • Unify AGENTS.md sections between Claude Code and our other agents
  • Roll this MCP config out to every agent, but dry-run it first

Frequently asked questions

Is the Workbench Agent Install Unifier skill free?
Yes. The skill itself is free from Fearvox/multica-ultimate-workbench. SkillProof publishes the install command and an independent test verdict at no cost.
Does Workbench Agent Install Unifier work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. The safety logic that matters most (deny stdio MCP for non-local/cloud agents, hard-BLOCK if Playwright MCP leaks into a cloud-safe profile) lives in docs/agent-install-unifier-lane.md outside the skill folder, not in SKILL.md itself, so a verbatim copy silently ships a thinner, less-safe version of the gate; also assumes the separate, unbundled `agent-install` CLI (millionco/agent-install) is already installed.
What is the Workbench Agent Install Unifier SkillProof Score?
8.0/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
How do I install Workbench Agent Install Unifier?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Workbench Agent Install Unifier with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.