Back to Marketplaces

withzombies-hyper

withzombies/hyperpowers
active

Development marketplace for Hyperpowers core skills library

1plugins
14skills
Ryan

withzombies-hyper

Ryan's riff on obra/superpowers: strong guidance for Claude Code as a software development assistant

14 skills

analyzing-test-effectiveness

verified

Use to audit test quality with Google Fellow SRE scrutiny - identifies tautological tests, coverage gaming, weak assertions, missing corner cases. Creates bd epic with tasks for improvements, then runs SRE task refinement on each.

building-hooks

verified

Use when creating Claude Code hooks - covers hook patterns, composition, testing, progressive enhancement from simple to advanced

debugging-with-tools

verified

Use when encountering bugs or test failures - systematic debugging using debuggers, internet research, and agents to find root cause before fixing

dispatching-parallel-agents

verified

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently

finishing-a-development-branch

verified

Use when implementation complete and tests pass - closes bd epic, presents integration options (merge/PR/keep/discard), executes choice

fixing-bugs

verified

Use when encountering a bug - complete workflow from discovery through debugging, bd issue, test-driven fix, verification, and closure

managing-bd-tasks

verified

Use for advanced bd operations - splitting tasks mid-flight, merging duplicates, changing dependencies, archiving epics, querying metrics, cross-epic dependencies

refactoring-safely

verified

Use when refactoring code - test-preserving transformations in small steps, running tests between each change

root-cause-tracing

verified

Use when errors occur deep in execution - traces bugs backward through call stack to find original trigger, not just symptom

skills-auto-activation

verified

Use when skills aren't activating reliably - covers official solutions (better descriptions) and custom hook system for deterministic skill activation

test-driven-development

verified

Use when implementing features or fixing bugs - enforces RED-GREEN-REFACTOR cycle requiring tests to fail before writing code

testing-anti-patterns

verified

Use when writing or changing tests, adding mocks - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

writing-plans

verified

Use to expand bd tasks with detailed implementation steps - adds exact file paths, complete code, verification commands assuming zero context

writing-skills

verified

Use when creating new skills, editing existing skills, or verifying skills work - applies TDD to documentation by testing with subagents before writing