Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
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
-
full-stack-development
Ability to develop both front-end and back-end systems, integrating user interfaces with server logic and databases.
baz-scm/awesome-reviewers 117
-
team-collaboration
Working effectively with others in coding projects – including code reviews, clear communication, and contributing to shared or open-source codebases.
baz-scm/awesome-reviewers 117
-
data-ml
Competence in data analytics and machine learning, enabling developers to build data-driven features and integrate AI/ML capabilities.
baz-scm/awesome-reviewers 117
-
code-readability
Writing clean, understandable, and self-documenting code that is easy to review and maintain over time.
baz-scm/awesome-reviewers 117
-
video-editor
Video editing via FFmpeg with git-like staging workflow and platform presets.
Use when the user asks to: (1) cut/trim/edit videos, (2) convert formats or codecs,
(3) optimize for platforms (WhatsApp, Instagram, YouTube, Twitter, Telegram),
(4) extract audio or create GIFs, (5) get video info/metadata, (6) rotate/resize/crop,
(7) speed up/slow down videos, (8) compress videos, (9) concatenate multiple videos.
All operations go to staging before final approval. Supports operation history,
replay, batch processing, and undo/redo.
arthurbm/creator-hub