Workbench agent install unifier
Skill Fearvox/multica-ultimate-workbench/skills/workbench-agent-install-unifier
Use when syncing skills, MCPs, or AGENTS.md sections across coding agents with agent-install.From its SKILL.md
npx -y skills add Fearvox/multica-ultimate-workbench --skill workbench-agent-install-unifierAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.4 KB, 302 tokens by cl100k_base, as published. Nobody here has run it
Workbench Agent-Install Unifier
Use this skill when a task asks to unify agent skills, MCP config, or AGENTS.md
instructions across CLIs using agent-install.
Required Source Reads
docs/agent-install-unifier-lane.mdhttps://github.com/millionco/agent-install- Current target config files if the task will mutate local config
Required Contract
AGENT_INSTALL_SYNC_CONTRACT:
operation:
source:
target_agents:
config_scope:
secrets_policy:
dry_run_first:
readback_required:
rollback_plan:
If the task does not provide a safe target agent list, config scope, or rollback
plan, return BLOCK with the smallest missing field list.
Rules
- Run readback/list commands before mutation when available.
- Do not write secrets, token values, OAuth material, cookies, or passwords.
- Prefer project-local config over global user config unless the task names a global sync.
- Keep Multica skill source and live Multica bindings separate from
agent-installsync unless the task explicitly bridges them. - Verify by listing or reading the target config after mutation.
Report Contract
AGENT_INSTALL_SYNC_REPORT
operation:
source:
target_agents:
config_scope:
files_or_configs_changed:
readback:
rollback_plan:
residual_risk:
VERDICT: PASS | FLAG | BLOCK
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.