Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
building-hooks
Use when creating Claude Code hooks - covers hook patterns, composition, testing, progressive enhancement from simple to advanced
withzombies/hyperpowers 72
-
using-hyper
Use when starting any conversation - establishes mandatory workflows for finding and using skills
withzombies/hyperpowers 72
-
executing-plans
Use to execute bd tasks iteratively - executes one task, reviews learnings, creates/refines next task, then STOPS for user review before continuing
withzombies/hyperpowers 72
-
verification-before-completion
Use before claiming work complete, fixed, or passing - requires running verification commands and confirming output; evidence before assertions always
withzombies/hyperpowers 72
-
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work - applies TDD to documentation by testing with subagents before writing
withzombies/hyperpowers 72
-
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
withzombies/hyperpowers 72
-
finishing-a-development-branch
Use when implementation complete and tests pass - closes bd epic, presents integration options (merge/PR/keep/discard), executes choice
withzombies/hyperpowers 72
-
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
withzombies/hyperpowers 72
-
managing-bd-tasks
Use for advanced bd operations - splitting tasks mid-flight, merging duplicates, changing dependencies, archiving epics, querying metrics, cross-epic dependencies
withzombies/hyperpowers 72
-
refactoring-design
Use when designing a refactor after diagnosis - selects patterns, defines composition and DI seams, and produces a test-ready refactor design spec
withzombies/hyperpowers 72
-
skills-auto-activation
Use when skills aren't activating reliably - covers official solutions (better descriptions) and custom hook system for deterministic skill activation
withzombies/hyperpowers 72
-
refactoring-safely
Use when refactoring code - test-preserving transformations in small steps, running tests between each change
withzombies/hyperpowers 72
-
root-cause-tracing
Use when errors occur deep in execution - traces bugs backward through call stack to find original trigger, not just symptom
withzombies/hyperpowers 72
-
analyzing-test-effectiveness
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.
withzombies/hyperpowers 72
-
convert-bicep-to-avm
Converts Bicep resource definitions to Azure Verified Modules (AVM). Use when user asks to convert to AVM, replace resources with modules, use verified modules, or modernize bicep templates.
johnlokerse/azure-bicep-github-copilot 11
-
convert-loose-to-strong-type
Converts loosely typed Bicep parameters using object or array to strongly typed alternatives like string[], user-defined types, or resource-derived types. Use when user mentions type safety, weak typing, object parameters, array parameters, resourceInput, resourceOutput, or asks to improve parameter definitions.
johnlokerse/azure-bicep-github-copilot 11
-
format-bicep
Format Bicep code for readability and consistency.
johnlokerse/azure-bicep-github-copilot 11
-
run-bicep-in-console
Validates Bicep functions using bicep console with piped input. Use when user asks to test, validate, or run Bicep functions, or wants to verify function behavior with test cases.
johnlokerse/azure-bicep-github-copilot 11
-
ai-assisted-development
Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.
baz-scm/awesome-reviewers 117
-
secure-coding
Incorporating security at every step of software development – writing code that defends against vulnerabilities and protects user data.
baz-scm/awesome-reviewers 117
-
devops-cloud
Skill in automating software deployment pipelines and managing cloud infrastructure for scalable, reliable systems.
baz-scm/awesome-reviewers 117
-
code-refactoring
The practice of restructuring and simplifying code continuously – reducing complexity, improving design, and keeping codebases clean.
baz-scm/awesome-reviewers 117
-
testing-debugging
Ensuring software correctness and reliability by writing automated tests, using quality assurance tools, and systematically debugging issues.
baz-scm/awesome-reviewers 117
-
documentation
Communicating the intended behavior and context of code through clear documentation and comments, and sharing knowledge with the team.
baz-scm/awesome-reviewers 117