using-superpowers

Identify and invoke relevant skills using YAML frontmatter metadata.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Xza85hrf/claude-code-agent-kit --skill using-superpowers-xza85hrf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/Xza85hrf/claude-code-agent-kit/tree/main/.claude/skills/meta/using-superpowers
Command: npx skills add https://github.com/Xza85hrf/claude-code-agent-kit --skill using-superpowers-xza85hrf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the discovery and orchestration of the most relevant skills for any given task, ensuring responses are informed by the right capabilities before you respond.

Core Features & Use Cases

  • Skill discovery and matching against the current task to identify the best-fit skills.
  • Deterministic invocation flow using the Skill(...) pattern and safe fallbacks when no match is found.
  • Context-aware delegation across conversations, brainstorming, debugging, and planning workflows.

Quick Start

Prompt the agent to discover and invoke the most relevant skills for the current task.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How does skill discovery and invocation work for AI agent workflows?

Skill discovery identifies the best-fit capabilities for a task by validating YAML frontmatter in SKILL.md files, then coordinates with the brain to orchestrate deterministic invocations before generating a response.

How do I automate context-aware tool use across diverse conversational AI domains?

You can prompt the agent to discover and invoke relevant skills for the current task. It matches task context against available skills and dynamically delegates the workload across diverse domains.

What happens when no matching skill is found during task analysis?

When no match is found during skill discovery, the system falls back gracefully. It ensures the AI agent workflow continues safely without breaking the conversation or forcing an incorrect skill invocation.

Do I need YAML frontmatter in SKILL.md files to use dynamic skill delegation?

Yes, YAML frontmatter in each SKILL.md is required. The system relies on this metadata to validate skill identity and description, ensuring accurate matching and deterministic invocation flow for task analysis.

What is the best way to orchestrate dynamic delegation for planning and debugging workflows?

Using the Skill(...) pattern provides a deterministic invocation flow for dynamic delegation. It allows the AI agent to context-awarely orchestrate skills across brainstorming, debugging, and planning workflows effectively.

Can I use skill invocation for brainstorming and planning workflows without external dependencies?

Yes, the skill discovery mechanism operates without external dependencies. It coordinates directly with the brain to manage context-aware delegation across conversations, planning, and brainstorming workflows independently.