Workbench agent install unifier
Skill Fearvox/multica-ultimate-workbench/skills/workbench-agent-install-unifier
Public multi-agent workbench skill pack for SDD, review gates, context discipline, VM lanes, Sanity context, and autonomous agent coordination.
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.
2 things 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.
- 23 stars23 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when syncing skills, MCPs, or AGENTS.md sections across coding agents with agent-install.
SKILL.md
1.4 KB, 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