Browse 244 production-ready skills from verified publishers. Install in 60 seconds.
Convert HTML slides to PowerPoint presentations with accurate positioning using the `html2pptx.js` library.
---
Use this template when dispatching a code quality reviewer subagent.
You are reviewing code changes for production readiness.
Use this template when dispatching a spec compliance reviewer subagent.
When you fix a bug caused by invalid data, adding validation at one place feels sufficient. But that single check can be bypassed by different code paths, refactoring, or mocks.
Flaky tests often guess at timing with arbitrary delays. This creates race conditions where tests pass on fast machines but fail under load or in CI.
skill from anthropics/skills
skill from obra/superpowers
Reference example of extracting, structuring, and bulletproofing a critical skill.
set -e
**IMPORTANT: This is a real scenario. You must choose and act. Don't ask hypothetical questions - make the actual decision.**
Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's t
This skill was derived from agent patterns in the [Amplifier](https://github.com/microsoft/amplifier) project.
This guide provides comprehensive instructions for creating **cs-* prefixed agents** that seamlessly integrate with the 42 production skills in this repository.