By mabry-prv
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques (personal fork of obra/superpowers)
Plugin-shipped agents dispatched via `Task(subagent_type=<agent-name>, prompt=<per-call context block>)`. The subagent's system prompt holds the canonical role-specific knowledge; consuming skills are thin dispatchers that build the per-call context block.
Use as a non-interactive design consultant when an implementer is BLOCKED on an architectural ambiguity, or when main session needs a one-off design recommendation. Returns 2-3 options with tradeoffs and a recommendation. Does NOT modify code.
Use to capture project-specific patterns + gotchas from a completed development branch into the project's knowledge/ directory. Dispatched by superpowers:finishing-a-development-branch (auto) or superpowers:curating-knowledge (manual). Reads diff + reports + existing INDEX, writes to knowledge/ topic files, updates INDEX.md.
Use as the default implementer subagent when no domain-specific implementer agent applies — mixed-path tasks, paths outside the recognized layer structure (apps/api/**, apps/mobile/**), or tasks where the dispatcher hasn't routed to a specialized variant. Dispatched by superpowers:dispatching-domain-agents as the fallback.
Use as the implementer subagent when the task touches apps/mobile/** only — Expo / expo-router / TypeScript / Hermes / MobileMCP work. Dispatched by superpowers:dispatching-domain-agents when all task file paths fall under apps/mobile/.
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 to manually distill project patterns + gotchas from work that has already been merged or completed — when finishing-a-development-branch was skipped, when backfilling pre-existing branches, or when you specifically want to capture a learning ad-hoc. Dispatches the curator agent.
Use when subagent-driven-development is about to dispatch an implementer subagent to pick a domain-specific implementer agent (fastapi, expo, default) based on the task's primary file paths
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
Uses power tools
Uses Bash, Write, or Edit tools
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.
Personal Claude-Code-only fork of obra/superpowers. Same skills, slimmer surface area: one harness, no marketplace publishing, no upstream merge concerns.
A complete software development methodology for Claude Code, built on a set of composable skills and a session-start hook that bootstraps them into every session.
It starts from the moment you fire up Claude Code. As soon as it sees you're building something, it doesn't jump into writing code — it steps back, asks what you're really trying to do, teases a spec out of the conversation, and shows it to you in chunks. Once you've signed off, it puts together an implementation plan that's clear enough for an enthusiastic junior engineer with no project context to follow. Then, on "go", it launches a subagent-driven-development process with two-stage review.
When a branch finishes, a librarian agent distills the patterns and gotchas it learned into the project's knowledge/ directory. The next session's agents pick those up automatically — every branch leaves the project a little smarter for the next one.
The skills trigger automatically. You don't do anything special.
This fork is set up as a Claude Code plugin marketplace. Install from GitHub or from a local clone.
From GitHub:
/plugin marketplace add mabry-prv/superpowers
/plugin install superpowers@superpowers-personal
From a local clone:
/plugin marketplace add /path/to/superpowers
/plugin install superpowers@superpowers-personal
knowledge/. Optionally vets each candidate against canonical sources via exa/Ref MCPs.Testing — test-driven-development.
Debugging — systematic-debugging, verification-before-completion.
Collaboration — brainstorming, writing-plans, executing-plans, dispatching-parallel-agents, dispatching-domain-agents, requesting-code-review, receiving-code-review, multi-angle-review, using-git-worktrees, finishing-a-development-branch, subagent-driven-development.
Knowledge — using-project-knowledge (every agent auto-loads knowledge/INDEX.md at task start), curating-knowledge (librarian captures patterns + gotchas from completed branches), vetting-knowledge (on-demand audit of every entry against canonical sources, dispatches the reviser agent per contradicted entry), linting-knowledge (schema + provenance health check).
Meta — writing-skills, using-superpowers.
knowledge/ richer for the next session's agentsMIT — see LICENSE.
Built on obra/superpowers by Jesse Vincent and Prime Radiant. This fork strips harness-specific code paths for personal use; the skill content is theirs.
npx claudepluginhub mabry-prv/superpowers --plugin superpowersCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.