install

Install or repair the Omagy Antigravity plugin from a local checkout.

3|Updated May 24, 2026
One-click install
npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill install-shayne-snap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install
Source: https://github.com/shayne-snap/oh-my-antigravity/tree/main/plugin/skills/install
Command: npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill install-shayne-snap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of getting the Omagy Antigravity plugin installed and healthy in your current setup when you need to reinstall, refresh, or repair it.

Core Features & Use Cases

  • Plugin installation & repair: Installs the Omagy plugin from the current local checkout so Antigravity CLI has the required plugin in place.
  • Post-install verification: Runs doctor checks to confirm the install state is correct and reports any failing checks clearly.
  • Dry-run support: Lets you preview what setup would do without making changes when the user requests it.

Use it when you are switching environments, fixing a broken plugin state, or want to ensure the plugin matches your local checkout before continuing with Omagy workflows.

Quick Start

Ask your assistant to run the install workflow for the current local checkout and then verify it with the doctor command.

Frequently Asked Questions about install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I repair the Omagy Antigravity plugin in my current setup?

You can install the Omagy plugin by running omagy setup from your local checkout, which places the required plugin files into the Antigravity CLI, followed by omagy doctor to verify the installation state.

Can I preview the Omagy plugin installation without making changes?

Yes, you can preview the Omagy plugin installation without applying changes by requesting a dry-run, which executes omagy setup with the --dry-run flag to simulate the process safely.

What does the doctor check do after installing the Antigravity plugin?

The doctor check verifies the Omagy Antigravity plugin health after installation by running omagy doctor, confirming the install state is correct, and reporting any failing checks clearly.

When should I reinstall the Omagy plugin for my Antigravity session?

You should reinstall or refresh the Omagy plugin when switching environments, fixing a broken plugin state, or ensuring the plugin matches your local Antigravity checkout before continuing workflows.