Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
agent-development jezweb/claude-skills Design and build custom Claude Code agents with effective descriptions, tool access patterns, and self-documenting prompts. Covers Task tool delegation, model selection, memory limits, and declarative instruction design. Use when: creating custom agents, designing agent descriptions for auto-delegation, troubleshooting agent memory issues, or building agent pipelines. | Skills | 96 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: fa91c34 |
pdf-creator daymade/claude-code-skills Create PDF documents from markdown with proper Chinese font support. Supports theme system (default for formal docs, warm-terra for training materials) and dual backend (weasyprint or Chrome). Triggers include "convert to PDF", "generate PDF", "markdown to PDF", or any request for creating printable documents. | Skills | 96 3.57x Agent success vs baseline Impact 100% 3.57xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
capa-officer alirezarezvani/claude-skills CAPA system management for medical device QMS. Covers root cause analysis, corrective action planning, effectiveness verification, and CAPA metrics. Use for CAPA investigations, 5-Why analysis, fishbone diagrams, root cause determination, corrective action tracking, effectiveness verification, or CAPA program optimization. | Skills | 96 1.06x Agent success vs baseline Impact 99% 1.06xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
terminal-integration-specialist OpenRoster-ai/awesome-agents Provides concrete guidance on building terminal emulators in Swift using SwiftTerm, including configuring terminal views, parsing ANSI/VT100 escape sequences, managing PTY connections, and optimizing text rendering performance. Use when the user is building a terminal app, console view, or xterm-compatible emulator in Swift, integrating SwiftTerm into a SwiftUI or UIKit/AppKit app, working with PTY or SSH stream bridging, handling keyboard input and escape sequences, or optimizing terminal rendering on macOS, iOS, or visionOS. | Skills | 96 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 010799b |
visionos-spatial-engineer OpenRoster-ai/awesome-agents Builds native visionOS and Apple Vision Pro apps using SwiftUI, RealityKit, and the Liquid Glass design system. Creates volumetric views, implements Liquid Glass materials, configures immersive spaces, manages spatial WindowGroups, designs 3D UI layouts, and wires up RealityKit entities with gestures and attachments. Use when building visionOS apps, Apple Vision Pro experiences, volumetric windows, immersive spaces, mixed reality interfaces, or applying Liquid Glass effects with SwiftUI and RealityKit on visionOS 26. | Skills | 96 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 010799b |
xr-interface-architect OpenRoster-ai/awesome-agents Designs spatial UI layouts, prototypes hand gesture interactions, creates 3D menu systems, and plans gaze-based navigation for AR/VR/XR applications. Provides ergonomic placement guidelines, comfort zone thresholds, input latency budgets, and accessibility fallback patterns for immersive interfaces across platforms including Meta Quest, Apple Vision Pro, and WebXR. Use when the user asks about spatial computing interfaces, VR/AR UI design, mixed reality interactions, hand tracking UX, HUD design, holographic displays, headset UI, immersive environment layouts, 3D interface design, cockpit dashboards, or comfort-zone-compliant panel placement. | Skills | 96 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 010799b |
legal-support OpenRoster-ai/awesome-agents Reviews contracts for compliance issues, drafts and audits privacy policies, assesses GDPR/CCPA/HIPAA/SOX/PCI-DSS obligations, identifies regulatory requirements, and flags legal risks across multiple jurisdictions. Use when the user asks about legal compliance, regulatory requirements, GDPR, CCPA, privacy policies, terms of service, contract review, data protection, data handling, legal review, or industry-specific regulations such as HIPAA, SOX, or PCI-DSS. | Skills | 96 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 010799b |
tessl-labs/tile-creator v1.2.0 Create tessl tiles with docs, rules, and skills. Contains: tile-creator Create tessl tiles containing docs, rules, or skills. Use when a user wants to create a tile, package content for tessl, or needs help with tile.json configuration. Also triggers on "create tile from", "convert to tile", "turn into tile", "make tile from", or "tile this repo" for existing content. | Skills | 96 2.35x Agent success vs baseline Impact 99% 2.35xAverage score across 5 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 1.2.0 |
cindula/nextsteps v0.4.0 Intelligent next-steps engine with personality-driven suggestions. Generates dynamic, context-aware follow-up actions with expert mentorship tone, pattern recognition, and trust-building mechanics. Features 4 personality profiles (Friendly Expert, Chill Buddy, Straight Shooter, Thoughtful Mentor), confidence markers, and session continuity. Leverages persistent memory, self-improving preference learning, and concise signal-dense suggestions to psychically anticipate what users need next. Use when: (1) user completes a question or task, (2) user needs guidance on what to do next, (3) agent wants to proactively suggest trusted follow-up actions. Contains: nextsteps Append context-aware next-step suggestions after every agent response. Generates actionable follow-ups, surfaces unfinished tasks from memory, and includes at least one creative lateral suggestion. Self-learns user preferences for count, categories, and format. Use when: (1) any response is generated and nextsteps is active, (2) user says /nextsteps, "next steps", "what should I do", "suggestions", "what now", (3) user wants to customize suggestion count, categories, or format, (4) user says "disable next steps" or "enable next steps". | Skills | 96 1.32x Agent success vs baseline Impact 99% 1.32xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.4.0 |
Prisma ORM patterns — schema design, migrations, type-safe queries, testing, error handling, and performance Contains: prisma-best-practices Prisma ORM patterns — schema design, migrations, type-safe queries, relations, transactions, connection pooling, error handling, testing, raw SQL safety, and performance. Use when building or reviewing apps with Prisma, when setting up a new database with Prisma, when writing tests for Prisma-backed code, or when debugging query performance. | Skills | 96 1.28x Agent success vs baseline Impact 100% 1.28xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
Apply software design principles across architecture and implementation using deterministic decision workflows, SOLID checks, structural patterns, and anti-pattern detection; use when reviewing designs, refactoring modules, or resolving maintainability and coupling risks. Contains: software-design-principles Apply SOLID principles, detect design anti-patterns, and evaluate architectural tradeoffs for code reviews, design decisions, and refactoring. Use when reviewing code for maintainability issues, evaluating architecture decisions, identifying code smells and technical debt, or refactoring modules with coupling or testability problems. | Skills | 96 1.00x No change in agent success vs baseline Impact 98% 1.00xAverage score across 7 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.4 |
Execute a strict Red-Green-Refactor TDD cycle — one requirement at a time — in any language or framework. Contains: behavioural-tdd Execute a strict Red-Green-Refactor TDD cycle for a single requirement at a time, in any language or framework. Use when the user provides a business rule, acceptance criterion, or feature requirement and wants a failing test written first, followed by minimum implementation, then a clean refactor. Works for unit tests, integration tests, UI component tests, and API tests across stacks including TypeScript, JavaScript, React, .NET (C#/xUnit/NUnit), Python, Java, and others. Triggered by phrases like "write a test first", "TDD", "red-green-refactor", "behavioral test", "test-driven", "failing test first", or "write the test before the code". | Skills | 96 1.20x Agent success vs baseline Impact 90% 1.20xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 1.3.0 |
Extract actionable insights and valuable artifacts from web posts, articles, and technical documentation. Use when summarizing content, extracting key ideas from URLs/articles, preserving code snippets and diagrams, or creating visual summaries. Triggers on requests like "summarize this post", "extract insights from", "distill this article", "what are the key takeaways", or when a URL is shared for analysis. Contains: content-distiller Extract actionable insights and valuable artifacts from web posts, articles, and technical documentation. Use when summarizing content, extracting key ideas from URLs/articles, preserving code snippets and diagrams, or creating visual summaries. Triggers on requests like "summarize this post", "extract insights from", "distill this article", "what are the key takeaways", or when a URL is shared for analysis. | Skills | 96 1.21x Agent success vs baseline Impact 90% 1.21xAverage score across 5 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.4.3 |
tessleng/tile-creator v1.1.2 Create tessl tiles with docs, rules, and skills. Contains: tile-creator Create tessl tiles containing docs, rules, or skills. Use when a user wants to create a tile, package content for tessl, or needs help with tile.json configuration. Also triggers on "create tile from", "convert to tile", "turn into tile", "make tile from", or "tile this repo" for existing content. | Skills | 96 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 1.1.2 |
social-media-analyzer alirezarezvani/claude-skills Social media campaign analysis and performance tracking. Calculates engagement rates, ROI, and benchmarks across platforms. Use for analyzing social media performance, calculating engagement rate, measuring campaign ROI, comparing platform metrics, or benchmarking against industry standards. | Skills | 95 1.44x Agent success vs baseline Impact 98% 1.44xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
ASP.NET Core project structure — minimal APIs vs controllers, layer Contains: aspnet-project-structure ASP.NET Core project structure — Clean Architecture layers, minimal APIs vs controllers, IServiceCollection extensions, IOptions pattern, EF Core DbContext configuration, and proper DTO separation. Apply proactively when building any .NET API, even when the user does not ask for structure guidance. | Skills | 95 2.50x Agent success vs baseline Impact 100% 2.50xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
Compares deployed CloudFormation templates with locally synthesized CDK templates to detect drift, validate changes, and ensure consistency before deployment. Use when the user wants to compare CDK output with a deployed stack, check for infrastructure drift, run a pre-deployment validation, audit IAM or security changes, investigate a failing deployment, or perform a 'cdk diff'-style review. Triggered by phrases like 'compare templates', 'check for drift', 'cfn drift', 'stack comparison', 'infrastructure drift detection', 'safe to deploy', or 'what changed in my CDK stack'. Contains: cfn-template-compare Compares deployed CloudFormation templates with locally synthesized CDK templates to detect drift, validate changes, and ensure consistency before deployment. Use when the user wants to compare CDK output with a deployed stack, check for infrastructure drift, run a pre-deployment validation, audit IAM or security changes, investigate a failing deployment, or perform a 'cdk diff'-style review. Triggered by phrases like 'compare templates', 'check for drift', 'cfn drift', 'stack comparison', 'infrastructure drift detection', 'safe to deploy', or 'what changed in my CDK stack'. | Skills | 95 1.08x Agent success vs baseline Impact 100% 1.08xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
video-note joelhooks/joelclaw Transform Obsidian video notes from the Vault into published notes on joelclaw.com. Use when publishing video notes, converting vault video content to the site, or when asked to 'publish a video note,' 'turn this video into a note,' 'publish from vault/videos,' or any task involving /Vault/Resources/videos → joelclaw content. Triggers on references to video notes, vault video files, or publishing video content to the blog. | Skills | 95 1.73x Agent success vs baseline Impact 99% 1.73xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
istio-traffic-management peterj/skills Configures Istio traffic management including multicluster traffic control, gateway network topology (XFF/XFCC headers, PROXY protocol), protocol selection, and TLS configuration. Use when working with Istio service mesh traffic routing, multicluster setups, gateway configuration, protocol detection, mTLS settings, or when troubleshooting TLS/proxy header issues. | Skills | 95 1.06x Agent success vs baseline Impact 99% 1.06xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
agents-sdk cloudflare/skills Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge. | Skills | 95 2.19x Agent success vs baseline Impact 99% 2.19xAverage 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.