---
name: install
description: Install, repair, or refresh the Omagy Antigravity plugin from the local checkout.
argument-hint: "[--dry-run]"
---

# /omagy:install

Use this skill when the user asks to install, reinstall, refresh, or repair the
Omagy plugin inside Antigravity CLI from the current local checkout.

## Contract

Run:

```bash
omagy setup
omagy doctor
```

If the user asks for a dry run, run:

```bash
omagy setup --dry-run
```

## Reporting

- Report whether the install command completed.
- Report the final `omagy doctor` summary, with failing checks first.
- If installation succeeds, tell the user to restart `agy` when slash commands
  do not refresh immediately.

## Limitation

This skill can only run when the Omagy plugin is already loaded by the current
Antigravity session. If the plugin has been removed and `agy` was restarted,
`/omagy:install` will not be discoverable. In that cold-start case, use the
shell command from the local checkout:

```bash
cd /path/to/oh-my-antigravity
omagy setup
```
