Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

hyperpowers

hyperpowers enthält 41 gesammelte Skills von withzombies, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
41
Stars
80
aktualisiert
2026-03-30
Forks
16
Berufsabdeckung
4 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

brainstorming
Projektmanagementspezialisten

Use when shaping a feature before implementation - turns rough ideas into an approved markdown spec and local task directory

2026-03-30
executing-plans
Sonstige Computerberufe

Use to execute an approved local markdown task directory iteratively - work the current Now slice, update docs, then stop

2026-03-30
finishing-a-development-branch
Sonstige Computerberufe

Use when implementation is complete and verified - delete finished local task docs, present integration options, and clean up safely

2026-03-30
managing-task-docs
Sonstige Computerberufe

Use for advanced markdown task-doc operations - split work, reprioritize slices, delete finished local task dirs, and keep docs clean

2026-03-30
review-implementation
Sonstige Computerberufe

Use after executing a task directory - verifies implementation against plan.md, acceptance checks, and anti-goals

2026-03-30
using-hyper
Sonstige Computerberufe

Use when starting any conversation - establishes skill selection and the local task-doc workflow

2026-03-30
verification-before-completion
Sonstige Computerberufe

Use before claiming work complete, fixed, or passing - requires fresh evidence before any completion claim

2026-03-30
writing-plans
Sonstige Computerberufe

Use after a spec is approved - distills plan.md into context.md and a rolling markdown backlog

2026-03-30
brainstorming
Sonstige Computerberufe

Use when shaping a feature before implementation - turns rough ideas into an approved markdown spec and local task directory

2026-03-30
executing-plans
Sonstige Computerberufe

Use to execute an approved local markdown task directory iteratively - work the current Now slice, update docs, then stop

2026-03-30
finishing-a-development-branch
Sonstige Computerberufe

Use when implementation is complete and verified - delete finished local task docs, present integration options, and clean up safely

2026-03-30
managing-task-docs
Sonstige Computerberufe

Use for advanced markdown task-doc operations - split work, reprioritize slices, delete finished local task dirs, and keep docs clean

2026-03-30
review-implementation
Sonstige Computerberufe

Use after executing a task directory - verifies implementation against plan.md, acceptance checks, and anti-goals

2026-03-30
using-hyper
Sonstige Computerberufe

Use when starting any conversation - establishes skill selection and the local task-doc workflow

2026-03-30
verification-before-completion
Softwareentwickler

Use before claiming work complete, fixed, or passing - requires fresh evidence before any completion claim

2026-03-30
writing-plans
Projektmanagementspezialisten

Use after a spec is approved - distills plan.md into context.md and a rolling markdown backlog

2026-03-30
analyzing-test-effectiveness
Softwarequalitätssicherungsanalysten und -tester

Use to audit test quality with SRE scrutiny - identifies weak tests, missing cases, and creates task docs for improvements

2026-03-30
debugging-with-tools
Softwareentwickler

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

2026-03-30
fixing-bugs
Softwareentwickler

Use when encountering a bug - reproduce it, track it in task docs, fix it with a regression test, and verify the result

2026-03-30
refactoring-safely
Softwareentwickler

Use when refactoring code - tracks the refactor in task docs and preserves behavior through small verified changes

2026-03-30
sre-task-refinement
Projektmanagementspezialisten

Use when hardening a spec or task docs - stress-tests edge cases, failure modes, and acceptance checks before implementation

2026-03-30
test-driven-development
Softwarequalitätssicherungsanalysten und -tester

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

2026-03-30
writing-skills
Sonstige Computerberufe

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

2026-03-30
analyzing-test-effectiveness
Softwarequalitätssicherungsanalysten und -tester

Use to audit test quality with SRE scrutiny - identifies weak tests, missing cases, and creates task docs for improvements

2026-03-30
debugging-with-tools
Softwareentwickler

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

2026-03-30
fixing-bugs
Softwareentwickler

Use when encountering a bug - reproduce it, track it in task docs, fix it with a regression test, and verify the result

2026-03-30
refactoring-safely
Softwareentwickler

Use when refactoring code - tracks the refactor in task docs and preserves behavior through small verified changes

2026-03-30
sre-task-refinement
Softwareentwickler

Use when hardening a spec or task docs - stress-tests edge cases, failure modes, and acceptance checks before implementation

2026-03-30
test-driven-development
Softwarequalitätssicherungsanalysten und -tester

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

2026-03-30
writing-skills
Sonstige Computerberufe

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

2026-03-30
refactoring-design
Softwareentwickler

Use when designing a refactor after diagnosis - selects patterns, defines composition and DI seams, and produces a test-ready refactor design spec

2026-02-09
refactoring-diagnosis
Softwareentwickler

Use when identifying bad code/design and selecting refactor targets - produces a diagnosis report with smells, risks, and refactor vs rewrite decision

2026-02-09
dispatching-parallel-agents
Sonstige Computerberufe

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

2026-02-09
hyperpowers-agents
Sonstige Computerberufe

Use when you want to spawn a specialized subagent using the standard Hyperpowers agent prompts (test-runner, code-reviewer, codebase-investigator, internet-researcher, test-effectiveness-analyst).

2026-02-09
root-cause-tracing
Softwareentwickler

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

2026-02-09
testing-anti-patterns
Softwarequalitätssicherungsanalysten und -tester

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

2026-02-09
building-hooks
Softwareentwickler

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

2025-11-18
dispatching-parallel-agents
Softwareentwickler

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

2025-11-18
root-cause-tracing
Softwareentwickler

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

2025-11-18
skills-auto-activation
Softwareentwickler

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

2025-11-18
Zeigt die Top 40 von 41 gesammelten Skills in diesem Repository.