SuperAntigravity
Structured planning, testing, debugging, and code review workflows
All Skills in This Repository (20)
Pure Emerald Level Indicatorsrequesting-code-review
Dispatch a code-reviewer subagent after Git workflow task completion.
subagent-driven-development
Coordinates per-task subagents to execute plans with strict spec and quality validation.
brainstorming
Clarify project goals and design requirements through structured questions before coding.
writing-skills
Create, edit, and verify skills via test-driven documentation workflows.
systematic-debugging
Trace data flow and apply a four-phase process to fix root causes.
confidence-check
Score understanding, context, and approach before coding implementation.
executing-plans
Coordinate plan execution in batches with review checkpoints and reporting.
writing-plans
Generate structured test-driven implementation plans from software specifications.
browser-agent
Automate browser UI interactions and verifications in Google Antigravity.
dispatching-parallel-agents
Dispatch parallel agents to handle independent tasks without shared state.
security-review
Identify and mitigate security vulnerabilities in code before deployment.
test-driven-development
Enforce a red-green-refactor workflow with failing tests before implementation.
Frequently Asked Questions
FAQPage SchemaHow to install SuperAntigravity?โผ
Run `npx skills add derHaken/SuperAntigravity --all -g -y` in your terminal to install all skills globally.
What does SuperAntigravity do?โผ
It gives your coding assistant a complete development workflow: brainstorm, plan, implement with tests, debug systematically, and review code before merging.
Does SuperAntigravity enforce test-driven development?โผ
Yes. The test-driven-development skill requires a failing test before any production code, and verification skills block completion claims without fresh test evidence.
Which editors work with SuperAntigravity?โผ
It is built for Google Antigravity IDE, and the skills follow the standard SKILL.md format so they also load in Claude Code, Cursor, and similar tools.
Can non-developers use SuperAntigravity?โผ
Yes. Skills trigger automatically from plain-English requests, so you describe what you want built and the workflow handles the technical process.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core