Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

gemini-superpowers-antigravity

gemini-superpowers-antigravity には anthonylee991 から収集した 9 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
9
Stars
800
更新
2026-01-18
Forks
105
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

superpowers-workflow
ソフトウェア開発者

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.

2026-01-18
superpowers-brainstorm
ソフトウェア開発者

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

2026-01-18
superpowers-debug
ソフトウェア開発者

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

2026-01-18
superpowers-finish
ソフトウェア開発者

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

2026-01-18
superpowers-plan
ソフトウェア開発者

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

2026-01-18
superpowers-python-automation
ソフトウェア開発者

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.

2026-01-18
superpowers-rest-automation
ソフトウェア開発者

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.

2026-01-18
superpowers-review
ソフトウェア品質保証アナリスト・テスター

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

2026-01-18
superpowers-tdd
ソフトウェア品質保証アナリスト・テスター

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

2026-01-18