Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
Contribute to ai-slop-gate — an open-source CI/CD policy gate that detects AI-generated code slop, security issues, and compliance violations. Use when adding a new LLM provider (Gemini, Groq, Ollama) or static provider, writing analysis rules, extending the policy engine, working with reporters, fixing compliance sidecar logic, or writing tests. Activate when working with ai_slop_gate/ source tree, policy.yml, snapshot, or GitHub Actions workflows. Contains: ai-slop-gate Contribute to ai-slop-gate — an open-source CI/CD policy gate that detects AI-generated code slop, security issues, and compliance violations. Use when adding a new LLM provider (Gemini, Groq, Ollama) or static provider, writing analysis rules, extending the policy engine, working with reporters, fixing compliance sidecar logic, or writing tests. Activate when working with ai_slop_gate/ source tree, policy.yml, snapshot, or GitHub Actions workflows. | Skills | 97 1.19x Agent success vs baseline Impact 100% 1.19xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.2.0 |
Adversarial reviewer personality for architecture discussions. Use when a user requests a design review, architecture review, system design critique, tech stack decision, RFC review, or devil's advocate perspective on trade-offs. Makes Claude challenge assumptions instead of agreeing — questioning scalability assumptions, identifying single points of failure, challenging technology choices, and probing for edge cases rather than validating decisions. Contains: challenge-assumptions Adversarial reviewer personality for architecture discussions. Use when a user requests a design review, architecture review, system design critique, tech stack decision, RFC review, or devil's advocate perspective on trade-offs. Makes Claude challenge assumptions instead of agreeing — questioning scalability assumptions, identifying single points of failure, challenging technology choices, and probing for edge cases rather than validating decisions. | Skills | 97 1.25x Agent success vs baseline Impact 94% 1.25xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
Execute a strict Red-Green-Refactor TDD cycle — one requirement at a time — in any language or framework. Contains: behavioural-tdd Execute a strict Red-Green-Refactor TDD cycle for a single requirement at a time, in any language or framework. Use when the user provides a business rule, acceptance criterion, or feature requirement and wants a failing test written first, followed by minimum implementation, then a clean refactor. Works for unit tests, integration tests, UI component tests, and API tests across stacks including TypeScript, JavaScript, React, .NET (C#/xUnit/NUnit), Python, Java, and others. Triggered by phrases like "write a test first", "TDD", "red-green-refactor", "behavioral test", "test-driven", "failing test first", or "write the test before the code". | Skills | 97 1.11x Agent success vs baseline Impact 94% 1.11xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 1.8.0 |
tessl-labs/health-checks v0.1.3 Health check and readiness endpoints for web services — liveness probes, Contains: health-checks Health check and readiness endpoints for web services — liveness probes, dependency checks, and graceful startup/shutdown. Use when building any backend service that will be deployed behind a load balancer, in containers, or in any environment that monitors service health. | Skills | 97 3.61x Agent success vs baseline Impact 94% 3.61xAverage score across 4 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.3 |
performance-optimization monkilabs/opencastle Profiles and reduces frontend/backend costs: split bundles, optimize assets, apply caching, and fix Core Web Vitals regressions. Use when profiling Lighthouse/CI regressions, reducing bundle size, or fixing high CLS/LCP/TTI metrics. | Skills | 97 0.94x Agent success vs baseline Impact 87% 0.94xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
automating-database-backups jeremylongshore/claude-code-plugins-plus-skills Automate database backup processes with scheduling, compression, and encryption. Supports PostgreSQL (pg_dump), MySQL (mysqldump), MongoDB (mongodump), and SQLite. Generates production-ready backup scripts with retention policies and restore procedures. Trigger: "automate database backups", "schedule backups", "create backup script", "disaster recovery". Use when working with automating database backups. Trigger with 'automating', 'database', 'backups'. | Skills | 97 1.25x Agent success vs baseline Impact 98% 1.25xAverage score across 12 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.4 |
senior-frontend alirezarezvani/claude-skills Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality. | Skills | 97 0.98x Agent success vs baseline Impact 86% 0.98xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
two-factor-authentication-best-practices better-auth/skills Configure TOTP authenticator apps, send OTP codes via email/SMS, manage backup codes, handle trusted devices, and implement 2FA sign-in flows using Better Auth's twoFactor plugin. Use when users need MFA, multi-factor authentication, authenticator setup, or login security with Better Auth. | Skills | 97 1.20x Agent success vs baseline Impact 98% 1.20xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
brand-guidelines getsentry/skills Write copy following Sentry brand guidelines. Use when writing UI text, error messages, empty states, onboarding flows, 404 pages, documentation, marketing copy, or any user-facing content. Covers both Plain Speech (default) and Sentry Voice tones. | Skills | 97 1.06x Agent success vs baseline Impact 98% 1.06xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
groq-incident-runbook jeremylongshore/claude-code-plugins-plus-skills Execute Groq incident response: triage, mitigation, fallback, and postmortem. Use when responding to Groq-related outages, investigating errors, or running post-incident reviews for Groq integration failures. Trigger with phrases like "groq incident", "groq outage", "groq down", "groq on-call", "groq emergency", "groq broken". | Skills | 97 3.13x Agent success vs baseline Impact 94% 3.13xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
Vue 3 patterns — Composition API, composables, reactivity, component design, Contains: vue-best-practices Vue 3 Composition API patterns that agents commonly get wrong: reactivity pitfalls, composable structure, Pinia setup stores, watch vs computed, storeToRefs, template refs, provide/inject, and accessibility. Use when building or reviewing Vue 3 apps. | Skills | 97 1.33x Agent success vs baseline Impact 99% 1.33xAverage score across 8 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.4 |
SQLite best practices for Node.js with better-sqlite3 — WAL mode, pragmas, foreign keys, STRICT tables, transactions, migrations, graceful shutdown, and query patterns Contains: sqlite-node-best-practices SQLite best practices for Node.js with better-sqlite3 — WAL mode, pragma configuration, foreign keys, transactions, migrations, STRICT tables, prepared statements, graceful shutdown, and performance patterns. Use when building or reviewing a Node.js app with SQLite, when you see better-sqlite3 imports, when setting up a new database, when debugging slow queries or SQLITE_BUSY errors, or when migrating from in-memory storage to SQLite. | Skills | 97 1.65x Agent success vs baseline Impact 96% 1.65xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
Integration tests for ASP.NET Core APIs — WebApplicationFactory, xUnit, ConfigureTestServices, FluentAssertions, database isolation Contains: aspnet-testing Integration tests for ASP.NET Core APIs using xUnit and WebApplicationFactory. Covers project setup, service replacement with ConfigureTestServices, database isolation, the 5 essential test patterns, authentication testing, and FluentAssertions. Use when a .NET API has no tests, when adding endpoints, or when a reviewer asks for test coverage. | Skills | 97 1.45x Agent success vs baseline Impact 99% 1.45xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
pantheon-ai/bdd-testing v0.2.0 Write and maintain Behavior-Driven Development tests with Gherkin and Cucumber. Use when defining acceptance scenarios, writing feature files, implementing step definitions, running Three Amigos sessions, or diagnosing BDD test quality issues. Keywords: bdd, gherkin, cucumber, given when then, feature files, step definitions, acceptance criteria, three amigos, example mapping. Contains: bdd-testing Write and maintain Behavior-Driven Development tests with Gherkin and Cucumber. Use when defining acceptance scenarios, writing feature files, implementing step definitions, running Three Amigos sessions, or diagnosing BDD test quality issues. Keywords: bdd, gherkin, cucumber, given when then, feature files, step definitions, acceptance criteria, three amigos, example mapping. | Skills | 97 1.04x Agent success vs baseline Impact 96% 1.04xAverage score across 8 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
pubnub/pubnub-chat v0.1.4 Build chat applications with PubNub Chat SDK Contains: pubnub-chat Build chat applications with PubNub Chat SDK | Skills | 97 1.14x Agent success vs baseline Impact 100% 1.14xAverage score across 20 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.1.4 |
managing-database-sharding jeremylongshore/claude-code-plugins-plus-skills Process use when you need to work with database sharding. This skill provides horizontal sharding strategies with comprehensive guidance and automation. Trigger with phrases like "implement sharding", "shard database", or "distribute data". | Skills | 97 1.01x Agent success vs baseline Impact 99% 1.01xAverage score across 12 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.5 |
instantly-incident-runbook jeremylongshore/claude-code-plugins-plus-skills Execute Instantly.ai incident response procedures with triage, mitigation, and recovery. Use when responding to campaign failures, account health crises, deliverability drops, or Instantly API outages. Trigger with phrases like "instantly incident", "instantly outage", "instantly campaign failed", "instantly emergency", "instantly runbook". | Skills | 97 1.57x Agent success vs baseline Impact 93% 1.57xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
diagnose mattpocock/skills Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 7014111 |
molt-fetch cockroachlabs/cockroachdb-skills Guide for using molt fetch to migrate data from PostgreSQL, MySQL, Oracle, or MSSQL to CockroachDB. Use when running molt fetch commands, configuring storage backends, handling fetch failures/resumption, or chaining fetch with verify. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 84bc1e4 |
make-pr-easy-to-review cursor/plugins Prepare PRs for review by cleaning noisy history, improving PR descriptions, and adding reviewer guidance without changing code behavior. Use for "make this easy to review", "tidy this PR", "clean up commits", or "annotate the diff". | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 7dd9fea |
Can't find what you're looking for? Evaluate a missing skill.