By stanlrt
Fork of obra/superpowers (v6.0.3 base + fork revisions) with a no-commit subagent-driven-development model, snapshot-based review, dependency-DAG parallel batching, issue->branch worktrees, and a template-driven PR finish flow. Drop-in replacement for the official superpowers plugin.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A fork of obra/superpowers (v6.0.3 base),
packaged as a standalone Claude Code plugin. It is a drop-in replacement for the
official superpowers plugin — you install this and disable the official one, so there is
never a duplicate or a conflicting copy of any skill.
scripts/snapshot +
review-package reworked to diff tree-ish, with -- <paths> to scope one task of a
parallel batch).--body-file; CI monitoring + Copilot comments + Code-Quality comments resolution.Everything else tracks upstream. Skills are namespaced superpowers-custom: (e.g.
superpowers-custom:subagent-driven-development).
/plugin marketplace add stanlrt/superpowers-custom
/plugin install superpowers-custom@superpowers-custom
Then disable the official superpowers plugin if you had installed it before, so only the custom one is active (otherwise both load and the model sees two copies of every skill):
/plugin → manage → disable superpowers@claude-plugins-officialVerify: open a new session and check the skill listing shows
superpowers-custom:subagent-driven-development and not superpowers:….
The official and the fork cannot both be enabled — they provide the same skill set under different namespaces. Pick one. To go back, re-enable the official plugin and disable this.
git remote add upstream https://github.com/obra/superpowers # once
git fetch upstream --tags
git merge upstream/main # or a specific tag, e.g. v6.1.0
# resolve conflicts (only in the 3 custom skills), then bump version in
# .claude-plugin/plugin.json + marketplace.json, commit, push
See CLAUDE.md for conflict-resolution rules.
Methodology and skills © Jesse Vincent / the superpowers authors, MIT-licensed. This is a personal fork and is not affiliated with or supported by the upstream project.
npx claudepluginhub stanlrt/superpowers-custom --plugin superpowers-customRich Claude Code status line with cache metrics, git info, cost tracking, and context window usage.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls