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.

258,409
Stars
14
Skill Files
23,029
Forks
140
PRs Merged
42
Contributors
158
Issues Open
637
Issues Closed
2026-07-02
Last Activity

Skill Analysis

204
Avg Lines / Skill
1,131
Avg Words / Skill
93
Code Blocks
172
Total Files
1.33 MB
Repo Size
3
Reference Files
Skill lines35 min / 175 median / 690 max
Code languagesbash, dot, markdown, python, text, typescript, yaml
Frontmatter keysabout, description, labels, name
Has CLAUDE.mdYes
Has LicenseYes
File typesmd (82), sh (37), json (13), js (10), txt (9), yml (2), ts (2), mjs (2), yaml (1), svg (1)

Skills (17)

  • receiving-code-review
    214 lines937 words12 blocks

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

  • 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...

  • requesting-code-review
    104 lines394 words2 blocks

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

    bash
  • subagent-driven-development
    419 lines3083 words3 blocks

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

    dot
  • writing-skills
    690 lines3807 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
  • brainstorming
    160 lines1553 words1 blocks

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

    dot
  • executing-plans
    71 lines377 words

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

  • finishing-a-development-branch
    242 lines1042 words14 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
  • dispatching-parallel-agents
    186 lines950 words4 blocks

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

    dotmarkdowntext
  • writing-plans
    175 lines1068 words5 blocks

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

    bashmarkdownpython
  • using-superpowers
    63 lines481 words

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

  • using-git-worktrees
    203 lines1154 words8 blocks

    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace ex...

    bash
  • test-driven-development
    372 lines1496 words13 blocks

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

    bashdottypescript
  • Bug Report
    56 lines271 words
  • Feature Request
    48 lines266 words

Recent Commits

-358 contributions across all repos
JunJulAugSepOctNovDecJanFebMarAprMayJun
Less
More
  • d884ae02026-07-02
    Release v6.1.1: fix Codex SessionStart hook re-registration, add Codex portal packaging
    Jesse Vincent
  • 1c330e12026-07-02
    Preserve hooks in Codex package manifest
    Drew Ritter
  • a50def92026-07-02
    Strip hooks from Codex portal package
    Drew Ritter
  • ec46cf82026-07-02
    docs: re-anchor Shape A examples away from Codex
    Drew Ritter
  • 28b96af2026-07-02
    chore(codex): remove orphaned session-start-codex hook + refresh hook docs
    Drew Ritter
  • 45729742026-07-02
    Fix Codex plugin category
    Drew Ritter
  • cf127862026-07-02
    Default Codex portal package to zip
    Drew Ritter
  • 1a1243b2026-07-02
    Harden Codex package script checks
    Drew Ritter
  • da4125d2026-07-02
    Add Codex portal package script
    Drew Ritter
  • 7d8d3d42026-07-02
    fix(codex): suppress SessionStart hook auto-discovery with empty hooks object
    Drew Ritter