원클릭으로
plugin
Manage Antigravity plugins with safe install, doctor, remove, and lightweight index workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Antigravity plugins with safe install, doctor, remove, and lightweight index workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
[OMAGY] Run an anti-slop cleanup/refactor/deslop workflow
Run read-only deep repository analysis with ranked synthesis, concrete evidence, and explicit Evidence/Inference/Unknown boundaries.
Full OMX-style autonomous pipeline for Omagy: interview, plan, goal execution, optional team, review, and UltraQA.
Professor-critic research workflow with durable Omagy artifacts for agy.
Stateful validator-gated research loop with artifact-gated completion.
[Omagy] Bounded best-practice research wrapper using official/upstream evidence first
| name | plugin |
| description | Manage Antigravity plugins with safe install, doctor, remove, and lightweight index workflows. |
| argument-hint | <list|show|doctor|install|remove|validate|index> [args] |
Use this skill to inspect, install, validate, diagnose, and remove Antigravity plugins through Omagy's safe lifecycle wrapper.
This is not a marketplace. It is a plugin lifecycle manager and lightweight
index client that delegates installation to Antigravity CLI's native
agy plugin commands.
omagy plugin list --json
omagy plugin show <name> --json
omagy plugin doctor <name> --json
omagy plugin validate <path> --json
omagy plugin install <path-or-git-url> --json
omagy plugin remove <name> --json
omagy plugin index add <name> <url> --json
omagy plugin index list --json
omagy plugin index search <query> --json
omagy plugin index install <index>/<plugin> --json
/omagy:plugin list lists installed plugins./omagy:plugin doctor without a name must not ask an interactive question.
Print available plugin names and the exact follow-up command./omagy:plugin remove without a name must not ask an interactive question.
Print available plugin names and the exact follow-up command./omagy:plugin install <target> prints an install plan only. It must clearly
say that no files were written and include the exact next command to copy if
the user wants to continue./omagy:plugin install <target> confirm <generated-confirmation> applies the
exact install plan shown in the previous step./omagy:plugin remove <name> prints a removal plan only. It must clearly say
that no files were removed and include the exact next command to copy if the
user wants to continue./omagy:plugin remove <name> confirm <generated-confirmation> applies the
exact removal plan shown in the previous step.Do not use agy's interactive Question UI for plugin install/remove. Do not offer Write-in prompts.
Do not ask the user to understand or manually construct confirmation tokens. Always present a complete copyable slash command, for example:
/omagy:plugin remove example-plugin confirm abc123...
--yes or --force.omagy plugin doctor <name> --json.