hyperpowers
Structured planning, testing, debugging, and code review workflows
All Skills in This Repository (20)
Pure Emerald Level Indicatorsfixing-bugs
Automate bug fixing from issue creation through regression testing and closure.
building-hooks
Implement Claude Code hooks for observation, automation, and enforcement phases.
managing-bd-tasks
Split, merge, and rewire bd tasks while preserving change history.
root-cause-tracing
Trace runtime errors backward through call stacks to locate their origin.
refactoring-safely
Refactor code incrementally while preserving behavior through test cycles.
debugging-with-tools
Diagnose software failure root causes through investigation, hypothesis testing, and fixes.
skills-auto-activation
Automate skill activation in Claude prompts via a configurable hook pipeline.
analyzing-test-effectiveness
Audit test suites and create a BD epic with tracked improvement tasks.
review-implementation
Verify completed implementations against the bd epic with automated checks and quality gates.
test-driven-development
Enforce the RED-GREEN-REFACTOR cycle with failing tests before production code.
executing-plans
Execute BD tasks iteratively with mandatory checkpoints and SRE refinements.
using-hyper
Enforce mandatory skill usage and workflow stages at conversation start.
Frequently Asked Questions
FAQPage SchemaHow to install Hyperpowers?▼
Run `npx skills add withzombies/hyperpowers --all -g -y` in your terminal to install all skills in this pack globally.
What does Hyperpowers do for coding workflows?▼
It gives your coding agent a disciplined workflow: brainstorm a spec, break it into small task slices, execute with TDD, then review and verify before claiming completion.
Does Hyperpowers work with Claude Code and Codex?▼
Yes. It ships Claude plugin skills and slash commands plus Codex-compatible skills, with AGENTS.md as the shared cross-tool policy file.
How does Hyperpowers handle debugging and bug fixes?▼
It requires tool-based investigation and root-cause tracing before any fix, then a failing regression test, the smallest real fix, and verification.
Can I use Hyperpowers without writing code myself?▼
Yes. Once installed, your agent follows the workflow automatically from plain-English requests, keeping plans and progress in markdown task docs.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core