using-superpowers

Invoke the Skill tool at conversation start to load and apply relevant skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Starting conversations without a clear skill-discovery protocol leads to inconsistent responses; this skill ensures skills are loaded and applied by invoking the Skill tool before any reply.

Core Features & Use Cases

  • Establishes a consistent entry point by loading and selecting applicable skills at conversation start.
  • Enforces the Skill tool invocation before generating any response, including clarifying questions.
  • Guides how skills are discovered from SKILL.md frontmatter and mapped to available references.

Quick Start

When you begin a new conversation, invoke the Skill tool to identify and apply 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 skill invocation occurs at the start of every AI conversation?

To ensure skill invocation at the start of every AI conversation, you must enforce loading skill metadata and resolving actions via the Skill tool before generating any response. This establishes a consistent entry point for discovering applicable skills.

Why does my conversation flow lack consistent AI-guidance when replying to prompts?

Your conversation flow lacks consistent AI-guidance because a skill-discovery protocol is not enforced. Invoking the Skill tool before replying ensures relevant skills are loaded and applied, preventing inconsistent responses across all prompts.

Do I need a SKILL.md frontmatter to enable automatic skill discovery?

Yes, you need a SKILL.md frontmatter containing the name and description to enable automatic skill discovery. The Skill tool uses this metadata to identify and map applicable references before generating any conversation response.

What happens during conversation flow when no skills apply to my prompt?

When no skills apply to your prompt during conversation flow, the system provides a defined fallback response. The skill-invocation process still runs at the start to evaluate SKILL.md frontmatter and confirm no relevant actions are available.

What is the best way to structure skill-discovery before answering user prompts?

The best way to structure skill-discovery is to invoke the Skill tool at the beginning of the interaction to load metadata from SKILL.md frontmatter. This resolves applicable references and maps actions before any reply or clarifying questions are generated.