Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

hyperpowers

hyperpowers 收录了来自 withzombies 的 41 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
41
Stars
80
更新
2026-03-30
Forks
16
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

brainstorming
项目管理专家

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

2026-03-30
executing-plans
其他计算机职业

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
其他计算机职业

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
其他计算机职业

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
其他计算机职业

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

2026-03-30
using-hyper
其他计算机职业

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

2026-03-30
verification-before-completion
其他计算机职业

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

2026-03-30
writing-plans
其他计算机职业

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

2026-03-30
brainstorming
其他计算机职业

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

2026-03-30
executing-plans
其他计算机职业

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
其他计算机职业

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
其他计算机职业

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
其他计算机职业

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

2026-03-30
using-hyper
其他计算机职业

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

2026-03-30
verification-before-completion
软件开发工程师

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

2026-03-30
writing-plans
项目管理专家

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

2026-03-30
analyzing-test-effectiveness
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-03-30
sre-task-refinement
项目管理专家

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
软件质量保证分析师与测试员

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

2026-03-30
writing-skills
其他计算机职业

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-03-30
sre-task-refinement
软件开发工程师

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
软件质量保证分析师与测试员

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

2026-03-30
writing-skills
其他计算机职业

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
软件开发工程师

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
软件开发工程师

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
其他计算机职业

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
其他计算机职业

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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

2025-11-18
dispatching-parallel-agents
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2025-11-18
当前展示该仓库 Top 40 / 41 个已收集 skills。