Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
exploitability-analyzer ArabelaTso/Skills-4-SE Analyze detected vulnerabilities to assess realistic exploitability by examining control flow, input sources, sanitization logic, and execution context. Use when users need to: (1) Determine if a vulnerability is actually exploitable in practice, (2) Assess severity and impact of security issues, (3) Prioritize vulnerability remediation, (4) Understand attack vectors and exploitation conditions, (5) Generate exploitability reports with proof-of-concept scenarios. Focuses on injection vulnerabilities (SQL, command, XSS, path traversal, LDAP) with detailed analysis of reachability, controllability, sanitization, and impact. | Skills | 91 1.32x Agent success vs baseline Impact 97% 1.32xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
bug-history-summarizer ArabelaTso/Skills-4-SE Summarizes the complete lifecycle of a bug across code versions, tracking its introduction, detection, fixing attempts, and regression history. Use when users need to: (1) Understand how a bug evolved over time, (2) Trace when and how a bug was introduced, (3) Analyze fix attempts and their effectiveness, (4) Identify regression patterns, (5) Generate bug lifecycle reports for documentation or post-mortems. Takes a repository, bug identifier, and version history as input. | Skills | 91 1.25x Agent success vs baseline Impact 97% 1.25xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
azure-communication-callautomation-java sickn33/antigravity-awesome-skills Build server-side call automation workflows including IVR systems, call routing, recording, and AI-powered interactions. | Skills | 91 1.16x Agent success vs baseline Impact 93% 1.16xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
agent-governance github/awesome-copilot Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen) | Skills | 91 1.31x Agent success vs baseline Impact 97% 1.31xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
self-improvement jdrhyne/agent-skills Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks. | Skills | 91 4.21x Agent success vs baseline Impact 97% 4.21xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
cloudflare-workers-observability secondsky/claude-skills Cloudflare Workers observability with logging, Analytics Engine, Tail Workers, metrics, and alerting. Use for monitoring, debugging, tracing, or encountering log parsing, metric aggregation, alert configuration errors. | Skills | 91 1.19x Agent success vs baseline Impact 97% 1.19xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
jbaruch/spring-boot-4 v0.3.0 Build Spring Boot 4.0 applications - project setup, REST controllers, dependency injection, configuration, actuator, and testing Contains: spring-boot-4 Build applications with Spring Boot 4.0 and Spring Framework 7.0. Use when creating REST APIs, configuring Spring Boot, adding actuator observability, writing tests, or setting up a new Spring Boot 4 project. | Skills | 91 1.79x Agent success vs baseline Impact 97% 1.79xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.3.0 |
Create structured journal entries with YAML frontmatter, template-based sections, and compliance validation. Use when user asks to 'create journal entry', 'new journal', 'document [topic]', 'journal about [topic]', or needs to create timestamped .md files in YYYY/MM/ directories. Supports four entry types: general journal entries, troubleshooting sessions, learning notes, and article summaries. Keywords: journal, documentation, troubleshooting, learning, article-summary, YAML frontmatter, template schemas, validation. Contains: journal-entry-creator Create structured journal entries with YAML frontmatter, template-based sections, and compliance validation. Use when user asks to 'create journal entry', 'new journal', 'document [topic]', 'journal about [topic]', or needs to create timestamped .md files in YYYY/MM/ directories. Supports four entry types: general journal entries, troubleshooting sessions, learning notes, and article summaries. Keywords: journal, documentation, troubleshooting, learning, article-summary, YAML frontmatter, template schemas, validation. | Skills | 91 3.17x Agent success vs baseline Impact 89% 3.17xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.4 |
security-review affaan-m/everything-claude-code Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns. | Skills | 91 1.07x Agent success vs baseline Impact 97% 1.07xAverage score across 9 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.3 |
packmind-create-package cteyton/packmind Guide for creating Packmind packages via the CLI. This skill should be used when users want to create a new package to organize standards, commands, and skills for distribution. | Skills | 91 2.61x Agent success vs baseline Impact 94% 2.61xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
security-review ysyecust/everything-claude-code Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns. | Skills | 91 1.07x Agent success vs baseline Impact 97% 1.07xAverage score across 9 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.3 |
terraform-style-guide hashicorp/agent-skills Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations. | Skills | 91 1.40x Agent success vs baseline Impact 93% 1.40xAverage score across 10 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
Fastify best practices skill Contains: fastify-best-practices Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debugging a Fastify application — including defining routes, implementing plugins, setting up JSON Schema validation, handling errors, optimising performance, managing authentication, configuring CORS and security headers, integrating databases, working with WebSockets, and deploying to production. Covers the full Fastify request lifecycle (hooks, serialization, logging with Pino) and TypeScript integration via strip types. Trigger terms: Fastify, Node.js server, REST API, API routes, backend framework, fastify.config, server.ts, app.ts. | Skills | 91 1.37x Agent success vs baseline Impact 85% 1.37xAverage score across 4 eval scenarios Securityby Passed No known issues Reviewed: Version: 1.0.0 |
react-component-performance dimillian/skills Analyze and optimize React component performance issues (slow renders, re-render thrash, laggy lists, expensive computations). Use when asked to profile or improve a React component, reduce re-renders, or speed up UI updates in React apps. | Skills | 91 1.11x Agent success vs baseline Impact 100% 1.11xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
descope-auth descope/skills Integrate Descope authentication into applications. Use when implementing login, signup, passwordless auth (OTP, Magic Link, Passkeys), OAuth, SSO, or MFA. Detects framework and provides targeted guidance. | Skills | 91 1.00x No change in agent success vs baseline Impact 100% 1.00xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
viv-commit-and-pr vivekcse86/Awesome_Vscode_Skills_Agents Guides developers through standardized pull request creation workflow: auto-detects JIRA issue key(s) from the branch name, commits any uncommitted changes with the issue key(s) in the message, generates a descriptive PR title and body from the diff, and creates the pull request to a chosen target branch. Supports one or multiple JIRA keys (e.g. MBL-1327, POS-1123) and two modes — streamlined (auto-creates PR, default) and review (shows draft before creating). USE FOR: create PR, open pull request, make PR, submit PR, raise PR, create pull request, standardize PR workflow, PR with JIRA, commit and PR, push and create PR, create PR detailed, create PR full, create PR with review. DO NOT USE FOR: general git operations, branch creation, hotfix procedures unrelated to PR creation. | Skills | 91 1.74x Agent success vs baseline Impact 96% 1.74xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
ads-meta AgriciDaniel/claude-ads Meta Ads deep analysis covering Facebook and Instagram advertising. Evaluates 50 checks across Pixel/CAPI health, creative diversity and fatigue, account structure, and audience targeting. Includes Advantage+ assessment. Use when user says Meta Ads, Facebook Ads, Instagram Ads, Advantage+, or Meta campaign. | Skills | 91 1.33x Agent success vs baseline Impact 100% 1.33xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
brave-search Dicklesworthstone/pi_agent_rust Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required. | Skills | 91 2.23x Agent success vs baseline Impact 96% 2.23xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
yahoo-finance NeverSight/skills_feed Financial data from Yahoo Finance: stock/bond prices, credit analysis, macro dashboard, FX rates, ETF flows, fundamentals, and news. Use when the user asks about stock prices, bond yields, credit metrics, leverage ratios, debt/ebitda, interest coverage, macro indicators (VIX, DXY, treasury yields, oil, gold, BTC), LatAm FX (ARS, BRL, CLP, MXN, COP), ETF holdings, income statements, balance sheets, cash flow, financial news, options chains, dividend history, or analyst ratings/upgrades. Commands: yf price, yf quote, yf compare, yf credit, yf macro, yf fx, yf flows, yf history, yf fundamentals, yf news, yf search, yf options, yf dividends, yf ratings. | Skills | 91 3.28x Agent success vs baseline Impact 92% 3.28xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
postmark-inbound ActiveCampaign/postmark-skills Use when processing incoming emails with Postmark inbound webhooks — building reply-by-email, email-to-ticket, document extraction, or any workflow that receives and parses email. | Skills | 91 1.71x Agent success vs baseline Impact 96% 1.71xAverage 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.