Hey guys,
Wanted to share this here as superpowers helps me tremendously.
I’ve ported superpowers framework ( GitHub - obra/superpowers: An agentic skills framework & software development methodology that works. · GitHub ) to work natively with Antigravity 2.0, Antigravity IDE and Antigravity CLI.
I kept all the skills and prompt templates exactly the same, meaning this fork is fully backward-compatible with Claude Code and other systems. The changes in this port are focused entirely on adapting the tool mappings and subagent orchestrations to work natively with the new Antigravity 2.0 engine.
Here is a summary of what was changed to make it work:
* Added a plugin.json manifest so the Antigravity 2.0, Antigravity IDE and Antigravity CLI automatically discover and loads the plugin on startup.
* Created an antigravity-tools.md mapping file to translate upstream skill commands into Antigravity 2.0 tools (like mapping Read to view_file, Glob to find_by_name, and Bash to run_command).
* Integrated workspace isolation. The worktree setup now natively uses the Workspace: “branch” parameter inside invoke_subagent to isolate git branches automatically.
* Documented token-saving optimizations like using define_subagent for multi-agent plans.
* Wrote a new test suite under tests/antigravity/ that verifies plugin loading, skill triggering, and subagent dispatching.
For full changes from the original superpowers check the RELEASE_NOTES.md file: superpowers/RELEASE-NOTES.md at main · roundpilot/superpowers · GitHub
Instructions on how to set this up are on the GitHub repo below.
Link to the repo: GitHub - roundpilot/superpowers: An agentic skills framework & software development methodology that works. · GitHub