Super Antigravity v3.0 — Learn to build real software, no coding experience required.
To get started, type /start in the chat below.
That's it. The tool will walk you through everything from here.
| Component | Count | Description |
|---|---|---|
| 🤖 Specialist Agents | 20 | AI personas for frontend, backend, security, design, etc. |
| 🧩 Domain Skills | 58 | Knowledge modules the AI loads contextually |
| ⚡ Slash Commands | 35 | Workflows like /brainstorm, /create, /deploy |
| 📜 Validation Scripts | 4 | Python-based quality gates |
| 📚 Curriculum | 9 phases | From zero to deployed app |
v3.0 adds native GitHub Copilot and Cursor support. When you run npx coach-gravity init, the CLI automatically generates:
.github/copilot-instructions.md— Global instructions for Copilot.github/skills/— All 58 skills as native Agent Skills (auto-discovered by Copilot).github/prompts/— All 35 workflows as native/slashcommands.github/agents/— All 20 personas as native@agentparticipants.vscode/settings.json— Configuration hooks so Copilot discovers everything instantly
No extensions required. Works with any AI coding agent that supports the Agent Skills spec.
Option A — npm (recommended):
npx coach-gravity installThis installs agents, skills, workflows, scripts, and global config files into ~/.gemini/.
Option B — ZIP archive:
- Unzip
coach-gravity-v3.0.0.zipinto a folder on your machine - Open the folder in your AI coding agent
- Type
/startin the agent chat to begin - Follow the 9-phase curriculum (Phase 0–8)
npx coach-gravity initSets up AGENT-REFERENCE.md, .agent/workflows/start.md, docs-canonical/, and full .github/ scaffolding for Copilot/Cursor in the current directory.
| Directory | Purpose |
|---|---|
content/getting-started/ |
9-phase learning curriculum (Phase 0–8) |
content/reference/ |
Cheat sheets, glossary, troubleshooting, slash commands |
content/starter-kit/ |
Distributable agents, skills, workflows, scripts, configs |
content/project-planning/ |
Questionnaires and documentation structure guides |
content/delivery/ |
Email templates and video guide scripts |
bin/cli.js |
CLI installer (cross-platform: macOS + Windows) |
.agent/ |
Project-level AI agent configuration |
| Command | Purpose |
|---|---|
npx coach-gravity install |
Full global setup |
npx coach-gravity install --force |
Reset global configs to defaults |
npx coach-gravity init |
Set up current project (includes Copilot scaffolding) |
npx coach-gravity update |
Update workflows, agents, skills |
npx coach-gravity uninstall |
Remove Coach Gravity |
| Command | Purpose |
|---|---|
node bin/cli.js install |
Test full install locally |
docguard guard |
Validate documentation quality |
docguard score |
Check documentation maturity score |
- 💡 Curious what this is about? Read What Is This?
- 🤔 Have questions? Read the FAQ
- ⚡ All 35 slash commands — Slash Commands Reference
- 📧 Got this ZIP from someone? They're available to help if you get stuck.
MIT — Free to use, modify, and distribute.
Made with ❤️ by Ricardo Accioly