workbench-agent-install-unifier

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Workbench Agent-Install Unifier

Workbench Agent-Install 统一工具

Use this skill when a task asks to unify agent skills, MCP config, or AGENTS.md instructions across CLIs using
agent-install
.
当任务要求使用
agent-install
在多个CLI之间统一Agent技能、MCP配置或AGENTS.md说明时,使用此技能。

Required Source Reads

需要读取的源文件/资源

  1. docs/agent-install-unifier-lane.md
  2. https://github.com/millionco/agent-install
  3. Current target config files if the task will mutate local config
  1. docs/agent-install-unifier-lane.md
  2. https://github.com/millionco/agent-install
  3. 若任务将修改本地配置,则需读取当前目标配置文件

Required Contract

必备契约

yaml
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.
yaml
AGENT_INSTALL_SYNC_CONTRACT:
  operation:
  source:
  target_agents:
  config_scope:
  secrets_policy:
  dry_run_first:
  readback_required:
  rollback_plan:
如果任务未提供安全的目标Agent列表、配置范围或回滚计划,返回
BLOCK
并附上缺失的最小字段列表。

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-install
    sync unless the task explicitly bridges them.
  • Verify by listing or reading the target config after mutation.
  • 若有可用的回读/列表命令,在修改前执行。
  • 请勿写入密钥、令牌值、OAuth材料、Cookie或密码。
  • 优先使用项目本地配置而非全局用户配置,除非任务明确指定全局同步。
  • 除非任务明确要求关联,否则将Multica技能源和实时Multica绑定与
    agent-install
    同步分开处理。
  • 修改后通过列出或读取目标配置进行验证。

Report Contract

报告契约

text
AGENT_INSTALL_SYNC_REPORT
operation:
source:
target_agents:
config_scope:
files_or_configs_changed:
readback:
rollback_plan:
residual_risk:
VERDICT: PASS | FLAG | BLOCK
text
AGENT_INSTALL_SYNC_REPORT
operation:
source:
target_agents:
config_scope:
files_or_configs_changed:
readback:
rollback_plan:
residual_risk:
VERDICT: PASS | FLAG | BLOCK