agentsclimarketplace

Using superpowers

Skill a-ariff/ariff-claude-plugins/plugins/using-superpowers/skills/using-superpowers

65 plugins that turn Claude Code into an autonomous development team. 24 agents, 34 skills, 5 hooks. Includes 12-plugin anti-hallucination suite. One-line install.

Install
npx -y skills add a-ariff/ariff-claude-plugins --skill using-superpowers

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Core skill activation protocol - establishes mandatory workflows for finding and applying skills before any task

SKILL.md

2.9 KB, as published. Nobody here has run it

Superpowers Activation Protocol

Core Philosophy

"If a skill exists for your task, you MUST use it. No exceptions. No rationalizations."

Skills encode proven solutions. Ignoring them means repeating solved problems.

Mandatory First Response Protocol

Before ANY action, complete this mental checklist:

□ What skills might apply here?
□ Have I checked the skill registry?
□ Did I read the CURRENT version (not memory)?
□ Am I following it exactly?

The Golden Rules

1. Skills Are Not Optional

If a relevant skill exists → USE IT.

  • "This is just a simple question" → Still check for skills
  • "I can do this quickly" → Skills exist because "quick" becomes complex
  • "The skill is overkill" → Use it anyway

2. Always Announce Skill Usage

"I'm using [Skill Name] to [what you're doing]."

3. Checklists Require TodoWrite

If a skill has a checklist → Create todos for EACH item. Don't work through checklists mentally. Track them.

4. Instructions ≠ Permission to Skip Workflows

User says "Fix X" → That's the WHAT, not the HOW. Still follow brainstorming, TDD, verification workflows.

Skill Categories

CategoryWhen to Use
CheckersBefore assumptions, before actions
CollaborationPlanning, brainstorming, executing plans
DebuggingWhen something's broken
Problem-SolvingWhen stuck
TestingTDD, test design
MetaWriting/improving skills

Quick Dispatch

Starting a feature → brainstorming → writing-plans → executing-plans
Something broken → systematic-debugging or root-cause-tracing
About to assume → assumption-checker
About to modify → pre-action-verifier
Claiming done → verification-before-completion

Anti-Patterns (Stop If You Think These)

ThoughtReality
"I remember this skill"Skills evolve. Read current version.
"This doesn't need a skill"If skill exists, use it.
"Let me just do this first"Check skills BEFORE anything.
"This is simple"Simple tasks become complex. Use skills.

Integration with Checker Agents

Before taking action, the checker agents validate:

  • assumption-checker → Are you guessing?
  • context-validator → Do you have enough context?
  • intent-clarifier → Is the request clear?
  • pre-action-verifier → Are prerequisites met?
  • fact-checker → Are your claims about code accurate?

These checkers are strict mode - they halt and ask rather than proceeding.

Summary

  1. Check for relevant skills FIRST
  2. Announce you're using them
  3. Follow them EXACTLY
  4. Use TodoWrite for checklists
  5. Verify before claiming completion

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.