Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
Hygiene patterns for any OpenCV + dlib vision pipeline: camera index probing + macOS init quirks, warmup that verifies real frames, frame-skip policy for expensive inference. Contains: camera-setup Open and warm up a cv2.VideoCapture reliably, probe for real (non-black) frames before starting the main loop, and handle macOS index enumeration quirks. Use when a VideoCapture call succeeds but returns black/stale frames, when switching between built-in and USB webcams, or when the first ~5 seconds of a pipeline produce zero face detections. frame-skip-policy Run expensive per-frame inference (face recognition, emotion classification, ViT embeddings) at a fraction of the capture rate so the camera loop stays responsive. Use when designing a vision pipeline that combines high-rate capture (30fps+) with heavy per-frame work (dlib, ViT, DeepFace) and you don't need every frame to be inferred. | SkillsRules | 94 1.36x Agent success vs baseline Impact 100% 1.36xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.2 |
Sanitize and validate user input at system boundaries — prevent XSS, SQL Contains: input-sanitization Sanitize and validate user input at system boundaries — prevent XSS, SQL injection, path traversal, command injection, SSRF, and malformed data. Use when building any web app that accepts user input, when reviewing input handling, or when a security scan flags injection vulnerabilities. Covers frontend, backend, file handling, and shell safety. | Skills | 94 1.20x Agent success vs baseline Impact 100% 1.20xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.4 |
golang-pro Jeffallan/claude-skills Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration, CLI tools, benchmarks, or table-driven testing. | Skills | 94 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 |
terraform-engineer jeffallan/claude-skills Use when implementing infrastructure as code with Terraform across AWS, Azure, or GCP. Invoke for module development (create reusable modules, manage module versioning), state management (migrate backends, import existing resources, resolve state conflicts), provider configuration, multi-environment workflows, and infrastructure testing. | Skills | 94 1.07x Agent success vs baseline Impact 95% 1.07xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
secure-code-guardian jeffallan/claude-skills Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabilities — including custom security implementations such as hashing passwords with bcrypt/argon2, sanitizing SQL queries with parameterized statements, configuring CORS/CSP headers, validating input with Zod, and setting up JWT tokens. Invoke for authentication, authorization, input validation, encryption, OWASP Top 10 prevention, secure session management, and security hardening. For pre-built OAuth/SSO integrations or standalone security audits, consider a more specialized skill. | Skills | 94 1.30x Agent success vs baseline Impact 95% 1.30xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
golang-pro jeffallan/claude-skills Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration, CLI tools, benchmarks, or table-driven testing. | Skills | 94 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 |
ms365-tenant-manager alirezarezvani/claude-skills Microsoft 365 tenant administration for Global Administrators. Automate M365 tenant setup, Office 365 admin tasks, Azure AD user management, Exchange Online configuration, Teams administration, and security policies. Generate PowerShell scripts for bulk operations, Conditional Access policies, license management, and compliance reporting. Use for M365 tenant manager, Office 365 admin, Azure AD users, Global Administrator, tenant configuration, or Microsoft 365 automation. | Skills | 94 1.07x Agent success vs baseline Impact 95% 1.07xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
yara-rule-authoring trailofbits/skills Guides authoring of high-quality YARA-X detection rules for malware identification. Use when writing, reviewing, or optimizing YARA rules. Covers naming conventions, string selection, performance optimization, migration from legacy YARA, and false positive reduction. Triggers on: YARA, YARA-X, malware detection, threat hunting, IOC, signature, crx module, dex module. | Skills | 94 1.61x Agent success vs baseline Impact 100% 1.61xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
earnings-calendar staskh/trading_skills Get upcoming earnings dates with timing (before/after market) and EPS estimates. Use when user asks about earnings dates, earnings calendar, when a company reports, or upcoming earnings. | Skills | 94 2.94x Agent success vs baseline Impact 100% 2.94xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
rails-model-generator fernandezbaptiste/rails_ai_agents Creates Rails models using TDD approach - spec first, then migration, then model. Use when creating new models, adding model validations, defining associations, or setting up database tables. | Skills | 94 1.28x Agent success vs baseline Impact 100% 1.28xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
ideogram-deploy-integration jeremylongshore/claude-code-plugins-plus-skills Deploy Ideogram integrations to Vercel, Cloud Run, and Docker platforms. Use when deploying Ideogram-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like "deploy ideogram", "ideogram Vercel", "ideogram production deploy", "ideogram Cloud Run", "ideogram Docker". | Skills | 94 1.40x Agent success vs baseline Impact 100% 1.40xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
groq-deploy-integration jeremylongshore/claude-code-plugins-plus-skills Deploy Groq integrations to Vercel, Cloud Run, and containerized platforms. Use when deploying Groq-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like "deploy groq", "groq Vercel", "groq production deploy", "groq Cloud Run", "groq Docker". | Skills | 94 1.36x Agent success vs baseline Impact 100% 1.36xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
clay-reliability-patterns jeremylongshore/claude-code-plugins-plus-skills Build fault-tolerant Clay integrations with circuit breakers, dead letter queues, and graceful degradation. Use when building production Clay pipelines that need resilience, implementing retry strategies, or adding fault tolerance to enrichment workflows. Trigger with phrases like "clay reliability", "clay circuit breaker", "clay resilience", "clay fallback", "clay fault tolerance", "clay dead letter queue". | Skills | 94 1.26x Agent success vs baseline Impact 100% 1.26xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
clay-performance-tuning jeremylongshore/claude-code-plugins-plus-skills Optimize Clay table enrichment throughput, reduce processing time, and improve hit rates. Use when experiencing slow enrichment, poor email find rates, or needing to process large tables efficiently. Trigger with phrases like "clay performance", "optimize clay", "clay slow", "clay throughput", "clay fast enrichment", "clay batch optimization". | Skills | 94 1.51x Agent success vs baseline Impact 100% 1.51xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
rails-model-generator ThibautBaissac/rails_ai_agents Creates Rails models using TDD approach - spec first, then migration, then model. Use when creating new models, adding model validations, defining associations, or setting up database tables. | Skills | 94 1.28x Agent success vs baseline Impact 100% 1.28xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
model-deployment secondsky/claude-skills Deploy ML models with FastAPI, Docker, Kubernetes. Use for serving predictions, containerization, monitoring, drift detection, or encountering latency issues, health check failures, version conflicts. | Skills | 94 1.75x Agent success vs baseline Impact 100% 1.75xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
feedback-mastery softaworks/agent-toolkit Navigate difficult conversations and deliver constructive feedback using structured frameworks. Covers the Preparation-Delivery-Follow-up model and Situation-Behavior-Impact (SBI) feedback technique. Use when preparing for difficult conversations, giving feedback, or managing conflicts. | Skills | 94 1.01x Agent success vs baseline Impact 100% 1.01xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
security-headers-configuration secondsky/claude-skills Configures HTTP security headers to protect against XSS, clickjacking, and MIME sniffing attacks. Use when hardening web applications, passing security audits, or implementing Content Security Policy. | Skills | 94 1.41x Agent success vs baseline Impact 92% 1.41xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
deploy-model microsoft/azure-skills Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create). | Skills | 94 2.66x Agent success vs baseline Impact 96% 2.66xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
deploy-model jonathan-vella/azure-agentic-infraops Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create). | Skills | 94 2.66x Agent success vs baseline Impact 96% 2.66xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
Can't find what you're looking for? Evaluate a missing skill.