using-superpowers

Invoke the Skill tool before every reply to govern skill selection.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/YangYuS8/dev-2026-grading --skill using-superpowers-yangyus8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/YangYuS8/dev-2026-grading/tree/main/.opencode/skills/using-superpowers
Command: npx skills add https://github.com/YangYuS8/dev-2026-grading --skill using-superpowers-yangyus8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

本技能确保在对话开始时就调用 Skill 工具,以统一、可控地查找并应用可用技能,避免在回答中后行跳过技能。

Core Features & Use Cases

  • 强制在任意响应前进行 Skill 调用,以便在需要时加载并使用相关能力。
  • 定义优先级规则,解决同时存在的多个技能时的冲突。
  • 提供清晰的入参和场景: clarifications, direct requests, 及跨平台约束。

Quick Start

在开始任何对话前调用 Skill 工具并据此加载并应用相关技能。

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure skill invocation happens before generating a response to any prompt?

Skill invocation before responding is enforced by calling the Skill tool at the start of every interaction. This governs how capabilities are searched and applied uniformly.

What is the best way to prioritize and resolve conflicts between multiple active skills?

Prioritization rules resolve conflicts between multiple simultaneously active skills. The workflow defines clear precedence to determine which capabilities take priority during clarifications.

How does workflow clarification handle direct requests versus indirect prompts?

Workflow clarification handles direct requests and indirect prompts by applying consistent early Skill tool invocation. This guides when and which capabilities to activate across all scenarios.

Can I extend skill behavior using optional references and assets?

You can extend skill behavior using optional references, assets, and scripts. The Skill frontmatter requires a name and description to define these extended capabilities.

Why does my prompt skip tool activation when handling multiple requests?

Tool activation is skipped when early Skill invocation is not enforced. This workflow requires calling the Skill tool before any reply to prevent skipping capabilities mid-response.

Do I need prompt-safety constraints to govern skill activation across platforms?

Prompt-safety constraints and cross-platform rules are needed to govern skill activation. This ensures consistent tool activation behavior across different interaction scenarios.