using-superpowers

Invoke the Skill tool at interaction start to determine applicable skills.

7.6k|721|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/jnMetaCode/superpowers-zh --skill using-superpowers-jnmetacode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/jnMetaCode/superpowers-zh/tree/main/skills/using-superpowers
Command: npx skills add https://github.com/jnMetaCode/superpowers-zh --skill using-superpowers-jnmetacode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

该技能在任何对话开始时确保调用 Skill 工具,以便在回应之前确定应激活的技能,从而统一工作流和决策。

Core Features & Use Cases

  • 在对话开始阶段强制调用技能,以决定后续操作和资源。
  • 跨平台工作流指导:在 Claude Code、Gemini CLI 等环境中正确激活技能并分配优先级。
  • 常见场景应用:在澄清问题、冲突解决和响应策略制定等任务中提供一致的入口点与执行路径。

Quick Start

Always invoke the Skill tool at the start of every interaction to determine which skills to activate.

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 tool invocation happens before generating a response in multi-platform workflows?

To ensure AI tool invocation happens before generating a response, you need a pre-response skill flow that forces the system to call the Skill tool at the start of every interaction. This determines applicable skills and guides decision-making.

What is a pre-response skill activation flow in Claude Code and Gemini CLI?

A pre-response skill activation flow is a mechanism that intercepts the start of an interaction to determine which skills to activate. It unifies workflow and decision paths across Claude Code, Gemini CLI, and other environments.

Can I use a single skill flow to manage activation order and fallback handling across different AI environments?

Yes, you can manage activation order and fallback handling across different AI environments using a unified skill flow. It applies safety checks and pre-response decisions consistently across Claude Code and Gemini CLI.

How do I set up automatic skill invocation for task clarification and conflict resolution?

To set up automatic skill invocation for task clarification and conflict resolution, configure the system to always invoke the Skill tool at the start of an interaction. This provides a consistent entry point and execution path.

What are the limitations of forcing pre-response tool invocation in an AI workflow?

The limitation of forcing pre-response tool invocation is that it adds an overhead step before any reply can be generated. However, this ensures necessary safety checks and proper skill prioritization before executing the main task.