Skip to main content

anthonylee991/gemini-superpowers-antigravity

SkillsMP has collected 9 skills from anthonylee991/gemini-superpowers-antigravity. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
9
GitHub stars
825
GitHub forks
108

Skills in this repository

Showing 9 of 9 collected skills.

occupation
Software Developers
description

Enforces a disciplined workflow for coding, debugging, refactoring, and automation: brainstorm -> plan -> implement with verification (prefer TDD) -> review -> finish. Use for almost any non-trivial change.

updated
occupation
Software Developers
description

Produces a structured brainstorm: goals, constraints, risks, options, recommendation, and acceptance criteria. Use before non-trivial implementation or design changes.

updated
occupation
Software Developers
description

Systematic debugging: reproduce, isolate, form hypotheses, instrument, fix, and add regression tests. Use when troubleshooting errors, failing tests, or unexpected behavior.

updated
occupation
Software Developers
description

Finalizes work: runs verification, summarizes changes, notes follow-ups, and ensures repo hygiene. Use at the end of an implementation or debugging session.

updated
occupation
Software Developers
description

Writes an implementation plan with small steps, exact files to touch, and verification commands. Use before making non-trivial changes.

updated
occupation
Software Developers
description

Implements reliable automations in Python for REST APIs: httpx/requests patterns, retries, timeouts, pagination, typing, config, logging, and tests. Use when writing Python scripts/services that call external APIs.

updated
occupation
Software Developers
description

Builds reliable automations that integrate with REST APIs: auth, pagination, retries, rate limits, idempotency, webhooks, data mapping, and safe error handling. Use when calling external APIs, syncing systems, or building ETL-style workflows.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Reviews changes for correctness, edge cases, style, security, and maintainability with severity levels (Blocker/Major/Minor/Nit). Use before finalizing changes.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Applies tests-first discipline (red/green/refactor) and adds regression tests for bugs. Use when implementing features, fixing bugs, or refactoring.

updated
Showing 9 of 9 collected skills.