using-superpowers

Invoke relevant skills before responding to messages across workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Kinshuk699/sEYEght --skill using-superpowers-kinshuk699
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/Kinshuk699/sEYEght/tree/main/.agents/skills/using-superpowers
Command: npx skills add https://github.com/Kinshuk699/sEYEght --skill using-superpowers-kinshuk699

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enforces a consistent workflow so the assistant always checks for and uses specialized skills before taking any action or answering, preventing ad-hoc behavior and missed tooling opportunities.

Core Features & Use Cases

  • Mandatory Skill Invocation: Requires invoking the Skill tool (or platform equivalent) whenever there is any chance a skill applies, including before clarifying questions.
  • Platform Adaptation: Explains tool mappings for Claude Code, Copilot CLI, and Gemini CLI so skills load correctly across environments.
  • Priority & Safety Rules: Defines instruction precedence (user > superpowers skills > default system prompt) and outlines red flags and skill priority for brainstorming, debugging, and implementation flows.

Quick Start

Invoke the using-superpowers skill before any response to check for and load relevant skills.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure agents always check for applicable skills before responding?

To ensure agents always check for applicable skills before responding, enforce a mandatory skill invocation workflow that triggers at the start of conversations and before plan mode to load relevant skills on demand.

How does skill invocation priority work when overriding the default system prompt?

Skill invocation priority follows a strict hierarchy: user instructions take precedence, followed by superpowers skills, which then override the default system prompt to ensure specialized tooling is used correctly.

Does this workflow tooling support platform adaptation for different CLI environments?

Yes, this workflow tooling supports platform adaptation by explaining tool mappings for Claude Code, Copilot CLI, and Gemini CLI, ensuring skills load correctly across different command-line environments.

When should I trigger skill checks during brainstorming, debugging, or implementation flows?

You should trigger skill checks at the start of conversations, before clarifying questions, and when selecting workflows like brainstorming, debugging, or implementation to ensure the proper skill is used.

Do I need a specific Skill tool to load skill content on demand?

Yes, you need a Skill tool or platform equivalent that can load skill content on demand, which is required to enforce the consistent workflow and prevent ad-hoc behavior.

Why does the assistant miss tooling opportunities without mandatory skill invocation?

Without mandatory skill invocation, the assistant misses tooling opportunities because it may default to ad-hoc behavior instead of checking for and loading specialized skills before taking any action.