using-superpowers

Invoke the Skill tool before responding to load relevant skills.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/GOODWORKRINKZ/mylamp --skill using-superpowers-goodworkrinkz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/GOODWORKRINKZ/mylamp/tree/main/.agents/skills/using-superpowers
Command: npx skills add https://github.com/GOODWORKRINKZ/mylamp --skill using-superpowers-goodworkrinkz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that the correct skills are loaded and invoked before any response in a conversation, aligning actions with available capabilities.

Core Features & Use Cases

  • Enforces pre-response skill invocation to determine the best course of action.
  • Guides consistent interaction flow across onboarding, clarifying questions, and task-handling.
  • Provides a discoverable mechanism for loading and applying relevant skills via a standard tool.

Quick Start

Invoke the Skill tool at the start of every interaction to load and apply the most relevant skills before replying.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I ensure the correct skill is invoked before replying in conversational AI?

A SKILL.md file requires YAML frontmatter containing the name and description fields to enable skill discovery and ensure correct skills are loaded before any response is generated.

When do I need to verify skill applicability during a workflow?

You need to verify skill applicability during onboarding conversations, clarifying questions, and interleaved tasks where it is critical to verify skill applicability before generating any response to align actions with available capabilities.

What is the best way to enforce pre-response skill invocation for discovery?

The best way to enforce pre-response skill invocation is to mandate the Skill tool at the start of every interaction, providing a discoverable mechanism for loading and applying relevant skills via a standard tool before replying.

Can I use frontmatter to guide consistent interaction flow across task-handling?

Yes, you can use YAML frontmatter with name and description fields to guide consistent interaction flow across onboarding, clarifying questions, and task-handling by enabling proper skill discovery before any response.