Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
analyzing-network-latency jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to analyze network latency and optimize request patterns within an application. It helps identify bottlenecks and suggest improvements for faster and more efficient network communication. Use this skill when the user asks to "analyze network latency", "optimize request patterns", or when facing performance issues related to network requests. It focuses on identifying serial requests that can be parallelized, opportunities for request batching, connection pooling improvements, timeout configuration adjustments, and DNS resolution enhancements. The skill provides concrete suggestions for reducing latency and improving overall network performance. | Skills | 88 1.09x Agent success vs baseline Impact 96% 1.09xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
generating-conventional-commits jeremylongshore/claude-code-plugins-plus-skills Generates conventional commit messages using AI. It analyzes code changes and suggests a commit message adhering to the conventional commits specification. Use this skill when you need help writing clear, standardized commit messages, especially after making code changes and preparing to commit. Trigger with terms like "create commit", "generate commit message", or "write commit". | Skills | 88 1.00x No change in agent success vs baseline Impact 95% 1.00xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
generating-infrastructure-as-code jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC configurations for cloud infrastructure, specifying the platform (e.g., Terraform, CloudFormation) and cloud provider (e.g., AWS, Azure, GCP), or when the user needs help automating infrastructure deployment. Trigger terms include: "generate IaC", "create Terraform", "CloudFormation template", "Pulumi program", "infrastructure code". | Skills | 88 0.98x Agent success vs baseline Impact 95% 0.98xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
analyzing-text-with-nlp jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to perform natural language processing and text analysis using the nlp-text-analyzer plugin. It should be used when the user requests analysis of text, including sentiment analysis, keyword extraction, topic modeling, or other NLP tasks. The skill is triggered by requests involving "analyze text", "sentiment analysis", "keyword extraction", "topic modeling", or similar phrases related to text processing. It leverages AI/ML techniques to understand and extract insights from textual data. | Skills | 88 1.05x Agent success vs baseline Impact 97% 1.05xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
Every backend service MUST use structured logging — pino/structlog/slog, JSON format, request IDs, proper log levels. console.log is never acceptable. Contains: structured-logging Every production backend service MUST use structured logging from day one. console.log and print are never acceptable — use pino (Node.js), structlog (Python), or slog (Go). Always output JSON, assign request IDs, use proper log levels, and never log sensitive data. Apply this whenever creating or modifying any backend service, API, or background worker. | Skills | 88 3.03x Agent success vs baseline Impact 97% 3.03xAverage score across 4 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.3.0 |
Security defaults that belong in every Spring Boot application from day one. Contains: springboot-security-basics Security defaults that belong in every Spring Boot application from day one. SecurityFilterChain, CORS, CSRF handling, BCrypt passwords, rate limiting, security headers, method-level security, and input validation. Apply these whenever you create or modify any Spring Boot app -- do not wait for a security review or explicit request. | Skills | 88 1.79x Agent success vs baseline Impact 97% 1.79xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
version-bumper jeremylongshore/claude-code-plugins-plus-skills Automatically handles semantic version updates across plugin.json and marketplace catalog when user mentions version bump, update version, or release. Ensures version consistency in claude-code-plugins repository. | Skills | 88 1.10x Agent success vs baseline Impact 91% 1.10xAverage score across 15 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
xlsx benchflow-ai/skillsbench Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas | Skills | 88 1.36x Agent success vs baseline Impact 82% 1.36xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
design-an-interface mattpocock/skills Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice". | Skills | 88 1.36x Agent success vs baseline Impact 98% 1.36xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
clear-cove-task-design Jamie-BitFlight/claude_skills Use when orchestration or planning agents are producing task plans, task prompts, or TASK.md instructions that must be unambiguous, verifiable, and resistant to hallucination. Applies CLEAR (Concise, Logical, Explicit, Adaptive, Reflective) to structure and write agent task files, then adds CoVe (Chain of Verification) checks where accuracy risk is meaningful. Activates on draft task prompts, swarm plans, migration tasks, and multi-step plans requiring independently executable steps. | Skills | 88 1.58x Agent success vs baseline Impact 98% 1.58xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
o11y-logging joelhooks/joelclaw Implement and verify joelclaw observability on every change so failures cannot stay silent. Use when adding/updating Inngest functions, gateway channels, webhook providers, APIs, workers, or any pipeline step. Enforces canonical OTEL contract, storage path, and verification gates. Triggers on: 'o11y', 'observability', 'logging', 'otel', 'instrument this', 'silent failure', 'add telemetry', 'log this function'. | Skills | 88 2.80x Agent success vs baseline Impact 98% 2.80xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
cli-design joelhooks/joelclaw Design and build agent-first CLIs with HATEOAS JSON responses, context-protecting output, and self-documenting command trees. Use when creating new CLI tools, adding commands to existing CLIs (joelclaw, slog), or reviewing CLI design for agent-friendliness. Triggers on 'build a CLI', 'add a command', 'CLI design', 'agent-friendly output', or any task involving command-line tool creation. | Skills | 88 1.64x Agent success vs baseline Impact 94% 1.64xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
dancon-input-validation danielyan-consulting/skills Scan a codebase to find every instance of missing or inadequate input validation for data from external or untrusted sources, then propose context-appropriate fixes using whitelisting, regex, type coercion, size/range checks, encoding, etc. Use whenever the user asks to audit, review, or harden input validation in any codebase regardless of language. Trigger on: "check my inputs", "find injection risks", "validate user input", "security audit inputs", "input sanitisation review", "taint analysis", "harden my API inputs", "check for missing validation", "is my app safe from injection?". Platform- and language-independent. | Skills | 88 1.15x Agent success vs baseline Impact 90% 1.15xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
release max-sixty/worktrunk Worktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub. | Skills | 88 1.46x Agent success vs baseline Impact 98% 1.46xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.2 |
juicebox-upgrade-migration jeremylongshore/claude-code-plugins-plus-skills Plan Juicebox SDK upgrades. Trigger: "upgrade juicebox", "juicebox migration". | Skills | 88 2.14x Agent success vs baseline Impact 90% 2.14xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
granola-incident-runbook jeremylongshore/claude-code-plugins-plus-skills Incident response procedures for Granola meeting capture failures and outages. Use when meetings aren't recording, transcription fails mid-meeting, integrations stop syncing, or the Granola service is down. Trigger: "granola incident", "granola outage", "granola down", "granola not recording", "granola emergency". | Skills | 88 1.63x Agent success vs baseline Impact 90% 1.63xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
verification-before-completion secondsky/claude-skills Run verification commands and confirm output before claiming success. Use when about to claim work is complete, fixed, or passing, before committing or creating PRs. | Skills | 88 1.00x No change in agent success vs baseline Impact 98% 1.00xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
github-actions-templates Dicklesworthstone/pi_agent_rust Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates. | Skills | 88 1.13x Agent success vs baseline Impact 98% 1.13xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
playwright-cli Dicklesworthstone/pi_agent_rust Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages. | Skills | 88 22.50x Agent success vs baseline Impact 90% 22.50xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
doc-scanner NeverSight/skills_feed Scans for project documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, COPILOT.md, CURSOR.md, WARP.md, and 15+ other formats) and synthesizes guidance. Auto-activates when user asks to review, understand, or explore a codebase, when starting work in a new project, when asking about conventions or agents, or when documentation context would help. Can consolidate multiple platform docs into unified AGENTS.md. | Skills | 88 2.00x Agent success vs baseline Impact 98% 2.00xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
Can't find what you're looking for? Evaluate a missing skill.