Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
evaluating-machine-learning-models jeremylongshore/claude-code-plugins-plus-skills Build this skill allows AI assistant to evaluate machine learning models using a comprehensive suite of metrics. it should be used when the user requests model performance analysis, validation, or testing. AI assistant can use this skill to assess model accuracy, p... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose. | Skills | 92 1.04x Agent success vs baseline Impact 99% 1.04xAverage score across 12 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.5 |
websocket-engineer jeffallan/claude-skills Use when building real-time communication systems with WebSockets or Socket.IO. Invoke for bidirectional messaging, horizontal scaling with Redis, presence tracking, room management. | Skills | 92 1.16x Agent success vs baseline Impact 91% 1.16xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
monitoring-expert jeffallan/claude-skills Configures monitoring systems, implements structured logging pipelines, creates Prometheus/Grafana dashboards, defines alerting rules, and instruments distributed tracing. Implements Prometheus/Grafana stacks, conducts load testing, performs application profiling, and plans infrastructure capacity. Use when setting up application monitoring, adding observability to services, debugging production issues with logs/metrics/traces, running load tests with k6 or Artillery, profiling CPU/memory bottlenecks, or forecasting capacity needs. | Skills | 92 1.17x Agent success vs baseline Impact 95% 1.17xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
api-designer jeffallan/claude-skills Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards. | Skills | 92 1.00x No change in agent success vs baseline Impact 98% 1.00xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
tessleng/ui v0.5.3 Implement frontend designs from figma using Chakra UI v3 and Storybook Contains: building-composite-components Implement frontend designs from Figma using Chakra UI v3 and Storybook. Use when implementing UI from Figma files, when user mentions "implement design", "generate code", "implement component", "build Figma design", provides Figma URLs, or asks to build components matching Figma specs. Requires Figma MCP server connection. building-low-level-components Build generic, reusable low-level UI components that extend or complement Chakra UI v3, including form field components. Use when building primitives not tied to a specific page — custom inputs, display elements, layout helpers, form fields, or interactive widgets that Chakra doesn't provide out of the box. Use when user mentions "build a component", "create a reusable component", "extend Chakra", "low-level component", "UI primitive", "form component", "form field", "custom input", or asks to build something generic that could be used anywhere. Requires Figma MCP server connection if building from a design. building-page-components Build page-level components that assemble composite and low-level components, handle data loading and mutations, and define page layout. Use when building a new page or route, wiring up data fetching, connecting mutations, or laying out a full page view. Use when user mentions "build a page", "create a route", "page component", "page layout", "wire up data loading", or asks to assemble existing components into a full page. Requires Figma MCP server connection if building from a design. plan-components Break down a Figma page design into a structured component plan — identify reusable existing components, classify new ones into tiers, map the component hierarchy, and suggest an implementation order. Use when the user provides a Figma URL and asks to "plan components", "break down the design", "what components do we need", "component audit", or wants to understand the component hierarchy before implementation. Requires Figma Desktop MCP server connection. | Skills | 92 1.64x Agent success vs baseline Impact 92% 1.64xAverage score across 6 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.5.3 |
pubnub/pubnub-scale v0.1.4 Scale PubNub applications for high-volume real-time events Contains: pubnub-scale Scale PubNub applications for high-volume real-time events | Skills | 92 1.45x Agent success vs baseline Impact 96% 1.45xAverage score across 15 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.1.4 |
agent-skill-creator ravnhq/ai-toolkit Guide for creating effective, portable skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations. Use when: (1) Creating a new skill from scratch, (2) Updating or improving an existing skill, (3) Structuring skill content for progressive disclosure, (4) Writing skill descriptions and triggers, (5) Packaging a skill for distribution. Triggers on: "create a skill", "build a skill", "new skill", "update this skill", "improve skill description", "skill structure", "skill triggers". | Skills | — |
agent-browser brianlovin/claude-config Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. | Skills | 92 1.70x Agent success vs baseline Impact 94% 1.70xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
ideogram-incident-runbook jeremylongshore/claude-code-plugins-plus-skills Execute Ideogram incident response with triage, mitigation, and postmortem. Use when responding to Ideogram-related outages, investigating errors, or running post-incident reviews for Ideogram integration failures. Trigger with phrases like "ideogram incident", "ideogram outage", "ideogram down", "ideogram on-call", "ideogram emergency", "ideogram broken". | Skills | 92 1.66x Agent success vs baseline Impact 98% 1.66xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.2 |
push-notification-setup secondsky/claude-skills Implements push notifications across iOS, Android, and web using Firebase Cloud Messaging and native services. Use when adding notification capabilities, handling background messages, or setting up notification channels. | Skills | 92 1.15x Agent success vs baseline Impact 98% 1.15xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
cve-watchlist-action-recommendation-generator ArabelaTso/Skills-4-SE Generate prioritized CVE watchlists and actionable security recommendations for repositories. Use when analyzing CVE scan results, creating security reports, prioritizing vulnerability remediation, or generating security gate reports for CI/CD. Takes CVE scan results (JSON/SARIF from npm audit, pip-audit, Snyk), reachability analysis, and cutoff date as input. Combines severity, reachability, exploitability, and dependency criticality to rank CVEs by practical risk. Outputs markdown reports with concrete next-step guidance (immediate upgrade, monitor, ignore with justification, apply mitigation) suitable for issue trackers, security reviews, and CI security gates. | Skills | 92 1.38x Agent success vs baseline Impact 86% 1.38xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
bisect-aware-instrumentation ArabelaTso/Skills-4-SE Instrument code to support efficient git bisect by producing deterministic pass/fail signals and concise runtime summaries for each tested commit. Use when debugging regressions with git bisect, automating bisect workflows, creating bisect test scripts, handling flaky tests during bisection, or needing clear exit codes and logging for automated bisect runs. Helps identify the exact commit that introduced a bug through automated testing. | Skills | 92 1.30x Agent success vs baseline Impact 86% 1.30xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
requesthunt resciencelab/opc-skills Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, GitHub, YouTube, LinkedIn, and Amazon. Use when user wants to do demand research, find feature requests, analyze user demand, or run RequestHunt queries. | Skills | 92 3.90x Agent success vs baseline Impact 82% 3.90xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
deploying-monitoring-stacks jeremylongshore/claude-code-plugins-plus-skills Monitor use when deploying monitoring stacks including Prometheus, Grafana, and Datadog. Trigger with phrases like "deploy monitoring stack", "setup prometheus", "configure grafana", or "install datadog agent". Generates production-ready configurations with metric collection, visualization dashboards, and alerting rules. | Skills | 92 1.11x Agent success vs baseline Impact 94% 1.11xAverage score across 12 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.4 |
Use when work needs to be handed off to another agent or another human. Produce a continuation-ready brief with the objective, completed work, assumptions, unresolved issues, and next action instead of a generic summary. Good triggers include "prepare a handoff", "make this resumable", and "summarize this for another agent". Contains: compact-handoff Use when work needs to be handed off to another agent or another human. Produce a continuation-ready brief with the objective, completed work, assumptions, unresolved issues, and next action instead of a generic summary. Good triggers include "prepare a handoff", "make this resumable", and "summarize this for another agent". | Skills | 92 1.41x Agent success vs baseline Impact 89% 1.41xAverage score across 8 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.1 |
tailwind-patterns NeverSight/skills_feed Quick reference for Tailwind CSS utility patterns, responsive design, and configuration. Triggers on: tailwind, utility classes, responsive design, tailwind config, dark mode css, tw classes. | Skills | 92 1.56x Agent success vs baseline Impact 89% 1.56xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
golang-observability samber/cc-skills-golang Golang everyday observability — the always-on signals in production. Covers structured logging with slog, Prometheus metrics, OpenTelemetry distributed tracing, continuous profiling with pprof/Pyroscope, server-side RUM event tracking, alerting, and Grafana dashboards. Apply when instrumenting Go services for production monitoring, setting up metrics or alerting, adding OpenTelemetry tracing, correlating logs with traces, migrating legacy loggers (zap/logrus/zerolog) to slog, adding observability to new features, or implementing GDPR/CCPA-compliant tracking with Customer Data Platforms (CDP). Not for temporary deep-dive performance investigation (→ See golang-benchmark and golang-performance skills). | Skills | 92 1.45x Agent success vs baseline Impact 93% 1.45xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
azure-ai-formrecognizer-java boisenoise/skills-collections Build document analysis applications using the Azure AI Document Intelligence SDK for Java. | Skills | 92 1.21x Agent success vs baseline Impact 97% 1.21xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
code-comment-generator ArabelaTso/Skills-4-SE Generates meaningful comments and documentation for code to improve maintenance and readability. Use when adding documentation to Python or Java code, including function/method docstrings, class documentation, inline explanations for complex logic, and code annotations (TODO, FIXME). Analyzes existing comment style in the codebase to match conventions. Produces clear, concise comments that explain the "why" not just the "what", following best practices for each language. | Skills | 92 1.23x Agent success vs baseline Impact 89% 1.23xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
azure-ai-formrecognizer-java sickn33/antigravity-awesome-skills Build document analysis applications using the Azure AI Document Intelligence SDK for Java. | Skills | 92 1.21x Agent success vs baseline Impact 97% 1.21xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
Can't find what you're looking for? Evaluate a missing skill.