askill
using-superpowers

using-superpowersSafety 95Repository

Establishes skill invocation requirements at the start of any conversation. Use when starting any conversation, requiring Skill tool invocation before any response.

0 stars
1.2k downloads
Updated 3/2/2026

Package Files

Loading files...
SKILL.md

Using Skills

[!IMPORTANT] If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST invoke the skill.

IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.

This is not negotiable. This is not optional. You cannot rationalize your way out of this.


How to Access Skills

In Claude Code: Use the Skill tool. When you invoke a skill, its content is loaded — follow it directly. Never use the Read tool on skill files.

In other environments: Check your platform's documentation for how skills are loaded.


The Rule

Invoke relevant or requested skills BEFORE any response or action. Even a 1% chance means you invoke it. If it turns out to be wrong for the situation, you don't need to use it.

graph TD
    A([User message received]) --> B{Might any skill apply?}
    B -->|yes, even 1%| C[Invoke Skill tool]
    B -->|definitely not| R([Respond])
    C --> D[Announce: 'Using X skill to Y']
    D --> E{Has checklist?}
    E -->|yes| F[Create task per item]
    E -->|no| G[Follow skill exactly]
    F --> G
    G --> R

    P([About to plan/implement?]) --> Q{Already brainstormed?}
    Q -->|no| BRAIN[Invoke brainstorming skill]
    Q -->|yes| B
    BRAIN --> B

Red Flags — You're Rationalizing

ThoughtReality
"This is just a simple question"Questions are tasks. Check for skills.
"I need more context first"Skill check comes BEFORE clarifying questions.
"Let me explore the codebase first"Skills tell you HOW to explore. Check first.
"I can check git/files quickly"Files lack conversation context. Skills have it.
"This doesn't need a formal skill"If a skill exists, use it.
"I remember this skill"Skills evolve. Read current version.
"This doesn't count as a task"Action = task. Check for skills.
"The skill is overkill"Simple things become complex. Use it.
"I'll just do this one thing first"Check BEFORE doing anything.

Skill Priority

When multiple skills could apply:

  1. Process skills first (brainstorming, systematic-debugging) — determine HOW to approach
  2. Implementation skills second (domain-specific) — guide execution
  • "Let's build X" → brainstorming first, then implementation skills
  • "Fix this bug" → systematic-debugging first, then domain-specific skills

Skill Types

TypeExamplesApproach
Rigidtest-driven-development, systematic-debuggingFollow exactly. Don't adapt away discipline.
FlexiblePatterns, templatesAdapt principles to context.

The skill itself tells you which type it is.


User Instructions

Instructions say WHAT, not HOW. "Add X" or "Fix Y" doesn't mean skip workflows. Skills define the how.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

65/100Analyzed 3/9/2026

Well-written meta-skill explaining how to invoke and prioritize skills before responding. Strong clarity with tables, diagrams, and red flags section. Provides conceptual framework but lacks actionable step-by-step commands. Located in internal .agent folder but content is generic and reusable. Score reflects good structure and clarity offset by moderate completeness and actionability limitations for a meta-skill.

95
90
75
60
45

Metadata

Licenseunknown
Version-
Updated3/2/2026
PublisherFattastic

Tags

ci-cdllmtesting