using-superpowers

Load relevant skills and present their instructions before generating replies.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill using-superpowers-ahmedelhadarey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superpowers
Source: https://github.com/AhmedElhadarey/Gilfoyle/tree/main/skills/using-superpowers
Command: npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill using-superpowers-ahmedelhadarey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting conversations with the right guardrails and skill access to ensure accurate, safe, and guided AI responses.

Core Features & Use Cases

  • Establishes how to locate and load skills at the start of a conversation.
  • Enforces the rule to invoke relevant skills before responding, to improve correctness and safety.
  • Supports clear, battle-tested workflows with Skill tool integration and guardrails for clarifications and tasks.

Quick Start

Invoke the Skill tool at the start of a conversation and follow the loaded skill's guidance.

Frequently Asked Questions about using-superpowers

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

FAQPage Schema
How do I enforce AI safety guardrails before generating a reply in Claude Code?

To enforce AI safety guardrails before generating a reply in Claude Code, you orchestrate mandatory skill invocation at the start of a conversation, loading relevant instructions and guardrails into context before responding.

What is mandatory skill invocation and how does it work for new conversations?

Mandatory skill invocation is a workflow mechanism that activates at the start of a new conversation to locate and load relevant skills. It loads the skill body into context and presents its instructions for execution to ensure correct guided responses.

How do I load relevant skills and their instructions before answering user queries?

You load relevant skills by invoking the Skill tool at the start of a conversation. This action locates the required skills, verifies their frontmatter includes a valid name and description, and loads the skill body into context for execution.

Do I need specific frontmatter metadata to activate workflow guidance skills?

Yes, activating workflow guidance skills requires frontmatter that includes a valid name and description. This metadata ensures the skill can be properly located, loaded into context, and presented with the correct instructions for execution.

Can I include optional scripts and references when loading skills into context?

Yes, the skill invocation workflow supports optional scripts, references, and assets as needed. These components are loaded alongside the skill body to provide battle-tested workflows and clear guidance for clarifications and tasks.

What are the limitations of relying on manual skill loading for AI safety?

Manual skill loading lacks mandatory enforcement, risking unguided or unsafe AI responses. An automated orchestration approach is required to consistently apply guardrails and ensure the right skill is invoked before any reply is generated.