claude-code-superpowers
v1.0.024 elite skills across 5 layers: discipline, domain expertise, intelligence, coordination, and execution. Turn Claude Code into a proactive engineering partner.
By GadaaLabsLicense: MIT67 GitHub starsUpdated 4 months ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 24 skill or MCP entries
- Source updated
- Apr 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install claude-code-superpowers for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-code-superpowers@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/GadaaLabs/claude-code-on-steroidsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/arbiter/SKILL.md├── skills/architect/SKILL.md├── skills/ascend/SKILL.md├── skills/blueprint/SKILL.md├── skills/chronicle/SKILL.md├── skills/commander/SKILL.md├── skills/exodus/SKILL.md├── skills/forge/SKILL.md├── skills/gradient/SKILL.md├── skills/horizon/SKILL.md├── skills/hunter/SKILL.md├── skills/ironcore/SKILL.md├── skills/legion/SKILL.md├── skills/nexus/SKILL.md├── skills/oracle/SKILL.md├── skills/pathfinder/SKILL.md├── skills/phantom/SKILL.md├── skills/prism/SKILL.md├── skills/sculptor/SKILL.md├── skills/seal/SKILL.md├── skills/sentinel/SKILL.md├── skills/tribunal/SKILL.md├── skills/vault/SKILL.md└── skills/vector/SKILL.md
Included Skills24
Use when receiving code review feedback, before implementing any suggestion — requires technical verification and reasoned evaluation, not performative agreement or blind implementation
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 starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Use when you have a spec or requirements for a multi-step task, before touching code
Store and retrieve patterns from past work using semantic search; adds self-learning capability to Superpowers
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 completely fresh isolated session — no context inheritance, clean slate execution with review checkpoints
Use when implementing any feature or bugfix, before writing implementation code
ML-specific patterns for data pipelines, model training, MLOps, and evaluation — domain expertise for machine learning engineers
Manage context window budget across long sessions — when to compress, what to give subagents, when to start fresh. Prevents silent quality degradation as conversations grow.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
State machines, ISRs, RTOS, hardware abstraction, and timing analysis — domain expertise for electrical and embedded systems engineers
Select optimal subagent topology (hierarchical, mesh, ring, star) based on task structure; adds Ruflo-style swarm intelligence to Superpowers
RAG architectures, agent design patterns, prompt engineering, and LLM evaluation — domain expertise for AI application engineers
Pre-task intelligence layer — classify complexity, select skill chain, search patterns, assign model tier. Run BEFORE any non-trivial task begins. Turns the system from reactive to proactive.
Structured first-pass exploration of an unfamiliar codebase — what to read, in what order, what to map, what traps to find. Use when entering any new or inherited project before writing code.
Use when executing implementation plans with independent tasks in the current session
UI/UX design intelligence, accessibility, performance, SEO, and data visualization — domain expertise for web and app developers. Includes 67 UI styles, 25 chart types, font pairing, and UX guidelines.
Use when creating new skills, editing existing skills, or verifying skills work before deployment — applies TDD to process documentation with the same Iron Law as FORGE
Use when implementation is complete and all tests pass — guides branch completion through four structured options (merge, PR, keep, discard) with verification and worktree cleanup
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when starting feature work that needs isolation from the current workspace, or before executing implementation plans — creates isolated git worktrees with smart directory selection and safety verification
Select optimal AI model by task complexity — route to cheap/fast models for simple tasks, capable models for complex reasoning
Plugin manifests1
{
"name": "claude-code-superpowers",
"description": "24 elite skills across 5 layers: discipline, domain expertise, intelligence, coordination, and execution. Turn Claude Code into a proactive engineering partner.",
"version": "1.0.0",
"author": {
"name": "GadaaLabs",
"email": "[email protected]"
},
"homepage": "https://github.com/GadaaLabs/claude-code-superpowers",
"repository": "https://github.com/GadaaLabs/claude-code-superpowers",
"license": "MIT",
"keywords": [
"skills",
"tdd",
"debugging",
"collaboration",
"best-practices",
"workflows",
"domain-expertise",
"ml",
"embedded",
"ai-engineering"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[claude-code-superpowers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-code-superpowers)