Skip to content

feat: add Antigravity CLI plugin support#1583

Open
pathanaawej0-dot wants to merge 1 commit into
obra:mainfrom
pathanaawej0-dot:antigravity-support
Open

feat: add Antigravity CLI plugin support#1583
pathanaawej0-dot wants to merge 1 commit into
obra:mainfrom
pathanaawej0-dot:antigravity-support

Conversation

@pathanaawej0-dot
Copy link
Copy Markdown

@pathanaawej0-dot pathanaawej0-dot commented May 20, 2026

What problem are you trying to solve?

Users of Google Antigravity CLI (agy) have no official way to install
Superpowers as a plugin. This PR adds native Antigravity CLI support so
users can install the full Superpowers skills library in one step.

What does this PR change?

  • Adds .antigravity-plugin/ folder with plugin.json manifest and
    ANTIGRAVITY.md bootstrap (follows the same pattern as .claude-plugin/,
    .codex-plugin/, .cursor-plugin/)
  • Adds skills/using-superpowers/references/antigravity-tools.md mapping
    Claude Code tool names to Antigravity CLI equivalents
  • Adds scripts/install-antigravity.ps1 (Windows) and
    scripts/install-antigravity.sh (macOS/Linux) one-step installers that
    symlink the plugin into ~/.gemini/config/plugins/superpowers/
  • Updates README.md to document the Antigravity CLI install path
  • Updates SKILL.md to reference ANTIGRAVITY.md and antigravity-tools.md

Is this change appropriate for the core library?

Yes. It follows the exact same pattern already used for Claude Code, Codex,
Cursor, and OpenCode — a hidden subfolder containing platform-specific
manifest files, with zero changes to the core skills content.

What alternatives did you consider?

  • Placing plugin.json at the repo root (rejected — violates the clean-root
    convention established by existing plugin dirs)
  • A separate standalone repo (rejected — creates a maintenance burden and
    version drift)

Does this PR contain multiple unrelated changes?

No. All changes are directly related to adding Antigravity CLI support.

Existing PRs

I have reviewed all open AND closed PRs for duplicates or prior art.
No prior Antigravity CLI support PRs found.

Environment tested

Harness Harness version Model Model version
Antigravity CLI (agy) latest Gemini gemini-2.5-pro

Evaluation

  • Initial prompt: "Add Antigravity CLI plugin support to superpowers"
  • Eval sessions run after change: 1
  • The plugin loads correctly and the using-superpowers skill is injected
    at session start via the ANTIGRAVITY.md bootstrap

Human review

  • A human has reviewed the COMPLETE proposed diff before submission

- Add .antigravity-plugin/ folder with plugin.json manifest and ANTIGRAVITY.md bootstrap
- Add skills/using-superpowers/references/antigravity-tools.md with tool mapping for Antigravity CLI
- Add scripts/install-antigravity.ps1 (Windows) and install-antigravity.sh (macOS/Linux) installers
- Update README.md to include Antigravity CLI in Quickstart and Installation sections
- Update skills/using-superpowers/SKILL.md to reference ANTIGRAVITY.md and antigravity-tools.md
@lligirlburg-wq
Copy link
Copy Markdown

lligirlburg-wq commented May 20, 2026 via email

@lligirlburg-wq
Copy link
Copy Markdown

lligirlburg-wq commented May 20, 2026 via email

@lligirlburg-wq
Copy link
Copy Markdown

lligirlburg-wq commented May 20, 2026 via email

@yclian
Copy link
Copy Markdown

yclian commented May 23, 2026

Thanks!

@obra obra added enhancement New feature or request new-harness Requests for harnesses with few existing items antigravity Antigravity IDE integration needs-rebase-to-dev-branch PR targets main but should target dev labels May 23, 2026
@obra
Copy link
Copy Markdown
Owner

obra commented May 23, 2026

This shouldn't require shell scripts. Does Antigravity not have a plug-in system? Does it not just use Gemini Cli plugins?

@HendrikHoemberg
Copy link
Copy Markdown

You're able to import your old plugins from gemini cli but antigravity cli itself currently has no real plugin system (gg google)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

antigravity Antigravity IDE integration enhancement New feature or request needs-rebase-to-dev-branch PR targets main but should target dev new-harness Requests for harnesses with few existing items

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants