Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
databricks-agent-bricks databricks-solutions/ai-dev-kit Create and manage Databricks Agent Bricks: Knowledge Assistants (KA) for document Q&A, Genie Spaces for SQL exploration, and Supervisor Agents (MAS) for multi-agent orchestration. Use when building conversational AI applications on Databricks. | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: b4071a0 |
cursor-team-setup jeremylongshore/claude-code-plugins-plus-skills Set up Cursor for teams: plan selection, member management, shared rules, admin dashboard, and onboarding. Triggers on "cursor team", "cursor organization", "cursor business", "cursor enterprise setup", "cursor admin". | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 70e9fa4 |
coderabbit-hello-world jeremylongshore/claude-code-plugins-plus-skills Create a minimal working CodeRabbit configuration and trigger your first AI review. Use when starting with CodeRabbit, testing your setup, or learning basic .coderabbit.yaml patterns. Trigger with phrases like "coderabbit hello world", "coderabbit example", "coderabbit quick start", "first coderabbit review". | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 70e9fa4 |
clerk-common-errors jeremylongshore/claude-code-plugins-plus-skills Troubleshoot common Clerk errors and issues. Use when encountering authentication errors, SDK issues, or configuration problems with Clerk. Trigger with phrases like "clerk error", "clerk not working", "clerk authentication failed", "clerk issue", "fix clerk". | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 70e9fa4 |
apollo-core-workflow-b jeremylongshore/claude-code-plugins-plus-skills Implement Apollo.io email sequences and outreach workflow. Use when building automated email campaigns, creating sequences, or managing outreach through Apollo. Trigger with phrases like "apollo email sequence", "apollo outreach", "apollo campaign", "apollo sequences", "apollo automated emails". | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 70e9fa4 |
team-executor catlog22/Claude-Code-Workflow Lightweight session execution skill. Resumes existing team-coordinate sessions for pure execution via team-worker agents. No analysis, no role generation -- only loads and executes. Session path required. Triggers on "Team Executor". | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: dc390cc |
team-executor catlog22/Claude-Code-Workflow Lightweight session execution skill. Resumes existing team-coordinate sessions for pure execution via team-worker agents. No analysis, no role generation -- only loads and executes. Session path required. Triggers on "Team Executor". | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0f8e801 |
review-cycle catlog22/Claude-Code-Workflow Unified multi-dimensional code review with automated fix orchestration. Routes to session-based (git changes), module-based (path patterns), or fix mode. Triggers on "workflow:review-cycle", "workflow:review-session-cycle", "workflow:review-module-cycle", "workflow:review-cycle-fix". | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: dc390cc |
End-to-end project planning toolkit: converts requirements into structured phased implementation plans, groups phases into dependency-ordered waves for parallel subagent execution, and decomposes large branches into focused pull requests. Contains: implementation-planner Converts a PRD or requirements document into a structured, phased implementation plan with individual phase files and granular per-task files written to .context/plans/. Also restructures existing monolithic planning documents into digestible, hierarchical directory structures. Creates a root plan index summarising all phases, a numbered phase file per phase, and a numbered task file per task inside each phase directory. Use when the user asks to create an implementation plan, break down a PRD, convert requirements to tasks, structure project phases, generate a roadmap, plan a project in sprints, organise task breakdown, split a monolithic planning doc, or decompose a spec into phases and tasks. pr-stacker Splits a large feature branch into smaller, focused pull requests using stacked branches and cherry-pick. Groups commits by concern (infrastructure, application logic, tests, housekeeping), proposes descriptive branch names for user approval, creates stacked branches, and generates What/Why MR titles and descriptions. Use when the user says a PR is too big, asks to split a PR, wants to decompose a branch, or needs to break work into reviewable chunks. wave-execution-planner Groups plan phases and tasks into dependency-ordered waves for parallel subagent execution via git worktrees. Builds a task dependency DAG, assigns wave numbers via topological sort, emits a living wave document that tracks status as work lands, and updates wave progress when tasks complete. Use when asked to: group tasks into waves, plan parallel execution, schedule worktrees, create a wave breakdown, wave planning, dependency grouping, update wave statuses, parallel subagents, which tasks can run in parallel. | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 1.0.0 |
preset microsoft/azure-skills Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed. USE FOR: quick deployment, optimal region, best region, automatic region selection, fast setup, multi-region capacity check, high availability deployment, deploy to best location. DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize). | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9d594ab |
cloudflare-deploy tech-leads-club/agent-skills Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Do NOT use for deploying to Vercel, Netlify, or Render (use their respective skills). | Skills | 83 Impact Pending Average score across 0 eval scenarios Reviewed: Version: 906a57d |
baoyu-compress-image jimliu/baoyu-skills Compresses images to WebP (default) or PNG with automatic tool selection. Use when user asks to "compress image", "optimize image", "convert to webp", or reduce image file size. | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 603caba |
teams-channel-post-writer daymade/claude-code-skills Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing. | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b3ae7d7 |
senior-qa alirezarezvani/claude-skills Generates unit tests, integration tests, and E2E tests for React/Next.js applications. Scans components to create Jest + React Testing Library test stubs, analyzes Istanbul/LCOV coverage reports to surface gaps, scaffolds Playwright test files from Next.js routes, mocks API calls with MSW, creates test fixtures, and configures test runners. Use when the user asks to "generate tests", "write unit tests", "analyze test coverage", "scaffold E2E tests", "set up Playwright", "configure Jest", "implement testing patterns", or "improve test quality". | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 110348f |
senior-computer-vision alirezarezvani/claude-skills Computer vision engineering skill for object detection, image segmentation, and visual AI systems. Covers CNN and Vision Transformer architectures, YOLO/Faster R-CNN/DETR detection, Mask R-CNN/SAM segmentation, and production deployment with ONNX/TensorRT. Includes PyTorch, torchvision, Ultralytics, Detectron2, and MMDetection frameworks. Use when building detection pipelines, training custom models, optimizing inference, or deploying vision systems. | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: a028cc7 |
senior-architect alirezarezvani/claude-skills This skill should be used when the user asks to "design system architecture", "evaluate microservices vs monolith", "create architecture diagrams", "analyze dependencies", "choose a database", "plan for scalability", "make technical decisions", or "review system design". Use for architecture decision records (ADRs), tech stack evaluation, system design reviews, dependency analysis, and generating architecture diagrams in Mermaid, PlantUML, or ASCII format. | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 110348f |
522-frameworks-micronaut-testing-integration-tests jabrena/cursor-rules-java Use when you need to write or improve integration tests for Micronaut — @MicronautTest, HttpClient, TestPropertyProvider with Testcontainers, transactional test mode where appropriate, and Maven Surefire/Failsafe splits for *Test, *Tests, *IT, and *AT. Part of the skills-for-java project | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 25a10e7 |
temporal-python-testing wshobson/agents Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures. | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: a6f0f45 |
notion-meeting-intelligence openai/skills Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees. | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: aac2078 |
preset microsoft/github-copilot-for-azure Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed. USE FOR: quick deployment, optimal region, best region, automatic region selection, fast setup, multi-region capacity check, high availability deployment, deploy to best location. DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize). | Skills | 83 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: cc82eeb |
Can't find what you're looking for? Evaluate a missing skill.