agy_install_skill
Install the agy-mcp collaboration skill bundle into Claude, Codex, or Antigravity platforms. Specify targets, scope, and force overwrite as needed.
Instructions
Install the agy-mcp collaboration skill bundle into one or more agent platforms. targets may include 'claude', 'codex', 'antigravity', or 'all' (default expands to all three). User scope writes to ~/.claude/skills/, ~/.agents/skills/, and ~/.agy/skills/ respectively; project scope writes to .claude/skills/, .agents/skills/, and .antigravity/skills/ under the supplied project_root. Antigravity's wrapper-owned ~/.agy/ is used in user scope because the standing rule 'do not write under ~/.gemini/' rules out the Antigravity CLI's own state directory. force=False (the default) skips files whose on-disk body already matches; force=True rewrites every file unconditionally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| scope | No | user | |
| targets | No | ||
| project_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| success | Yes | ||
| warnings | No | ||
| installed | No |