meta-superpowers
1
总安装量
1
周安装量
#77706
全站排名
安装命令
npx skills add https://github.com/tjboudreaux/cc-plugin-engineering-excellence --skill meta-superpowers
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
kimi-cli
1
codex
1
Skill 文档
Using Skills Effectively
Mandatory First-Response Protocol
Before responding to any user request:
- â Mentally enumerate available skills.
- â Ask: âDoes ANY skill match this task?â
- â If yes â Use the Skill tool to read/run it (do not rely on memory).
- â Announce: âIâm using [Skill Name] to â¦â.
- â Follow the skill exactly (brainstorming before coding, etc.).
Skipping this checklist is automatic failure.
Critical Rules
- Mandatory workflows â Brainstorming before coding, TDD, verification, etc. Instructions about WHAT to do never override HOW defined by skills.
- Execute via Skill tool â Always load the latest file; skills evolve.
Rationalization Triggers (STOP immediately)
- âThis is simpleâ
- âIâll just gather info firstâ
- âI remember the skillâ
- âSkill is overkillâ
- âLet me do one thing before checkingâ
These are warning signs that youâre about to skip process. Donât.
Skills with Checklists
If a skill has a checklist, create TodoWrite items for each step. No mental tracking, no batching, no skipping. Mark complete only when done.
Announcing Skill Usage
Always tell your partner: âIâm using [Skill] to [task].â
- Promotes transparency and ensures accountability.
- Confirms you actually read the skill.
Instructions vs. Workflows
User instructions describe outcomes, not process. You still must execute brainstorming, TDD, verification, etc., unless explicitly told otherwise.
Summary
- Check for relevant skills before doing anything.
- Use the Skill tool, announce usage, follow instructions exactly.
- Convert skill checklists into TodoWrite tasks.
Failing to use applicable skills = failing the task.