using-superpowers

Check for and invoke applicable skills before responding to any request.

19|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bonnguyenitc/antigravity-superpowers --skill using-superpowers-bonnguyenitc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/bonnguyenitc/antigravity-superpowers/tree/main/.agent/skills/using-superpowers
Command: npx skills add https://github.com/bonnguyenitc/antigravity-superpowers --skill using-superpowers-bonnguyenitc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Agents and workflows that act without first checking available skills can miss specialized guidance, break prescribed processes, and produce inconsistent or suboptimal outputs; this Skill enforces a mandatory pre-response skill discovery step to prevent those failures.

Core Features & Use Cases

  • Pre-response Skill Check: Requires the agent to check for relevant skills before any response or clarifying question.
  • Invocation Guidance: Specifies how to invoke skills via view_file on .agent/skills/<skill>/SKILL.md and how to interpret frontmatter.
  • Platform Adaptation: Provides Antigravity tool mappings and fallbacks so skills referencing other platforms run correctly.
  • Use Case: When starting a development conversation, invoke this skill to ensure brainstorming, planning, or debugging skills are applied before making changes.

Quick Start

Use the using-superpowers skill to check for and invoke any applicable skill before answering.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure an AI agent checks for applicable skills before generating a response?

Pre-response skill discovery works by requiring the agent to read a skill's SKILL.md frontmatter and content via view_file before replying. This allows the agent to determine and apply the most relevant skill, honoring user instruction precedence while checking Antigravity tool mappings from skill references.

When do I need to enforce skill discovery in an agent workflow?

You need to enforce skill discovery at the start of conversations and during task handling where skills may change agent behavior, such as brainstorming, debugging, or executing plans. This ensures prescribed processes are followed and prevents suboptimal outputs from acting without checking available skills.

Can I use agent workflow skills on platforms referencing Antigravity tools?

Yes, skills referencing other platforms run correctly through provided Antigravity tool mappings and fallbacks. This platform adaptation ensures that skill invocation guidance specifying how to use view_file on .agent/skills directories functions properly across different environments.

What is the best way to prevent an AI agent from missing specialized guidance during development conversations?

The best way to prevent missing specialized guidance is enforcing a mandatory pre-response skill check before answering. By requiring the agent to consult skill references and interpret frontmatter before any reply, you ensure brainstorming, planning, or debugging skills are always applied.

Why does my agent produce inconsistent outputs when switching between brainstorming and debugging tasks?

Agents produce inconsistent outputs when they act without first checking available skills, missing specialized guidance and breaking prescribed processes. Implementing a mandatory pre-response skill discovery step ensures the most relevant skill is determined and applied before any agent reply is generated.