Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
customerio-load-scale jeremylongshore/claude-code-plugins-plus-skills Implement Customer.io load testing and horizontal scaling. Use when preparing for high traffic, running load tests, or designing queue-based architectures for scale. Trigger: "customer.io load test", "customer.io scale", "customer.io high volume", "customer.io k6", "customer.io performance test". | Skills | 90 2.59x Agent success vs baseline Impact 96% 2.59xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
clerk-security-basics jeremylongshore/claude-code-plugins-plus-skills Implement security best practices with Clerk authentication. Use when securing your application, reviewing auth implementation, or hardening Clerk configuration. Trigger with phrases like "clerk security", "secure clerk", "clerk best practices", "clerk hardening". | Skills | 90 1.16x Agent success vs baseline Impact 100% 1.16xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
performance-benchmarks FritzAndFriends/BlazorWebFormsComponents Run and re-run .NET Framework vs .NET 10 performance benchmarks, diagnose failures, generate reports with SVG charts | Skills | 90 2.09x Agent success vs baseline Impact 92% 2.09xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
youtube-transcript intellectronica/agent-skills Extract transcripts from YouTube videos. Use when the user asks for a transcript, subtitles, or captions of a YouTube video and provides a YouTube URL (youtube.com/watch?v=, youtu.be/, or similar). Supports output with or without timestamps. | Skills | 90 2.13x Agent success vs baseline Impact 96% 2.13xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
raindrop-api intellectronica/agent-skills This skill provides comprehensive instructions for interacting with the Raindrop.io bookmarks service via its REST API using curl and jq. It covers authentication, CRUD operations for collections, raindrops (bookmarks), tags, highlights, filters, import/export, and backups. Use this skill whenever the user asks to work with their bookmarks from Raindrop.io, including reading, creating, updating, deleting, searching, or organising bookmarks and collections. | Skills | 90 1.28x Agent success vs baseline Impact 100% 1.28xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
create-auth-skill better-auth/skills Scaffold and implement authentication in TypeScript/JavaScript apps using Better Auth. Detect frameworks, configure database adapters, set up route handlers, add OAuth providers, and create auth UI pages. Use when users want to add login, sign-up, or authentication to a new or existing project with Better Auth. | Skills | 90 1.23x Agent success vs baseline Impact 100% 1.23xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
woocommerce-code-review secondsky/claude-skills Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality in WooCommerce projects. | Skills | 90 3.68x Agent success vs baseline Impact 92% 3.68xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
access-control-rbac secondsky/claude-skills Role-based access control (RBAC) with permissions and policies. Use for admin dashboards, enterprise access, multi-tenant apps, fine-grained authorization, or encountering permission hierarchies, role inheritance, policy conflicts. | Skills | 90 1.53x Agent success vs baseline Impact 92% 1.53xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
performance-benchmarker OpenRoster-ai/awesome-agents Runs load tests, profiles application bottlenecks, analyzes response time metrics, and generates performance optimization recommendations. Use when you need to benchmark a system, run load or stress tests, measure latency or throughput, identify performance bottlenecks, optimize Core Web Vitals (LCP, FID, CLS), plan capacity, enforce performance budgets in CI/CD pipelines, or investigate slow API response times, database query performance, or frontend rendering delays. | Skills | 90 1.08x Agent success vs baseline Impact 92% 1.08xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
sympy K-Dense-AI/claude-scientific-skills Use this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and parameters. | Skills | 90 1.04x Agent success vs baseline Impact 84% 1.04xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
mermaid-tools fernandezbaptiste/claude-code-skills Extracts Mermaid diagrams from markdown files and generates high-quality PNG images using bundled scripts. Activates when working with Mermaid diagrams, converting diagrams to PNG, extracting diagrams from markdown, or processing markdown files with embedded Mermaid code. | Skills | 90 5.64x Agent success vs baseline Impact 96% 5.64xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
Secure AI agent APIs with Spring Security 7 - RBAC, method security, OAuth2, and per-user agent access control Contains: spring-security-ai Secure Spring AI agent endpoints with Spring Security 7. Use when implementing RBAC for AI agents, per-user tool access, OAuth2 authentication, method-level security on tool methods, or securing ChatClient endpoints. | Skills | 90 1.24x Agent success vs baseline Impact 92% 1.24xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
managing-database-sharding jeremylongshore/claude-code-plugins-plus-skills This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implementing consistent hashing, automatic rebalancing, and cross-shard query coordination. Use this skill when the user mentions "database sharding", "sharding implementation", "scale database", or "horizontal partitioning". The plugin helps design and implement sharding for high-scale applications. | Skills | 90 1.00x No change in agent success vs baseline Impact 98% 1.00xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
implementing-database-audit-logging jeremylongshore/claude-code-plugins-plus-skills This skill helps implement database audit logging for tracking changes and ensuring compliance. It is triggered when the user requests to "implement database audit logging", "add audit trails", "track database changes", or mentions "audit_log" in relation to a database. The skill provides options for trigger-based auditing, application-level logging, Change Data Capture (CDC), and parsing database logs. It generates a basic audit table schema and guides the user through selecting the appropriate auditing strategy. | Skills | 90 1.03x Agent success vs baseline Impact 98% 1.03xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
TypeScript project structure, strict tsconfig, module resolution, path aliases, shared types, and monorepo patterns Contains: typescript-project-structure TypeScript project structure, tsconfig configuration, and build setup. Use when starting any TypeScript project, setting up tsconfig.json, configuring path aliases, separating src from config, setting up ESM modules, creating build/dev scripts, or when seeing "cannot find module" errors. Triggers on: new TypeScript project, tsconfig setup, module resolution issues, path alias configuration, project scaffolding, "strict mode", barrel exports, type-only imports, monorepo setup, or build configuration. | Skills | 90 1.09x Agent success vs baseline Impact 100% 1.09xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
Go project structure -- cmd/internal layout, handler/service/repository layers, Makefile, config from environment, domain error types, test placement, dependency injection Contains: go-project-structure Go project structure for web APIs and microservices -- cmd/internal/pkg layout, handler/service/repository layers, Makefile with standard targets, go.mod management, configuration from environment, proper test file placement, dependency injection, and domain error types. Use when starting a new Go web service, restructuring a Go project, or when code is in one main.go. Triggers on: new Go microservice, Go API project setup, "set up a Go project", monolithic main.go, missing internal/ package, Go project scaffolding, handler separation, Go configuration management. | Skills | 90 1.02x Agent success vs baseline Impact 100% 1.02xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
Proactive error handling for React and vanilla JS frontends — every data-fetching component gets loading, error, and empty states, error boundaries, fetch error handling, form validation, optimistic rollback Contains: frontend-error-handling Proactive error handling for React and vanilla JS frontends. Every component that fetches or displays data MUST have loading, error, and empty states. Every React app needs error boundaries. Every fetch needs network + HTTP + parse error handling. Apply these patterns automatically whenever building frontend components — even when the user does not ask for error handling. | Skills | 90 1.38x Agent success vs baseline Impact 100% 1.38xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.1 |
marketplace-manager jeremylongshore/claude-code-plugins-plus-skills Automatically manages marketplace catalog updates, syncs marketplace.json, and handles plugin distribution when user mentions marketplace update, sync catalog, or add to marketplace. Specific to claude-code-plugins two-catalog system. | Skills | 90 1.57x Agent success vs baseline Impact 93% 1.57xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
marketplace-manager jeremylongshore/claude-code-plugins-plus-skills Automatically manages marketplace catalog updates, syncs marketplace.json, and handles plugin distribution when user mentions marketplace update, sync catalog, or add to marketplace. Specific to claude-code-plugins two-catalog system. | Skills | 90 1.57x Agent success vs baseline Impact 93% 1.57xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
neurokit2 K-Dense-AI/claude-scientific-skills Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration. | Skills | 90 1.79x Agent success vs baseline Impact 99% 1.79xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
Can't find what you're looking for? Evaluate a missing skill.