Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

withzombies/hyperpowers

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
14 indexed skills38 stars

analyzing-test-effectiveness
Indexed

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.

View indexed skill

building-hooks
Indexed

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

View indexed skill

debugging-with-tools
Indexed

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

View indexed skill

dispatching-parallel-agents
Indexed

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

View indexed skill

finishing-a-development-branch
Indexed

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

View indexed skill

fixing-bugs
Indexed

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

View indexed skill

managing-bd-tasks
Indexed

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

View indexed skill

refactoring-safely
Indexed

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

View indexed skill

root-cause-tracing
Indexed

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

View indexed skill

skills-auto-activation
Indexed

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

View indexed skill

test-driven-development
Indexed

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

View indexed skill

testing-anti-patterns
Indexed

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

View indexed skill

writing-plans
Indexed

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

View indexed skill

writing-skills
Indexed

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

View indexed skill