using-superpowers

Route conversations to appropriate skills by validating skill invocation before responding.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill using-superpowers-alo-exp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/using-superpowers
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill using-superpowers-alo-exp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill establishes how to find and use skills at the start of every conversation and enforces Skill tool invocation before any response, including clarifying questions.

Core Features & Use Cases

  • Standardizes the entry point for skill discovery and invocation.
  • Enforces correct prioritization and flow when multiple skills may apply.
  • Supports safe, predictable interactions by ensuring the Skill tool is engaged before responding.

Quick Start

Invoke the Skill tool before responding to any user message to ensure proper skill discovery and usage.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I route a conversation to the right skill before responding?

Conversation routing validates whether skill invocation is required before any response. It identifies the appropriate skill and enforces the Skill tool to engage, ensuring consistent skill discovery across all conversation contexts.

Why does my workflow require a skill tool invocation before answering clarifying questions?

Skill tool invocation is required before answering to enforce the skill usage policy and standardize the entry point for skill discovery. This supports safe, predictable interactions by ensuring correct prioritization when clarifications are needed.

What is the best way to orchestrate multiple skills during a single conversation?

Skill orchestration coordinates multiple skills by enforcing correct prioritization and flow. It applies across all conversation contexts to identify and route interactions to the appropriate skill before generating any response.

How do I handle conversation errors when skill discovery fails?

Skill discovery handles errors gracefully by validating whether skill invocation is required before attempting a response. This ensures safe interactions by managing failures within the routing and prioritization workflow.

Can I standardize skill discovery across all conversation contexts?

Yes, skill discovery standardizes the entry point for finding and using skills at the start of every conversation. It applies across all conversation contexts to ensure consistent prioritization and flow when follow-up questions are needed.

Do I need to invoke the skill tool for every user message in a workflow?

Yes, the workflow requires invoking the Skill tool before responding to any user message. This enforces the skill usage policy and ensures proper skill discovery and usage, including when asking clarifying questions.