using-superpowers

Invoke relevant skills before responding to any user message.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures a reliable, preemptive skill invocation protocol so AI responses are guided by the right tools and instructions, reducing missed opportunities to leverage capabilities.

Core Features & Use Cases

  • Defines how to locate and load skills at session start, and how to apply them before any user-facing answer
  • Establishes a clear priority order (user instructions > superpowers > default system prompt) to resolve conflicts
  • Provides platform-agnostic guidance for Claude Code, Copilot CLI, and Gemini CLI to access and run skills

Quick Start

Always invoke a relevant skill before responding to any user message to verify applicability.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure AI invokes skills before responding to user queries?

To ensure AI invokes skills before responding, you need a preemptive skill invocation protocol that locates and loads relevant skills at session start, verifying applicability before generating any user-facing answer.

What is the correct priority order for resolving AI instruction conflicts?

The correct priority order for resolving instruction conflicts is user instructions first, followed by the superpowers skill invocation protocol, and finally the default system prompt, ensuring explicit user commands take precedence.

Does preemptive skill invocation work with Claude Code, Copilot CLI, and Gemini CLI?

Yes, preemptive skill invocation works with Claude Code, Copilot CLI, and Gemini CLI by providing platform-agnostic guidance to access and run skills, applying platform-specific tool mappings where available.

Why does my AI workflow miss opportunities to leverage available capabilities?

Your AI workflow misses capabilities because it lacks a reliable skill invocation protocol, causing the AI to respond without first checking for relevant tools and instructions that could properly handle the task.

When should I trigger skill invocation during a conversation?

You should trigger skill invocation before any user response whenever there is any chance a skill might apply, including standard queries, conversational turns, and clarifying questions, to ensure proper task handling.