using-superpowers

Load relevant skills at conversation start before answering.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/xiaobin/superpowers-kimi --skill using-superpowers-xiaobin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/xiaobin/superpowers-kimi/tree/main/.agents/skills/using-superpowers
Command: npx skills add https://github.com/xiaobin/superpowers-kimi --skill using-superpowers-xiaobin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting conversations without a defined skill invocation strategy leads to inconsistent responses and missed opportunities to apply specialized skills.

Core Features & Use Cases

  • Establishes a standardized process to discover and load relevant skills at the start of interaction.
  • Overrides default behavior to ensure skill-based guidance and two-stage review when tasks require subagents.
  • Provides platform adaptation notes for loading and applying skills across environments.

Quick Start

Start any conversation by loading this skill to ensure skill invocation precedes all agent responses.

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 agents load the right skill before responding to a conversation?

Proactive skill invocation at conversation start prevents inconsistent responses by mandating a standardized process to discover and load relevant skills before answering. It overrides default agent behavior to ensure specialized skills are applied across brainstorming, planning, and execution phases.

What is the best way to structure a valid Skill Unit for AI agent flow control?

A valid Skill Unit requires a SKILL.md file containing the skill name and description to establish flow control. You can optionally wire scripts, references, and assets within this structure to make specialized capabilities available for on-demand use during agent interactions.

Why do AI conversations start without applying specialized skills or prompt injection controls?

AI conversations often miss specialized skills because they lack a defined skill invocation strategy at the start. Without enforcing proactive skill discovery and two-stage review for subagents, the system defaults to generic responses instead of loading applicable specialized capabilities.

How do I apply skill discovery across different platform environments?

To apply skill discovery across different platforms, you must implement platform adaptation notes provided by the invocation framework. These notes guide how to load and apply standardized skills on-demand, ensuring consistent skill-based guidance regardless of the operating environment.

Does this skill invocation framework work when tasks require multiple subagents?

Yes, the skill invocation framework explicitly supports tasks requiring subagents by overriding default behaviors to enforce a two-stage review process. This ensures that all subagents properly load and apply the relevant specialized skills before generating execution responses.