using-superpowers

Determine which skills to invoke before generating responses across Claude Code, Copilot, and Gemini.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ingbyr/lzcode --skill using-superpowers-ingbyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/ingbyr/lzcode/tree/main/packages/desktop/src-tauri/lz-assets/skills/using-superpowers
Command: npx skills add https://github.com/ingbyr/lzcode --skill using-superpowers-ingbyr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures AI agents consistently consider and invoke relevant skills before crafting responses, improving accuracy and safety.

Core Features & Use Cases

  • Always invoke skills before responding when applicable to ensure action alignment.
  • Clarify which Skill to use and follow its exact instructions to avoid drift or unsafe outputs.
  • Platform-agnostic guidance on accessing skills across Claude Code, Copilot CLI, and Gemini CLI; Use Case: when a user asks for debugging, the agent loads the appropriate skill prior to replying.

Quick Start

Activate the Skill tool at the start of every interaction to determine applicable skills before replying.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure my AI agent invokes the right skills before generating a response?

To ensure proper skill invocation, you need a workflow policy that determines when and which skills should be loaded before the AI agent replies. This guarantees action alignment and prevents unsafe outputs.

What is the best way to manage skill invocation across multiple AI coding assistants?

Managing skill invocation across multiple AI coding assistants requires platform-agnostic guidance that applies at session start. This ensures consistent skill prioritization across Claude Code, Copilot CLI, and Gemini CLI environments.

How does a skill invocation policy improve AI agent accuracy and safety?

A skill invocation policy improves accuracy and safety by forcing the AI to evaluate and load relevant skills before crafting any response. This prevents drift and ensures the agent follows exact instructions for the specific task.

Can I use a unified skill access workflow for Claude Code, Copilot, and Gemini?

Yes, you can use a unified skill access workflow for Claude Code, Copilot, and Gemini. The system provides platform-agnostic guidance on how to access and prioritize skills across these specific CLI environments.

Why does my AI assistant ignore user instructions when multiple skills are available?

An AI assistant might ignore instructions without a strict precedence policy for skill invocation. Establishing a clear fallback path and prioritizing user instructions over default behavior ensures the correct skill is applied.