Skip to content

superpowers

by obra

An agentic skills framework & software development methodology that works.

About

An agentic skills framework & software development methodology that works.

122,407
Stars
15
Skill Files
9,959
Forks
49
PRs Merged
31
Contributors
89
Issues Open
400
Issues Closed
2026-03-25
Last Activity

Skill Analysis

185
Avg Lines / Skill
933
Avg Words / Skill
92
Code Blocks
138
Total Files
0.69 MB
Repo Size
2
Reference Files
Skill lines24 min / 165 median / 656 max
Code languagesbash, dot, markdown, python, typescript, yaml
Frontmatter keysabout, description, labels, model, name
Has CLAUDE.mdNo
Has LicenseYes
File typesmd (72), sh (25), txt (15), json (9), js (5), yml (2), cmd (1), dot (1), ts (1), cjs (1)

Skills (18)

  • code-reviewer
    49 lines542 words

    |

  • Bug Report
    53 lines235 words
  • Feature Request
    35 lines188 words
  • using-git-worktrees
    219 lines784 words10 blocks

    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees w...

    bash
  • dispatching-parallel-agents
    183 lines923 words4 blocks

    Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

    dotmarkdowntypescript
  • receiving-code-review
    214 lines929 words12 blocks

    Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires ...

  • using-superpowers
    116 lines760 words1 blocks

    Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying ...

    dot
  • brainstorming
    165 lines1553 words1 blocks

    "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user inten...

    dot
  • writing-plans
    153 lines914 words5 blocks

    Use when you have a spec or requirements for a multi-step task, before touching code

    bashmarkdownpython
  • finishing-a-development-branch
    201 lines679 words10 blocks

    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by prese...

    bash
  • writing-skills
    656 lines3212 words21 blocks

    Use when creating new skills, editing existing skills, or verifying skills work before deployment

    bashdotmarkdownyaml
  • systematic-debugging
    297 lines1504 words3 blocks

    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

    bash
  • test-driven-development
    372 lines1496 words13 blocks

    Use when implementing any feature or bugfix, before writing implementation code

    bashdottypescript
  • requesting-code-review
    106 lines400 words2 blocks

    Use when completing tasks, implementing major features, or before merging to verify work meets requirements

    bash
  • executing-plans
    71 lines360 words

    Use when you have a written implementation plan to execute in a separate session with review checkpoints

  • subagent-driven-development
    278 lines1528 words3 blocks

    Use when executing implementation plans with independent tasks in the current session

    dot
  • verification-before-completion
    140 lines668 words7 blocks

    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming...

Recent Commits

-357 contributions across all repos
MarAprMayJunJulAugSepOctNovDecJanFebMar
Less
More
  • eafe9622026-03-25
    Release v5.0.6: inline self-review, brainstorm server restructure, owner-PID fixes
    Jesse Vincent
  • 9f04f062026-03-25
    Fix owner-PID lifecycle monitoring for cross-platform reliability
    Jesse Vincent
  • f076bd32026-03-25
    Fix owner-PID false positive when owner runs as different user
    Jesse Vincent
  • 9e3ed212026-03-25
    Separate brainstorm server content and state into peer directories
    Jesse Vincent
  • 9e6e0772026-03-25
    Revert "Move brainstorm server metadata to .meta/ subdirectory"
    Jesse Vincent
  • 151cfb12026-03-25
    Move brainstorm server metadata to .meta/ subdirectory
    Jesse Vincent
  • a1155f62026-03-25
    Add v5.0.6 release notes
    Jesse Vincent
  • 3f80f1c2026-03-25
    Reapply "Replace subagent review loops with lightweight inline self-review"
    Jesse Vincent
  • 4ae1a3d2026-03-25
    Revert "Replace subagent review loops with lightweight inline self-review"
    Jesse Vincent
  • e6221a42026-03-25
    Replace subagent review loops with lightweight inline self-review
    Jesse Vincent