using-superpowers

Invoke the Skill tool at conversation start using SKILL.md frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures every conversation begins with proper Skill tool invocation and establishes how to locate and use skills, enforcing usage before any response or clarifying questions.

Core Features & Use Cases

  • Defines instruction priority: user-provided instructions take precedence, followed by superpowers skills, then the default system prompt.
  • Guides access across platforms (Claude Code, Copilot CLI, Gemini CLI) and explains how skills are loaded and invoked before responding.
  • Provides platform adaptation guidance and clarifies how skills are discovered, loaded, and applied in different environments.

Quick Start

Follow the flow to invoke the Skill tool at the start of each conversation to check applicable skills before responding.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure proper skill invocation at the start of every conversation?

Proper skill invocation requires checking applicable skills at the start of every conversation before responding, ensuring consistent skill usage and correct conversational flow.

What is the instruction priority when using workflow governance skills?

Workflow governance instruction priority places user-provided instructions first, followed by superpowers skills, and finally the default system prompt.

Does skill invocation governance work across different CLI platforms?

Skill invocation governance works across multiple platforms including Claude Code, Copilot CLI, and Gemini CLI, providing platform adaptation guidance for discovering, loading, and applying skills.

How do I set up skill activation instructions for conversational flow governance?

Conversational flow governance requires a SKILL.md frontmatter defining a name and description, loading activation instructions directly from the Markdown body.

When do I need to check applicable skills before replying to a user?

You must check applicable skills before replying to any user or asking clarifying questions, establishing skill discovery and tool-use as the first step in every interaction.

What are the limitations of enforcing skill tool-use before responding?

Enforcing skill tool-use requires strict adherence to the conversational flow, meaning responses or clarifying questions cannot proceed until the skill tool invocation check is completed.