using-superpowers

Invoke the Skill tool before any response to enforce skill-driven orchestration.

358|11|Updated May 15, 2026
One-click install
npx skills add https://github.com/getcrew44/crew44 --skill using-superpowers-getcrew44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/getcrew44/crew44/tree/main/daemon/internal/presets/defaultcrew/skills/coding/using-superpowers
Command: npx skills add https://github.com/getcrew44/crew44 --skill using-superpowers-getcrew44

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents you from answering too quickly by requiring that the correct Crew44 “skill” instructions are loaded and followed before any response or even clarifying question.

Core Features & Use Cases

  • Mandatory skill invocation: Treats skill applicability as “even a 1% chance,” triggering the Skill tool before any reply or action.
  • Priority and conflict resolution: Defines ordering so user-provided instructions (CLAUDE.md/GEMINI.md/AGENTS.md/direct requests) stay highest priority, while superpowers override default system behavior where they conflict.
  • Multi-platform activation guidance: Explains how to activate skills across Claude Code, Copilot CLI, Gemini CLI, and other environments via the appropriate tool or activation mechanism.
  • Execution guardrails: Skips itself when dispatched as a subagent and instructs not to read skill files via the Read tool (Claude Code specific).

Quick Start

Invoke the Skill tool to load using-superpowers before sending any response, including clarifying questions, for your current user request.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I force a skill check before an AI agent replies?

To force a skill check before an agent replies, you need mandatory skill invocation orchestration. This treats skill applicability as a non-zero probability, triggering the skill tool before any response or clarifying question is sent.

How do agent instructions in CLAUDE.md override default system behavior?

Agent instructions in CLAUDE.md or similar files override default system behavior through priority resolution. User-provided directives stay highest priority, while superpower skills override default system behavior where conflicts occur.

Does agent orchestration work with Copilot CLI and Gemini CLI?

Yes, agent orchestration works with Copilot CLI and Gemini CLI. It provides multi-platform activation guidance, explaining how to trigger skills across various environments using the appropriate platform-specific tool or activation mechanism.

What are the limitations of mandatory skill invocation in interactive coding?

Limitations of mandatory skill invocation include execution guardrails where it skips itself when dispatched as a subagent. It also instructs against reading skill files via the Read tool, which is a specific constraint for Claude Code environments.

When do I need workflow guardrails for agent orchestration?

You need workflow guardrails for agent orchestration during interactive coding and planning conversations. They ensure the correct workflow is followed by detecting applicable skills and enforcing mandatory pre-response checks before any user-facing action.