One-click install
npx skills add https://github.com/theGobindSingh/cleantank --skill using-superpowers-thegobindsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/theGobindSingh/cleantank/tree/main/.agents/skills/using-superpowers
Command: npx skills add https://github.com/theGobindSingh/cleantank --skill using-superpowers-thegobindsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Solves the problem of ensuring AI agents discover and apply the correct skills by mandating Skill tool invocation before any reply.

Core Features & Use Cases

  • Automatic skill invocation: Ensure the Skill tool is invoked whenever a skill might apply.
  • Context-loading and rule enforcement: Load the selected skill's content into context and apply its instructions before responding.
  • Priority-driven behavior: Resolve actions using the defined priority order (user instructions, then superpowers, then default system prompt).
  • Use Case: Imagine starting a conversation that requires a specific skill to perform task planning before answering.

Quick Start

Use the Skill tool to activate the relevant skill before responding to any user instruction.

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 discover and apply the correct skills before replying?

You ensure AI agents discover correct skills by mandating Skill tool invocation before any reply is generated. This forces the agent to load the relevant skill context and apply its instructions, guaranteeing the correct skill is selected before answering.

What is the instruction priority order when applying conversational AI agent tools?

The instruction priority order for conversational AI agent tools is strictly defined as user instructions first, then superpowers guidance, and finally default system prompt behavior. This ensures user commands always take precedence over automated skill rules.

How do I automate workflow skill invocation for task planning in conversations?

You automate workflow skill invocation by configuring the agent to activate the relevant skill using the Skill tool before responding to any user instruction. This automatically loads the selected skill's content into context for proper task planning.

Can I use skill invocation rules with any conversational AI platform?

Yes, you can use skill invocation rules with any conversational AI platform where a skill might be relevant. The mechanism applies broadly to any conversation requiring specific skill selection, context loading, and rule enforcement before generating responses.

Why does my AI agent ignore user instructions when applying agent tools?

An AI agent might ignore user instructions if strict instruction priority is not enforced. By mandating a priority order where user instructions take precedence over superpowers and default behavior, the agent will correctly prioritize user commands over skill guidance.

When should I not use automatic skill invocation in conversational AI?

You should not use automatic skill invocation when a conversation requires no specific skill to perform task planning or when default system prompt behavior is sufficient. It is only necessary when ensuring context-loading and rule enforcement for relevant agent tools.