{"id":47628720,"url":"https://github.com/bonnguyenitc/antigravity-superpowers","last_synced_at":"2026-04-01T23:03:50.385Z","repository":{"id":345876951,"uuid":"1187695870","full_name":"bonnguyenitc/antigravity-superpowers","owner":"bonnguyenitc","description":"Superpowers for Google Antigravity — composable skills, smart workflows, and always-on rules that turn your AI agent into a senior engineer.","archived":false,"fork":false,"pushed_at":"2026-04-01T04:16:45.000Z","size":1248,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T06:58:46.985Z","etag":null,"topics":["agentic-ai","ai-agent","ai-coding","antigravity","coding-agent","developer-tools","gemini","llm","productivity","prompt-engineering","skills","software-engineering","superpowers","tdd","workflows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bonnguyenitc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-21T03:15:44.000Z","updated_at":"2026-04-01T04:16:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bonnguyenitc/antigravity-superpowers","commit_stats":null,"previous_names":["bonnguyenitc/antigravity-superpowers"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bonnguyenitc/antigravity-superpowers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonnguyenitc%2Fantigravity-superpowers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonnguyenitc%2Fantigravity-superpowers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonnguyenitc%2Fantigravity-superpowers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonnguyenitc%2Fantigravity-superpowers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonnguyenitc","download_url":"https://codeload.github.com/bonnguyenitc/antigravity-superpowers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonnguyenitc%2Fantigravity-superpowers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","ai-agent","ai-coding","antigravity","coding-agent","developer-tools","gemini","llm","productivity","prompt-engineering","skills","software-engineering","superpowers","tdd","workflows"],"created_at":"2026-04-01T23:03:31.518Z","updated_at":"2026-04-01T23:03:50.361Z","avatar_url":"https://github.com/bonnguyenitc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# antigravity-superpowers\n\n[![npm version](https://img.shields.io/npm/v/agy-superpowers.svg)](https://www.npmjs.com/package/agy-superpowers)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n\n\u003e **Superpowers for [Google Antigravity](https://antigravity.google)** — a complete development workflow powered by composable skills, workflows, and rules.\n\nThis repo ports the [Superpowers](https://github.com/obra/superpowers) skills library to work natively with **Google Antigravity agent**, with Antigravity-compatible path conventions, an auto-update workflow, and curated workflow files translated from the upstream skills.\n\n---\n\n## Quick Start\n\n### Option 1 — npx (recommended, no install needed)\n\nInside any project directory:\n\n```bash\nnpx agy-superpowers@latest init\n```\n\nThis scaffolds `.agent/` with all Superpowers skills, workflows, and rules.\nOpen the project with **Google Antigravity** — Superpowers activates automatically.\n\nTo overwrite an existing `.agent/`:\n\n```bash\nnpx agy-superpowers@latest init --force\n```\n\n### Option 2 — Global install\n\n```bash\nnpm install -g agy-superpowers\nagy-superpowers init\n```\n\n---\n\n## What's Inside\n\n```\n.agent/\n├── rules/\n│   └── superpowers.md          # Always-on rule: agent checks skills before acting\n├── skills/                     # 58 skills (14 upstream + 44 expansion skills)\n│   ├── brainstorming/\n│   ├── writing-plans/\n│   ├── executing-plans/\n│   ├── backend-developer/\n│   ├── frontend-developer/\n│   ├── mobile-developer/\n│   ├── growth-hacker/\n│   ├── monetization-strategist/\n│   └── ...                     # + 48 more skills\n├── workflows/\n│   ├── brainstorm.md           # /brainstorm\n│   ├── write-plan.md           # /write-plan\n│   ├── execute-plan.md         # /execute-plan\n│   ├── code-review.md          # /code-review\n│   ├── debug.md                # /debug\n│   ├── publish.md              # /publish\n│   └── update-superpowers.md   # /update-superpowers\n├── patches/\n│   └── skills-patches.md       # AI-driven skill patches (see below)\n└── .shared/\n    └── update-superpowers.sh   # Shell script for version management\n```\n\n---\n\n## How It Works\n\n**Antigravity automatically reads skills before every response.** You don't need to invoke them manually — the `superpowers.md` rule (set to `alwaysApply: true`) instructs the agent to check for a relevant skill before acting.\n\n### The Core Development Loop\n\n```\n💡 Idea → /brainstorm → /write-plan → /execute-plan → /code-review → merge\n```\n\n| Step | Workflow        | What happens                                                   |\n| ---- | --------------- | -------------------------------------------------------------- |\n| 1    | `/brainstorm`   | Agent asks clarifying questions, refines your idea into a spec |\n| 2    | `/write-plan`   | Spec → bite-sized tasks (2–5 min each) with exact file paths   |\n| 3    | `/execute-plan` | Tasks run in batches with human checkpoints                    |\n| 4    | `/code-review`  | Pre-review checklist, severity-based issue reporting           |\n| 5    | _(auto)_        | `finishing-a-development-branch` — merge / PR / discard        |\n\n### Additional Workflows\n\n| Workflow               | What happens                                                   |\n| ---------------------- | -------------------------------------------------------------- |\n| `/debug`               | Systematic 4-phase debugging process                           |\n| `/publish`             | Publish to npm with version bump, git tag, and push            |\n| `/update-superpowers`  | Pull latest upstream release, re-sync skills, AI-rewrite rules |\n| `/ui-ux-pro-max`       | Plan and implement UI with curated design intelligence         |\n| `/mobile-uiux-promax`  | Plan and implement mobile app UI across all major platforms    |\n\n---\n\n## Usage Guide\n\n### Getting Started in 5 Minutes\n\n**How it works:** Superpowers gives your agent 58 specialized skills. You don't need to remember or invoke them — the agent **automatically reads and selects the right skill** based on what you ask. Just describe what you need in natural language.\n\n#### Your First Feature: A Walkthrough\n\nLet's say you want to add dark mode to your React app. Here's what the full cycle looks like:\n\n| Step | You type                                    | What happens                                                                       |\n| ---- | ------------------------------------------- | ---------------------------------------------------------------------------------- |\n| 1    | `/brainstorm add dark mode to my React app` | Agent asks clarifying questions, explores approaches, and produces a design spec   |\n| 2    | `/write-plan`                               | Spec gets converted into a task list with exact file paths and acceptance criteria |\n| 3    | `/execute-plan`                             | Agent implements tasks one by one, pausing for your review at checkpoints          |\n| 4    | `/code-review`                              | Agent reviews the completed code against the plan, reports issues by severity      |\n| 5    | _(automatic)_                               | Agent offers to merge, create a PR, or discard the branch                          |\n\nThat's it. Five steps from idea to merge-ready code.\n\n#### Quick Reference: The 5 Commands You'll Use Most\n\n| Command         | What it does                                   | Example                                |\n| --------------- | ---------------------------------------------- | -------------------------------------- |\n| `/brainstorm`   | Turn a rough idea into a validated design spec | `/brainstorm add user onboarding flow` |\n| `/write-plan`   | Break an approved spec into bite-sized tasks   | `/write-plan` (after brainstorm)       |\n| `/execute-plan` | Execute tasks with human review checkpoints    | `/execute-plan` (after write-plan)     |\n| `/code-review`  | Review completed work before merging           | `/code-review`                         |\n| `/debug`        | Systematic 4-phase debugging for any issue     | `/debug users can't log in on Safari`  |\n\n---\n\n### Beyond Code — Skills That Work For You\n\nThe agent doesn't just write code — it has specialized knowledge in marketing, pricing, security, legal, and more. When you mention a topic, the relevant skill activates automatically.\n\n#### 🔧 Development Workflow\n\nThese are triggered via slash commands or activate automatically during the dev loop:\n\n| Skill                            | When it activates                                             |\n| -------------------------------- | ------------------------------------------------------------- |\n| `brainstorming`                  | Adding a feature, building a component, or modifying behavior |\n| `writing-plans`                  | Design is approved — breaking work into tasks                 |\n| `executing-plans`                | Running a plan step-by-step with checkpoints                  |\n| `test-driven-development`        | Implementing any feature or bugfix                            |\n| `systematic-debugging`           | Debugging any issue                                           |\n| `verification-before-completion` | Before declaring a fix or task done                           |\n| `requesting-code-review`         | Completing tasks or before merging                            |\n| `receiving-code-review`          | Receiving code review feedback                                |\n| `finishing-a-development-branch` | Implementation is complete — merge / PR / discard             |\n| `using-git-worktrees`            | Starting work on an isolated branch                           |\n| `dispatching-parallel-agents`    | 2+ independent tasks that can run in parallel                 |\n| `subagent-driven-development`    | Executing plan tasks in the current session                   |\n\n#### 💻 Technical Skills\n\nActivate when you work on specific technical domains:\n\n| Skill                        | When it activates                                            |\n| ---------------------------- | ------------------------------------------------------------ |\n| `backend-developer`          | Designing APIs, server-side logic, database schemas          |\n| `frontend-developer`         | Building web UI, component architecture                      |\n| `mobile-developer`           | Mobile app features, React Native / Flutter / iOS / Android  |\n| `game-developer`             | Game app features, game code, game architecture              |\n| `api-design`                 | REST or GraphQL APIs, versioning, rate limiting, pagination  |\n| `real-time-features`         | WebSockets, SSE, live collaboration, real-time notifications |\n| `auth-and-identity`          | Authentication, authorization, SSO, RBAC                     |\n| `devops-engineer`            | CI/CD, infrastructure, deployment, monitoring                |\n| `security-engineer`          | App security, user data handling, GDPR/App Store compliance  |\n| `email-infrastructure`       | Transactional email, deliverability, SPF/DKIM/DMARC          |\n| `saas-architect`             | Multi-tenant SaaS architecture, tenant isolation             |\n| `chrome-extension-developer` | Chrome extensions, browser-based tools                       |\n\n\u003e **Example prompt:** _\"Design a REST API for user management with rate limiting and pagination\"_ → activates `api-design` + `backend-developer`\n\n#### 🎨 Product \u0026 Design\n\n| Skill               | When it activates                                                 |\n| ------------------- | ----------------------------------------------------------------- |\n| `product-manager`   | Defining requirements, prioritizing features, planning roadmaps   |\n| `ux-designer`       | Designing UI, wireframes, user research, information architecture |\n| `cto-architect`     | System design decisions, tech debt, planning for scale            |\n| `i18n-localization` | Internationalization, localizing for new markets                  |\n| `game-design`       | Game mechanics, core loops, progression, difficulty curves        |\n\n\u003e **Example prompt:** _\"Help me prioritize features for the next sprint based on user feedback\"_ → activates `product-manager`\n\n#### 📈 Marketing \u0026 Growth\n\n| Skill                         | When it activates                                              |\n| ----------------------------- | -------------------------------------------------------------- |\n| `growth-hacker`               | User acquisition, viral loops, activation funnels              |\n| `content-marketer`            | Content strategy, SEO content, social media, newsletters       |\n| `seo-specialist`              | Technical SEO, keyword research, on-page optimization          |\n| `conversion-optimizer`        | Landing pages, trial-to-paid funnels, paywall design           |\n| `copywriter`                  | Landing page copy, app store descriptions, email sequences     |\n| `community-manager`           | Discord, Reddit, Slack communities, engagement strategy        |\n| `influencer-marketer`         | UGC campaigns, creator partnerships, TikTok/YouTube marketing  |\n| `paid-acquisition-specialist` | Meta Ads, Google Ads, Apple Search Ads, ROAS optimization      |\n| `launch-strategist`           | Product launch, go-to-market, pre-launch campaigns             |\n| `landing-page-builder`        | Landing pages, waitlist pages, marketing sites                 |\n| `app-store-optimizer`         | App Store / Google Play listing optimization, keyword strategy |\n\n\u003e **Example prompt:** _\"Write an ASO-optimized App Store description for my meditation app\"_ → activates `app-store-optimizer` + `copywriter`\n\n#### 💰 Revenue \u0026 Operations\n\n| Skill                      | When it activates                                                  |\n| -------------------------- | ------------------------------------------------------------------ |\n| `monetization-strategist`  | Pricing models, freemium strategy, IAP, unit economics             |\n| `pricing-psychologist`     | Pricing, paywalls, free-to-paid conversion                         |\n| `subscription-billing`     | Stripe integration, webhooks, trial logic, dunning flows           |\n| `bootstrapper-finance`     | MRR tracking, runway calculation, financial decisions              |\n| `solo-founder-ops`         | Time management, feature prioritization, running multiple products |\n| `analytics-setup`          | Analytics, tracking tools, metrics dashboards                      |\n| `customer-success-manager` | User support, feedback loops, NPS/CSAT, churn                      |\n| `data-analyst`             | Metrics frameworks, funnel analysis, cohort analysis, A/B tests    |\n| `indie-legal`              | Privacy policies, terms of service, GDPR/CCPA                      |\n\n\u003e **Example prompt:** _\"Should I charge $9/mo or $29/mo for my SaaS? Here's my target audience...\"_ → activates `pricing-psychologist` + `monetization-strategist`\n\n#### 🚀 Validate \u0026 Scale\n\n| Skill                   | When it activates                                               |\n| ----------------------- | --------------------------------------------------------------- |\n| `idea-validator`        | Evaluating a product idea, assessing market fit before building |\n| `market-researcher`     | Finding a niche, analyzing market size, customer discovery      |\n| `ai-integrated-product` | Integrating AI/LLM capabilities, building AI-powered features   |\n| `micro-saas-builder`    | Building a micro-SaaS, choosing a niche SaaS idea               |\n\n\u003e **Example prompt:** _\"I have an idea for an AI writing tool — is it worth building?\"_ → activates `idea-validator` + `market-researcher`\n\n---\n\n### Power User Tips\n\n#### When to `/brainstorm` vs Just Ask\n\n| Situation                                               | What to do                                         |\n| ------------------------------------------------------- | -------------------------------------------------- |\n| Multi-file feature, new component, architectural change | `/brainstorm` → full design cycle                  |\n| Quick fix, rename, typo, single-line change             | Just ask directly                                  |\n| Knowledge question (\"What's the best auth library?\")    | Just ask directly                                  |\n| Not sure about scope                                    | Start with `/brainstorm` — it's safe to exit early |\n\n**Rule of thumb:** if it touches more than one file or involves design tradeoffs → `/brainstorm`.\n\n#### How to Write Better Prompts\n\n- **Provide context** — mention your tech stack, project name, and constraints: _\"In my Next.js app with Supabase auth...\"_\n- **State goals, not solutions** — _\"Users drop off during signup\"_ gives the agent room to find the best fix, vs _\"Add a progress bar to the signup form\"_\n- **Mention specific domains** to activate the right skills — _\"Review the **security** of my auth flow\"_ triggers `security-engineer`, _\"Optimize the **SEO** for my landing page\"_ triggers `seo-specialist`\n\n#### Combining Workflows for Complex Projects\n\n**Full product launch cycle:**\n\n```\n/brainstorm → /write-plan → /execute-plan → /code-review\n    ↓ then in separate conversations:\n    \"Write marketing copy for...\" → copywriter skill\n    \"Optimize my App Store listing...\" → ASO skill\n    \"Design a pricing strategy...\" → pricing skill\n```\n\n**Idea → Validation → Build:**\n\n```\n\"I have an idea for X, is it viable?\" → idea-validator\n\"Research the market for X\" → market-researcher\n/brainstorm → /write-plan → /execute-plan → build it\n```\n\n**Debugging effectively:**\n\n```\n/debug → systematic investigation\n    ↓ if architectural issue found:\n/brainstorm → redesign the component\n```\n\n#### Configuration\n\nPer-project settings (like `auto_commit`) live in `.agent/config.yml` — see [Configuration](#configuration-1) for details.\n\n#### Common Pitfalls\n\n| ❌ Don't                                           | ✅ Do instead                                                     |\n| -------------------------------------------------- | ----------------------------------------------------------------- |\n| Skip `/brainstorm` for large features              | Always brainstorm features that touch multiple files              |\n| Cram multiple goals into one prompt                | One conversation = one clear objective                            |\n| Jump to `/execute-plan` without reviewing the spec | Review and approve the design spec before execution               |\n| Skip `/code-review` before merging                 | Always review before merge — catch bugs early                     |\n| Assume the agent only writes code                  | Ask about pricing, marketing, legal — it has skills for those too |\n\n---\n\n## AI-Driven Skill Patching\n\nSkills are sourced from upstream Superpowers but automatically patched to be Antigravity-native. The patching system uses a human-readable spec at `.agent/patches/skills-patches.md` which the AI interprets semantically — making patches resilient to upstream changes.\n\nWhen you run `/update-superpowers`, skills are:\n\n1. Copied fresh from `superpowers/skills/`\n2. Patched via AI to remove non-Antigravity references\n3. Ready to use immediately\n\n---\n\n## Skills Reference\n\n| Skill                            | Triggers automatically when...                                                                              |\n| -------------------------------- | ----------------------------------------------------------------------------------------------------------- |\n| `ai-integrated-product`          | Integrating AI/LLM capabilities into a product, building AI-powered features                                |\n| `analytics-setup`                | Setting up analytics, choosing tracking tools, or designing a metrics dashboard for an indie product        |\n| `api-design`                     | Designing REST or GraphQL APIs, versioning, rate limiting, pagination, or API docs                          |\n| `app-store-optimizer`            | Working on App Store / Google Play listing optimization, keyword strategy, or A/B testing                   |\n| `auth-and-identity`              | Implementing authentication, authorization, SSO/SAML/OIDC, session management, or RBAC                      |\n| `backend-developer`              | Designing APIs, server-side logic, database schemas, or reviewing backend code                              |\n| `bootstrapper-finance`           | Tracking MRR, calculating runway, making financial decisions for a solo/bootstrapped business               |\n| `brainstorming`                  | Adding a feature, building a component, or modifying behavior                                               |\n| `chrome-extension-developer`     | Building a Chrome extension, browser extension, or browser-based tool                                       |\n| `community-manager`              | Building and managing communities on Discord, Reddit, Slack, or social platforms                            |\n| `content-marketer`               | Planning content strategy, SEO content, social media, or email newsletters                                  |\n| `conversion-optimizer`           | Optimizing landing pages, trial-to-paid funnels, paywall design, or onboarding flows                        |\n| `copywriter`                     | Writing landing page copy, app store descriptions, email sequences, or user-facing text                     |\n| `cto-architect`                  | Making system design decisions, managing tech debt, planning for scale                                      |\n| `customer-success-manager`       | Managing user support, feedback loops, NPS/CSAT tracking, or handling churn                                 |\n| `data-analyst`                   | Setting up metrics, analyzing funnels, cohort analysis, dashboards, or A/B test results                     |\n| `devops-engineer`                | Working on CI/CD pipelines, infrastructure, deployment, monitoring, or reliability                          |\n| `dispatching-parallel-agents`    | Facing 2+ independent tasks that can run without shared state                                               |\n| `email-infrastructure`           | Setting up transactional email, deliverability, SPF/DKIM/DMARC, or email templates                          |\n| `executing-plans`                | Running a plan step-by-step with checkpoints                                                                |\n| `finishing-a-development-branch` | Implementation is complete and you need to merge / PR / discard                                             |\n| `frontend-design`                | Building web components, pages, or apps with high design quality — avoids generic AI aesthetics             |\n| `frontend-developer`             | Building web UI, component architecture, or reviewing frontend code                                         |\n| `game-design`                    | Designing game mechanics, core loops, progression, monetization, or difficulty curves                       |\n| `game-developer`                 | Working on game app features, reviewing game code, or game architecture decisions                           |\n| `growth-hacker`                  | Planning user acquisition, viral loops, activation funnels, or growth experiments                           |\n| `i18n-localization`              | Planning i18n architecture, localizing for new markets, or managing translations                            |\n| `idea-validator`                 | Starting a new project, evaluating a product idea, or assessing market fit before building                  |\n| `indie-legal`                    | Creating privacy policies, terms of service, handling GDPR/CCPA basics, or understanding legal requirements |\n| `influencer-marketer`            | Planning UGC campaigns, creator partnerships, TikTok/YouTube/Instagram marketing                            |\n| `landing-page-builder`           | Creating a landing page, waitlist page, product page, or marketing site                                     |\n| `launch-strategist`              | Preparing to launch a product, planning go-to-market, or running a pre-launch campaign                      |\n| `market-researcher`              | Finding a niche, analyzing market size, researching customer segments, or doing customer discovery          |\n| `micro-saas-builder`             | Building a micro-SaaS product, choosing a niche SaaS idea, or designing a small scalable SaaS               |\n| `mobile-developer`               | Working on mobile app features, reviewing mobile code, or mobile architecture                               |\n| `mobile-uiux-promax`            | Designing or building mobile app UI for iOS, Android, React Native, Flutter, SwiftUI, or Compose           |\n| `monetization-strategist`        | Designing pricing models, freemium strategy, IAP, or modeling unit economics                                |\n| `paid-acquisition-specialist`    | Running Meta Ads, Google Ads, Apple Search Ads, or any paid acquisition channel                             |\n| `pricing-psychologist`           | Designing pricing, paywalls, free-to-paid conversion, or optimizing upgrade flows                           |\n| `product-manager`                | Defining requirements, prioritizing features, planning roadmaps, or validating problems                     |\n| `real-time-features`             | Implementing WebSockets, SSE, live collaboration, or real-time notifications                                |\n| `receiving-code-review`          | Receiving code review feedback, before implementing suggestions                                             |\n| `requesting-code-review`         | Completing tasks or before merging to verify work meets requirements                                        |\n| `retention-specialist`           | Improving user retention, reducing churn, analyzing engagement, or re-engagement                            |\n| `saas-architect`                 | Designing multi-tenant SaaS architecture, tenant isolation, or data models                                  |\n| `security-engineer`              | Reviewing app security, handling user data, ensuring GDPR/App Store compliance                              |\n| `seo-specialist`                 | Working on technical SEO, keyword research, on-page optimization, or backlink strategy                      |\n| `solo-founder-ops`               | Managing time, prioritizing features, or running multiple products as a solo founder                        |\n| `subagent-driven-development`    | Executing implementation plans with independent tasks in the current session                                |\n| `subscription-billing`           | Integrating subscription billing, Stripe webhooks, trial logic, or dunning flows                            |\n| `systematic-debugging`           | Debugging any issue                                                                                         |\n| `test-driven-development`        | Implementing any feature or bugfix                                                                          |\n| `using-git-worktrees`            | Starting work on an isolated branch                                                                         |\n| `using-superpowers`              | Starting any conversation — checks for relevant skills                                                      |\n| `ux-designer`                    | Designing UI, wireframes, user research, or information architecture                                        |\n| `verification-before-completion` | Before declaring a fix or task done                                                                         |\n| `writing-plans`                  | Design is approved — breaking work into tasks                                                               |\n| `writing-skills`                 | Creating or editing a skill                                                                                 |\n\n---\n\n### The Indie Hacker Journey\n\n44 expansion skills cover the full indie hacker lifecycle — from first idea to sustainable business:\n\n- **Validate:** `idea-validator`, `market-researcher`\n- **Design:** `product-manager`, `ux-designer`, `cto-architect`\n- **Build:** `backend-developer`, `frontend-developer`, `frontend-design`, `mobile-developer`, `mobile-uiux-promax`, `game-developer`, `game-design`, `chrome-extension-developer`, `api-design`, `real-time-features`, `auth-and-identity`, `email-infrastructure`, `saas-architect`, `devops-engineer`, `security-engineer`, `i18n-localization`, `ai-integrated-product`, `micro-saas-builder`\n- **Launch:** `launch-strategist`, `landing-page-builder`, `app-store-optimizer`, `copywriter`\n- **Grow:** `growth-hacker`, `content-marketer`, `seo-specialist`, `conversion-optimizer`, `community-manager`, `influencer-marketer`, `paid-acquisition-specialist`, `retention-specialist`\n- **Revenue:** `monetization-strategist`, `pricing-psychologist`, `subscription-billing`, `bootstrapper-finance`\n- **Operate:** `solo-founder-ops`, `analytics-setup`, `customer-success-manager`, `data-analyst`, `indie-legal`\n\n---\n\n## Keeping Up to Date\n\nUpstream Superpowers releases are tracked automatically. To update:\n\n```\n/update-superpowers\n```\n\nThis workflow will:\n\n1. Pull the latest Superpowers release from GitHub\n2. Copy fresh skills from upstream\n3. AI-rewrite any changed workflows and rules to stay Antigravity-compatible\n4. Apply skill patches via `.agent/patches/skills-patches.md`\n5. Commit all changes with a versioned commit message\n\n---\n\n## Configuration\n\nPer-project settings live in `.agent/config.yml`. Create or edit this file in your project's `.agent/` folder:\n\n```yaml\n# .agent/config.yml\n\n# auto_commit: true | false\n# When true (default), Superpowers skills automatically commit after completing\n# tasks and writing design docs.\n# When false, all git commits and staging are skipped — files are left as\n# modified for you to commit manually.\nauto_commit: true\n```\n\n| Setting       | Default | Description                                                                      |\n| ------------- | ------- | -------------------------------------------------------------------------------- |\n| `auto_commit` | `true`  | AI auto-commits after tasks and design docs. Set to `false` to skip all commits. |\n\nThis file is preserved across `/update-superpowers` runs.\n\n---\n\n## Installation\n\n### Using This Repo in Your Project\n\nThe recommended way is `npx` (see Quick Start above). Alternatively, clone and copy:\n\n```bash\ngit clone https://github.com/bonnguyenitc/antigravity-superpowers\ncp -r antigravity-superpowers/.agent /your/project/\n```\n\n---\n\n## Philosophy\n\nThis setup enforces four core principles across every task:\n\n- **Test-Driven Development** — Write the failing test first, always\n- **YAGNI** — Don't build what isn't needed yet\n- **Systematic over ad-hoc** — Follow the skill process, don't guess\n- **Evidence over claims** — Verify before declaring success\n\n---\n\n## Credits\n\nThis project stands on the shoulders of many great open-source projects. A huge thank you to all of them! 🙏\n\n### 🏗️ Skill Sources\n\nContent from these repos was ported, adapted, and integrated into the skills library:\n\n| Repository                                                                                                    | Author                                                                             | Skills                                                                                                                  |\n| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |\n| [obra/superpowers](https://github.com/obra/superpowers)                                                       | [Jesse Vincent](https://blog.fsck.com) \u0026 [Prime Radiant](https://primeradiant.com) | **Core foundation** — upstream skills library this repo is built on                                                     |\n| [vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills)                                       | Vercel Labs                                                                        | 66 React/Next.js rules + 36 React Native rules (in `frontend-developer` + `mobile-developer`)                           |\n| [antfu/skills](https://github.com/antfu/skills)                                                               | [Anthony Fu](https://github.com/antfu)                                             | 44 Vue/Nuxt rules (in `frontend-developer`)                                                                             |\n| [vuejs-ai/skills](https://github.com/vuejs-ai/skills)                                                         | vuejs-ai                                                                           | Vue ecosystem agent skill rules (upstream of antfu/skills)                                                              |\n| [kevmoo/dash_skills](https://github.com/kevmoo/dash_skills)                                                   | [Kevin Moore](https://github.com/kevmoo)                                           | 8 Dart \u0026 Flutter best-practice rules (in `mobile-developer`)                                                            |\n| [new-silvermoon/awesome-android-agent-skills](https://github.com/new-silvermoon/awesome-android-agent-skills) | new-silvermoon                                                                     | 17 Android/Compose/Kotlin rules (in `mobile-developer`)                                                                 |\n| [AvdLee/SwiftUI-Agent-Skill](https://github.com/AvdLee/SwiftUI-Agent-Skill)                                   | [Antoine van der Lee](https://github.com/AvdLee)                                   | 19 SwiftUI reference files (in `mobile-developer`)                                                                      |\n| [msitarzewski/agency-agents](https://github.com/msitarzewski/agency-agents)                                   | msitarzewski                                                                       | Deliverable-focused, workflow-oriented agent patterns (inspired indie hacker skills)                                    |\n| [nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill)               | nextlevelbuilder                                                                   | UI/UX Pro Max search databases — curated style, typography, color, UX, and stack knowledge (in `.shared/ui-ux-pro-max`) |\n\n---\n\nAntigravity integration, workflow adaptation \u0026 44 expansion skills (UI/UX intelligence databases, mobile design system) by [@bonnguyenitc](https://github.com/bonnguyenitc).\n\n---\n\n## License\n\nMIT — see [LICENSE](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonnguyenitc%2Fantigravity-superpowers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonnguyenitc%2Fantigravity-superpowers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonnguyenitc%2Fantigravity-superpowers/lists"}