Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
rust-best-practices apollographql/skills Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership patterns, (4) implementing error handling with Result types, (5) optimizing Rust code for performance, (6) writing tests or documentation for Rust projects. | Skills | 93 1.16x Agent success vs baseline Impact 98% 1.16xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
gitlab-skill Jamie-BitFlight/claude_skills GitLab CI/CD pipeline configuration and GLFM documentation expertise. Use when modifying .gitlab-ci.yml, optimizing pipelines, testing with gitlab-ci-local, writing GitLab README/Wiki content, configuring Docker-in-Docker workflows, or implementing CI Steps composition. | Skills | 93 1.23x Agent success vs baseline Impact 94% 1.23xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
exa-deploy-integration jeremylongshore/claude-code-plugins-plus-skills Deploy Exa integrations to Vercel, Docker, and Cloud Run platforms. Use when deploying Exa-powered applications to production, configuring platform-specific secrets, or building search API endpoints. Trigger with phrases like "deploy exa", "exa Vercel", "exa production deploy", "exa Cloud Run", "exa Docker". | Skills | 93 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 |
prd-to-issues mattpocock/skills Break a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a PRD to issues, create implementation tickets, or break down a PRD into work items. | Skills | 93 1.36x Agent success vs baseline Impact 94% 1.36xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
bond saadshahd/moo.md Assesses team fitness and composes agent teams. Use when "set up a team", "team for this", "should I use agents", "design a team", "how many agents", "agent team". | Skills | 93 1.74x Agent success vs baseline Impact 94% 1.74xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
app-store-deployment secondsky/claude-skills Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines. | Skills | 93 1.44x Agent success vs baseline Impact 98% 1.44xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
digital-marketing-strategist davidkogit/public-skills Develops growth marketing plans, funnel optimizations, and AI integration roadmaps. Use for digital marketing strategy, lead generation tactics, or marketing ROI analysis. Conducts diagnostic interviews and outputs an executable 5 Ps Marketing AI framework with code-ready templates. | Skills | 93 2.00x Agent success vs baseline Impact 90% 2.00xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.3 |
deprecated-api-updater ArabelaTso/Skills-4-SE Identify and replace deprecated API usage in source code with modern alternatives. Use when: (1) Modernizing legacy codebases, (2) Upgrading framework versions (React, Django, Spring, etc.), (3) Fixing deprecation warnings in build output, (4) Preparing for major version upgrades, (5) Ensuring code uses current best practices. Supports Python, JavaScript/TypeScript, Java, and other major languages with both AST-based detection and pattern matching for accurate identification and automated replacement with validation. | Skills | 93 1.60x Agent success vs baseline Impact 90% 1.60xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
environment-setup-assistant ArabelaTso/Skills-4-SE Generate setup scripts and instructions for development environments across platforms. Use when: (1) Setting up new development machines (Python, Node.js, Docker, databases), (2) Creating automated setup scripts for team onboarding, (3) Need cross-platform setup instructions (macOS, Linux, Windows), (4) Installing development tools and dependencies, (5) Configuring version managers and package managers. Provides executable setup scripts, platform-specific guides, and tool installation instructions. | Skills | 93 1.15x Agent success vs baseline Impact 90% 1.15xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
documenso-install-auth jeremylongshore/claude-code-plugins-plus-skills Install and configure Documenso SDK/API authentication. Use when setting up a new Documenso integration, configuring API keys, or initializing Documenso in your project. Trigger with phrases like "install documenso", "setup documenso", "documenso auth", "configure documenso API key". | Skills | 93 1.21x Agent success vs baseline Impact 90% 1.21xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
information-security-manager-iso27001 alirezarezvani/claude-skills ISO 27001 ISMS implementation and cybersecurity governance for HealthTech and MedTech companies. Use for ISMS design, security risk assessment, control implementation, ISO 27001 certification, security audits, incident response, and compliance verification. Covers ISO 27001, ISO 27002, healthcare security, and medical device cybersecurity. | Skills | 93 1.83x Agent success vs baseline Impact 90% 1.83xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
Security defaults that belong in every FastAPI application from day one. Contains: fastapi-security-basics Security defaults that belong in every FastAPI application from day one. CORS, rate limiting, security headers, trusted hosts, input validation, HTTPS redirect, and request size limits. Apply these whenever you create or modify any FastAPI app -- do not wait for a security review or explicit request. If you are writing app = FastAPI(), you must also add these. | Skills | 93 6.99x Agent success vs baseline Impact 98% 6.99xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
Web accessibility from the start — always apply semantic HTML, form labels, ARIA attributes, keyboard navigation, live regions, alt text, and heading hierarchy when building any UI component Contains: web-accessibility-essentials Every UI component must be accessible from the start — not as an afterthought. Apply ARIA landmarks, form labels, keyboard navigation, focus management, live regions, semantic HTML, heading hierarchy, alt text, and color contrast whenever you build or modify any HTML, React component, Vue component, Svelte component, Angular template, or frontend UI. This applies to ALL frontend work — even when the user does not mention accessibility. | Skills | 93 1.24x Agent success vs baseline Impact 98% 1.24xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.2 |
building-terraform-modules jeremylongshore/claude-code-plugins-plus-skills This skill empowers Claude to build reusable Terraform modules based on user specifications. It leverages the terraform-module-builder plugin to generate production-ready, well-documented Terraform module code, incorporating best practices for security, scalability, and multi-platform support. Use this skill when the user requests to create a new Terraform module, generate Terraform configuration, or needs help structuring infrastructure as code using Terraform. The trigger terms include "create Terraform module," "generate Terraform configuration," "Terraform module code," and "infrastructure as code." | Skills | 93 1.00x No change in agent success vs baseline Impact 97% 1.00xAverage score across 12 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
Complete Nx plugin development toolkit: create custom generators, executors, and extend Nx workspaces with reusable automation Contains: nx-plugin-authoring Create Nx plugins with custom generators and executors for TypeScript monorepos. Covers plugin scaffolding, Tree API usage, schema-driven options, ExecutorContext API, template generation, project-graph-safe updates, cache-aware outputs, and testable workflows. Use when creating Nx plugins, building custom generators, implementing executors, enforcing conventions, or extending Nx workspace automation. | Skills | 93 1.00x No change in agent success vs baseline Impact 92% 1.00xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
Write professional, persuasive complaint letters to US airlines emphasizing loyalty status, DOT regulations, and airline commitments. Contains: frequent-flyer-advocate Write professional, persuasive complaint letters to US airlines on behalf of passengers. Emphasizes loyalty status, DOT regulations, and the airline's own published commitments. Use when: user wants to complain to an airline, request compensation, write a complaint letter, dispute an airline's response, escalate an airline issue, file a DOT complaint, or mentions a bad flight experience they want to act on. Also trigger when user describes: flight delay, cancellation, lost baggage, damaged baggage, denied boarding, downgrade, poor service, broken amenities, tarmac delay, missed connection, or any airline service failure they want addressed. | SkillsRules | 93 1.38x Agent success vs baseline Impact 93% 1.38xAverage score across 10 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.9.6 |
Build real-time multiplayer games with PubNub game state sync Contains: pubnub-multiplayer-gaming Build real-time multiplayer games with PubNub game state sync | Skills | 93 1.20x Agent success vs baseline Impact 96% 1.20xAverage score across 15 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.1.4 |
golang-naming samber/cc-skills-golang Go (Golang) naming conventions — covers packages, constructors, structs, interfaces, constants, enums, errors, booleans, receivers, getters/setters, functional options, acronyms, test functions, and subtest names. Use this skill when writing new Go code, reviewing or refactoring, choosing between naming alternatives (New vs NewTypeName, isConnected vs connected, ErrNotFound vs NotFoundError, StatusReady vs StatusUnknown at iota 0), debating Go package names (utils/helpers anti-patterns), or asking about Go naming best practices. Also trigger when the user mentions MixedCaps vs snake_case, ALL_CAPS constants, Get-prefix on getters, or error string casing. Do NOT use for general Go implementation questions that don't involve naming decisions. | Skills | 93 1.22x Agent success vs baseline Impact 97% 1.22xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
agents-md sickn33/antigravity-awesome-skills This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Enforces research-backed best practices for minimal, high-signal agent documentation. | Skills | 93 1.29x Agent success vs baseline Impact 93% 1.29xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
optimizing-staking-rewards jeremylongshore/claude-code-plugins-plus-skills Compare and optimize staking rewards across validators, protocols, and blockchains with risk assessment. Use when analyzing staking opportunities, comparing validators, calculating staking rewards, or optimizing PoS yields. Trigger with phrases like "optimize staking", "compare staking", "best staking APY", "liquid staking", "validator comparison", "staking rewards", or "ETH staking options". | Skills | 93 2.90x Agent success vs baseline Impact 93% 2.90xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.2 |
Can't find what you're looking for? Evaluate a missing skill.