Rankings prioritize confidence-adjusted public ratings, then use current catalog signals to stabilize ties between similarly reviewed skills.
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.
wshobson/agents
Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules.
wshobson/agents
A reference checklist of common mistakes and anti-patterns in Python code. Review this before finalizing implementations to catch issues early.
wshobson/agents
Decouple long-running or unreliable work from request/response cycles. Return immediately to the user while background workers handle the heavy lifting asynchronously.
wshobson/agents
Externalize configuration from code using environment variables and typed settings. Well-managed configuration enables the same code to run in any environment without modification.
wshobson/agents
Build robust Python applications with proper input validation, meaningful exceptions, and graceful failure handling. Good error handling makes debugging easier and systems more reliable.
wshobson/agents
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.
wshobson/agents
Build fault-tolerant Python applications that gracefully handle transient failures, network issues, and service outages. Resilience patterns keep systems running when dependencies are unreliable.
wshobson/agents
Manage resources deterministically using context managers. Resources like database connections, file handles, and network sockets should be released reliably, even when exceptions occur.
wshobson/agents
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...
supercent-io/skills-template
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.
wshobson/agents
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 .
wshobson/agents
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.
wshobson/agents
Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages.
wshobson/agents
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.
wshobson/agents
Complete guide to observability patterns for Istio, Linkerd, and service mesh deployments.