using-superpowers

Enforce Skill-first invocation and metadata requirements in SKILL.md files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This policy guides immediate Skill discovery and invocation to ensure interactions leverage the correct tool before any user-visible reply.

Core Features & Use Cases

  • Enforces Skill-first behavior at the start of every conversation.
  • Provides consistent rules for discovering, activating, and using skills across platforms.
  • Use Case: When user asks for an action that might require a specialized skill, the agent activates the appropriate Skill tool before responding.

Quick Start

Invoke the Skill tool to load and execute the most appropriate skill 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 my AI assistant invokes the right tool before replying to a conversation?

To ensure proper tool invocation before replying, you need a workflow policy that enforces skill-first behavior at the start of every interaction. This guarantees the AI assistant activates the appropriate skill before generating any user-visible response.

What is skill discovery and how does it work for multi-step tasks?

Skill discovery is the process of finding and activating the correct tool before an AI assistant responds. For multi-step tasks, it evaluates the request and loads the appropriate skill before generating clarifying questions or executing actions.

How do I enforce consistent skill activation across different AI assistant conversations?

You enforce consistent skill activation by applying a policy that requires metadata validation in SKILL.md and mandates tool invocation before any reply. This standardizes how skills are discovered and used across all conversations.

Do I need specific metadata to use an AI assistant workflow policy for prompt safety?

Yes, this workflow policy requires specific metadata in SKILL.md, specifically a defined name and description. This metadata is necessary to correctly discover and evaluate the skill before the AI assistant responds.

When should I not use an automated skill invocation policy in my workflow?

You should not use an automated skill invocation policy for conversations where no specialized skill could influence the outcome. If the interaction requires only general knowledge, enforcing a skill discovery workflow adds unnecessary overhead.