By gylove1994
Superpowers DeepSeek v4: composable agent skills for TDD, debugging, and collaboration. Independently maintained; not identical to obra/superpowers.
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 before any file edit in a session when worktree preference has not yet been confirmed — asks whether to open a new worktree, records the choice once per session, and delegates setup to using-git-worktrees when accepted
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
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.
Superpowers DeepSeek v4 is an agentic methodology and composable skills library for coding agents. It evolved from ideas in obra/superpowers but is maintained independently. Skills, hooks, install paths, and release cadence are not guaranteed to match the upstream project. Report issues and open pull requests in this repository if you use this variant.
Install for your harness: Claude Code · Codex CLI · Codex App · Factory Droid · Gemini CLI · OpenCode · Cursor · GitHub Copilot CLI
When you start building something, the agent does not immediately jump into code. It steps back, clarifies intent, and turns the conversation into a design you can read in sections. After you approve the design, it produces an implementation plan that a careful junior engineer could follow. It emphasizes red/green TDD, YAGNI, and DRY. When you say go, skills like subagent-driven-development drive execution with reviews and checkpoints. Skills are designed to trigger automatically—no manual “turn on superpowers” step.
Use this repository (gylove1994/superpowers-deepseek-v4) when copying install commands below. If you want the upstream obra/superpowers plugin instead, follow that project’s README; behavior and skills may differ.
From a clone of this repository, register the local marketplace and install the project-scoped plugin (see .claude-plugin/marketplace.json):
cd /path/to/superpowers-deepseek-v4
/plugin marketplace add ./
/plugin install superpowers@gylove1994-superpowers-deepseek-v4 --scope project
Or add --scope user if you want it available in every project.
Anthropic’s catalog entry is not this fork. To install upstream Superpowers only:
/plugin install superpowers@claude-plugins-official
Use the official Codex plugin marketplace. Search for Superpowers and install; confirm the package points at this repo if you intend to use DeepSeek v4–oriented skills.
/plugins
# search: superpowers
Same marketplace as Codex CLI: Plugins → find Superpowers → install. Verify source matches the repository you intend.
droid plugin marketplace add https://github.com/gylove1994/superpowers-deepseek-v4
droid plugin install superpowers@superpowers
(Adjust plugin id if your marketplace entry uses a different name.)
gemini extensions install https://github.com/gylove1994/superpowers-deepseek-v4
gemini extensions update superpowers
OpenCode has its own install path. Use the copy of this repo’s instructions:
Fetch and follow instructions from https://raw.githubusercontent.com/gylove1994/superpowers-deepseek-v4/main/.opencode/INSTALL.md
More detail: .opencode/INSTALL.md and docs/README.opencode.md.
In Cursor Agent chat:
/add-plugin superpowers
Or search the marketplace for this project’s listing, if published.
The default community marketplace ships the upstream Superpowers plugin. To use this repository, add a marketplace or install path that references https://github.com/gylove1994/superpowers-deepseek-v4 (see GitHub Copilot CLI plugin docs for marketplace add / plugin install with a custom source). Example pattern if you mirror this repo into a marketplace entry:
copilot plugin marketplace add <YOUR_MARKETPLACE_OR_PATH_TO_THIS_REPO>
copilot plugin install superpowers@<YOUR_ENTRY>
Verify the resolved plugin URL points at this fork before relying on DeepSeek v4–oriented behavior.
npx claudepluginhub gylove1994/superpowers-deepseek-v4 --plugin superpowers-deepseek-v4Core 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, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.