Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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
このリポジトリの収集済み skills 41 件中、上位 40 件を表示しています。