Skip to content

Add superpowers skill - #12

Draft
hatcheric950 wants to merge 1 commit into
mainfrom
claude/superpowers-skill-gn8lqh
Draft

Add superpowers skill#12
hatcheric950 wants to merge 1 commit into
mainfrom
claude/superpowers-skill-gn8lqh

Conversation

@hatcheric950

Copy link
Copy Markdown
Owner

Summary

Adds a Claude Code skill named superpowers at .claude/skills/superpowers/SKILL.md.

It's a meta-skill that gives Claude disciplined engineering workflows and guidance on when to reach for each:

  • Brainstorm — understand the problem and weigh approaches before deciding
  • Plan — design the change before building
  • Test-Driven Development — the red/green/refactor loop
  • Systematic debugging — reproduce → isolate → hypothesize → fix the root cause
  • Code review — verify correctness before declaring done

Plus a set of operating principles (smallest correct step, verify don't assume, faithful reporting, match surrounding style).

Skill format

Follows the standard Claude Code skill layout — a SKILL.md with name and description frontmatter so the harness can surface it and Claude can invoke it via the Skill tool.

https://claude.ai/code/session_016Vvt4AxDou4j6rmpBKCAxW


Generated by Claude Code

Add a meta-skill that gives Claude disciplined engineering workflows:
brainstorming, planning, test-driven development, systematic debugging,
and code review, with guidance on when to apply each.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants