16,832 skills sorted by stars.
Automatically rollback changes from failed workflow phases using changes log files. Use when workflows fail and need to restore pr...
Execute quality gate validation with configurable blocking behavior. Use when running type-check, build, tests, lint, or custom va...
Install and configure Knip for dead code detection. Use before running dead-code-hunter or dependency-auditor to ensure Knip is av...
Validate that worker-generated reports have all required sections and proper formatting. Use in quality gates, for report complete...
LLM Skill (Integrated, RAG‑First)
This skill should be used when the user wants Claude Code to act purely as a manager/architect while Gemini CLI does all the codin...
Rope-first workflow for ANY mechanical Python rename/move (functions/methods/classes/variables/modules/packages), updating imports...
Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create workt...
Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/ac...
Use for WordPress Playground workflows: fast disposable WP instances in the browser or locally via @wp-playground/cli (server, run...
Implement Role-Based Access Control (RBAC), permissions management, and authorization policies. Use when building secure access co...
Develop native Android apps with Kotlin. Covers MVVM with Jetpack, Compose for modern UI, Retrofit for API calls, Room for local s...
Identify unusual patterns, outliers, and anomalies in data using statistical methods, isolation forests, and autoencoders for frau...
Implement secure API authentication with JWT, OAuth 2.0, API keys, and session management. Use when securing APIs, managing tokens...
Implement comprehensive API error handling with standardized error responses, logging, monitoring, and user-friendly messages. Use...
Implement advanced filtering and sorting capabilities for APIs with query parsing, field validation, and optimization. Use when bu...
Implement API rate limiting strategies using token bucket, sliding window, and fixed window algorithms. Use when protecting APIs f...
Secure REST APIs with authentication, rate limiting, CORS, input validation, and security middleware. Use when building or hardeni...
Deploy iOS and Android apps to App Store and Google Play. Covers signing, versioning, build configuration, submission process, and...
Implement structured logging across applications with log aggregation and centralized analysis. Use when setting up application lo...
Debug client-side issues using browser developer tools. Identify JavaScript errors, styling issues, and performance problems in th...
Reduce JavaScript and CSS bundle sizes through code splitting, tree shaking, and optimization techniques. Improve load times and o...
Build compelling business cases to justify investments and secure funding. Quantify benefits, assess costs, manage risks, and pres...
Determine cause-and-effect relationships using propensity scoring, instrumental variables, and causal graphs for policy evaluation...
Build binary and multiclass classification models using logistic regression, decision trees, and ensemble methods for categorical...
Generate code from templates and patterns including scaffolding, boilerplate generation, AST-based code generation, and template e...
Analyze code complexity, cyclomatic complexity, maintainability index, and code churn using metrics tools. Use when assessing code...
Perform comprehensive code reviews with best practices, security checks, and constructive feedback. Use when reviewing pull reques...
Track and analyze user cohorts over time, calculate retention rates, and identify behavioral patterns for customer lifecycle and r...
Implement thread-safe code, mutexes, semaphores, async/await patterns, and concurrent data structures. Use when handling parallel...
Implement distributed tracing with correlation IDs, trace propagation, and span tracking across microservices. Use when debugging...
Profile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better performance and re...
Expert guidance for Dagster data orchestration including assets, resources, schedules, sensors, partitions, testing, and ETL patte...