using-superpowers

Detect and invoke applicable skills before responding in supported runtimes.

30|2|Updated Mar 3, 2022
One-click install
npx skills add https://github.com/lie5860/ak-guess --skill using-superpowers-lie5860
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/lie5860/ak-guess/tree/main/.agents/skills/using-superpowers
Command: npx skills add https://github.com/lie5860/ak-guess --skill using-superpowers-lie5860

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures that agents consistently detect and invoke applicable skills before taking action, preventing ad-hoc exploration, missed procedures, or inconsistent workflows and enforcing a predictable discovery-first process.

Core Features & Use Cases

  • Enforced Skill Discovery: Require calling the Skill activation mechanism whenever there is any chance a skill applies, even before clarification or exploration.
  • Priority & Routing Rules: Defines priority ordering between user instructions, this skill, and default system prompts, and includes mandatory Chinese-localization routing for specific scenarios.
  • Platform Guidance: Provides mappings and usage guidance for Claude Code, Codex, and Gemini CLI environments so skills can be activated correctly across runtimes.
  • Use Case: Before starting a code review, debugging session, or multi-agent task, invoke this skill to determine which specialized skills (e.g., Chinese code review, debugging workflows) must run first.

Quick Start

Invoke the using-superpowers skill before responding to the user to detect and activate any applicable skills.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I enforce skill invocation before an agent responds to a user?

To enforce skill invocation before responding, you need a runtime that supports skill activation tools and honors declared priority mappings to detect applicable skills at conversation start.

Does this skill discovery mechanism work with Claude Code, Codex, and Gemini CLI?

Yes, the skill discovery mechanism provides specific platform guidance and mappings for Claude Code, Codex, and Gemini CLI environments to ensure skills activate correctly across runtimes.

What's the best way to automate Chinese localization routing during code review?

Automating Chinese localization routing requires applying priority rules that detect specific scenarios and mandatorily route to Chinese-specific skills before proceeding with workflows like code review.

How do I prevent agents from ad-hoc exploration and missing procedures during debugging?

Preventing ad-hoc exploration during debugging involves applying an enforced discovery-first process that requires calling the skill activation mechanism whenever a specialized debugging skill might apply.

Why does my agent workflow miss required specialized skills during multi-agent tasks?

Agent workflows miss specialized skills when they lack enforced discovery. Applying priority ordering between user instructions, system prompts, and skills ensures predictable skill invocation before taking action.

Can I define priority ordering between user instructions and default system prompts?

Yes, you can define priority ordering between user instructions, the enforcement skill, and default system prompts to establish clear routing rules and a predictable discovery-first workflow.