using-superpowers

Enforces skill discovery and invocation before any AI response or action.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/dudqks0319-cpu/antigravity-skills --skill using-superpowers-dudqks0319-cpu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/dudqks0319-cpu/antigravity-skills/tree/main/using-superpowers
Command: npx skills add https://github.com/dudqks0319-cpu/antigravity-skills --skill using-superpowers-dudqks0319-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI assistants often skip available skills and answer directly, missing specialized workflows. This Skill establishes a mandatory rule that relevant skills must be checked and invoked before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any skill with even a 1% chance of applying before responding or acting. - Decision Flowchart: Provides a visual flow for deciding when to invoke skills, announce usage, and convert checklists into todo items. - Red Flag Detection: Lists common rationalizations (e.g., "this is just a simple question") that signal you are skipping required skill checks. - Priority Ordering: Defines that process skills (brainstorming, debugging) run before implementation skills. - Use Case: When a user asks to fix a bug, the assistant first invokes the debugging skill, then any domain-specific skills, instead of jumping straight into code edits. ## Quick Start Start every conversation by checking which skills might apply to the user's request and invoke them before responding.

Frequently Asked Questions about using-superpowers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make an AI assistant always use available skills?▼

Establish a rule requiring skill invocation before any response, even for simple questions or clarifications. This Skill defines that rule, a decision flowchart, and red flags that indicate the assistant is rationalizing skipping the check.

When should skills be invoked in an AI conversation?▼

Skills should be invoked at the start of every user message, before responding, exploring code, or asking clarifying questions. Even a 1% chance a skill applies is enough to trigger invocation.

Which skills should run first when multiple skills apply?▼

Process skills like brainstorming and debugging run first because they determine how to approach the task. Implementation skills such as frontend design follow to guide execution.

What are signs an AI is skipping required skill checks?▼

Common rationalizations include thinking the question is too simple, needing more context first, or believing the skill is overkill. Each of these thoughts signals the assistant should stop and invoke the relevant skill.

Does this skill work outside Antigravity IDE?▼

Yes. In Antigravity, skills load automatically from the agent skills directory, but the same invocation rules apply in other environments according to each platform's skill loading documentation.