Search by skill name, then narrow the registry by category, agent, or source repository.
4,274 results
sickn33/antigravity-awesome-skills
Source provenance, compatibility, automated checks, and current evidence depth are available on the full page.
borghei/claude-skills
The agent operates as a senior product designer, delivering user-centered design solutions spanning UX research, UI design, design systems, prototyping, and usability testing.
wshobson/agents
Comprehensive guide to building projections and read models for event-sourced systems.
Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules.
A reference checklist of common mistakes and anti-patterns in Python code. Review this before finalizing implementations to catch issues early.
Decouple long-running or unreliable work from request/response cycles. Return immediately to the user while background workers handle the heavy lifting asynchronously.
Externalize configuration from code using environment variables and typed settings. Well-managed configuration enables the same code to run in any environment without modification.
Build robust Python applications with proper input validation, meaningful exceptions, and graceful failure handling. Good error handling makes debugging easier and systems more reliable.
Instrument Python applications with structured logs, metrics, and traces. When something breaks in production, you need to answer "what, where, and why" without deploying new code.
Build fault-tolerant Python applications that gracefully handle transient failures, network issues, and service outages. Resilience patterns keep systems running when dependencies are unreliable.
Manage resources deterministically using context managers. Resources like database connections, file handles, and network sockets should be released reliably, even when exceptions occur.
Leverage Python's type system to catch errors at static analysis time. Type annotations serve as enforced documentation that tooling validates automatically.
supercent-io/skills-template
Ralphmode is a cross-platform permission profile for long-running ralph or jeo workflows. It reduces approval friction, but it is not "allow everything everywhere." The core rule is simple: widen automation only inside a bounded project or disposable sandbox, and keep secrets plus destructive commands explicitly...
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
onmax/nuxt-skills
Unstyled, accessible Vue 3 component primitives. WAI-ARIA compliant. Previously Radix Vue.
Comprehensive risk measurement toolkit for portfolio management, including Value at Risk, Expected Shortfall, and drawdown analysis.
apollographql/skills
Apply these guidelines when writing or reviewing Rust code. Based on Apollo GraphQL's Rust Best Practices Handbook .
Patterns for managing distributed transactions and long-running business processes.
rivet-dev/skills
Sandbox Agent provides a universal API for orchestrating AI coding agents in sandboxed environments.
Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages.
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.
affaan-m/everything-claude-code
This skill ensures all code follows security best practices and identifies potential vulnerabilities.
davila7/claude-code-templates
World-class senior data scientist skill for production-grade AI/ML/Data systems.
Complete guide to observability patterns for Istio, Linkerd, and service mesh deployments.