Skip to main content

SuperAntigravity

SuperAntigravity supercharges Google Antigravity with a complete AI-assisted development workflow — 19 auto-triggered skills, 16 slash commands, and 8 specialist agents — all installed with a single command.

19 Auto-Triggered Skills

Skills fire automatically when your task context matches. No commands needed — the right behavior loads itself.

16 Slash Commands

Explicit workflow control at your fingertips. Type /brainstorm, /implement, /review, and more.

8 Specialist Agents

Dedicated agents for code review, architecture, security, research, mentoring, and more.

What is SuperAntigravity?

SuperAntigravity combines two proven AI workflow systems:
  • Superpowers by Jesse Vincent — a structured development pipeline (brainstorm → plan → implement → review → ship)
  • SuperClaude — specialist skills for deep research, performance optimization, security review, and architecture design
Together they give Google Antigravity a complete, opinionated software development process that enforces best practices automatically.

The Core Pipeline

/brainstorm  →  discuss + design (no code yet)

/plan        →  bite-sized tasks with TDD steps

/implement   →  subagent per task + code review between

/review      →  validate against plan

/git         →  smart commit and push
Every stage has a gate. You don’t move forward until the gate passes.

Philosophy

Design before code

Brainstorming is mandatory, not optional. A 15-minute design session prevents hours of rework.

Test first

TDD is the iron law. Every implementation starts with a failing test.

Systematic over ad-hoc

Process beats guessing every time. Skills provide structured approaches to every task type.

Evidence over claims

Run verification before declaring done. The verification-before-completion skill enforces this.

Quick Install

curl -fsSL https://raw.githubusercontent.com/derHaken/SuperAntigravity/main/install.sh | bash
Restart Antigravity. That’s it. Skills trigger automatically — no configuration required.

What Gets Installed

ComponentCountLocation
Skills19~/.gemini/antigravity/skills/
Workflows16~/.gemini/antigravity/global_workflows/
Agents8~/.gemini/antigravity/agents/
Bootstrap rules1~/.gemini/GEMINI.md
SuperAntigravity requires Google Antigravity and git to be installed on your system.

Next Steps

Installation

Step-by-step install guide with prerequisites

Quickstart

Your first workflow: brainstorm to shipped feature

The Workflow

Deep dive into the 5-stage development pipeline

Skills Reference

Every auto-triggered skill explained

Build docs developers (and LLMs) love