withzombieswithzombiesCommunity·20 Agent Skills Included

hyperpowers

Structured planning, testing, debugging, and code review workflows

Guides coding work through brainstorming, spec writing, sliced execution, and evidence-based review. Enforces test-driven development, root-cause debugging, safe refactoring, and verification before completion claims. Eliminates vague plans, untested code, and premature done claims by anchoring work in markdown task docs. Works with Claude Code and Codex via skills, hooks, commands, and specialized subagents.
npx skills add withzombies/hyperpowers --all -g -y
Available:

Directs the agent to route work through the brainstorming, planning, execution, review, and verification skills while tracking progress in local markdown task directories under plans/active/.

All Skills in This Repository (20)

Pure Emerald Level Indicators
📦 In Repo
withzombieswithzombies

fixing-bugs

Automate bug fixing from issue creation through regression testing and closure.

Community
Advanced
📦 In Repo
withzombieswithzombies

building-hooks

Implement Claude Code hooks for observation, automation, and enforcement phases.

Community
Advanced
📦 In Repo
withzombieswithzombies

managing-bd-tasks

Split, merge, and rewire bd tasks while preserving change history.

Community
Advanced
📦 In Repo
withzombieswithzombies

root-cause-tracing

Trace runtime errors backward through call stacks to locate their origin.

Community
Intermediate
📦 In Repo
withzombieswithzombies

refactoring-safely

Refactor code incrementally while preserving behavior through test cycles.

Community
Intermediate
📦 In Repo
withzombieswithzombies

debugging-with-tools

Diagnose software failure root causes through investigation, hypothesis testing, and fixes.

Community
Advanced
📦 In Repo
withzombieswithzombies

skills-auto-activation

Automate skill activation in Claude prompts via a configurable hook pipeline.

Community
Advanced
📦 In Repo
withzombieswithzombies

analyzing-test-effectiveness

Audit test suites and create a BD epic with tracked improvement tasks.

Community
Advanced
📦 In Repo
withzombieswithzombies

review-implementation

Verify completed implementations against the bd epic with automated checks and quality gates.

Community
Intermediate
📦 In Repo
withzombieswithzombies

test-driven-development

Enforce the RED-GREEN-REFACTOR cycle with failing tests before production code.

Community
Basic
📦 In Repo
withzombieswithzombies

executing-plans

Execute BD tasks iteratively with mandatory checkpoints and SRE refinements.

Community
Intermediate
📦 In Repo
withzombieswithzombies

using-hyper

Enforce mandatory skill usage and workflow stages at conversation start.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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