All Skills
(19,009)Browse all AI agent skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
similarity-search-patterns
wshobson/agents
Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.
zoho-inventory-automation
ComposioHQ/awesome-claude-skills
Automate Zoho Inventory tasks via Rube MCP (Composio). Always search tools first for current schemas.
modal
samarth777/modal-skills
Guide for building serverless Python applications on Modal - a cloud platform for running AI/ML workloads, GPU-accelerated code, web endpoints, scheduled jobs, and batch processing with minimal configuration. Use when deploying Python code to Modal's infrastructure, running GPU inference, creating web APIs, processing data at scale, or building AI applications.
baserow-automation
ComposioHQ/awesome-claude-skills
Automate Baserow tasks via Rube MCP (Composio). Always search tools first for current schemas.
social-card-gen
BrianRWagner/ai-marketing-claude-code-skills
Generate platform-specific social post variants (Twitter/X, LinkedIn, Reddit) from one source input. Works with or without Node.js script. Includes platform reasoning, quality review, and guardrails against cross-posting spam.
opentui
arlalala01/opentui-skill
Comprehensive OpenTUI skill for building terminal user interfaces. Covers the core imperative API, React reconciler, and Solid reconciler. Use for any TUI development task including components, layout, keyboard handling, animations, and testing.
hqq-quantization
Orchestra-Research/AI-Research-SKILLs
Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deploying with vLLM or HuggingFace Transformers.
gptq
Orchestra-Research/AI-Research-SKILLs
Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with <2% perplexity degradation, or for faster inference (3-4× speedup) vs FP16. Integrates with transformers and PEFT for QLoRA fine-tuning.
code-review-large
breaking-brake/cc-wf-studio
In-depth code review for large PRs (>500 lines). Full analysis including architecture, performance, security, and maintainability.
python-configuration
wshobson/agents
Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.
playwright-cli
microsoft/playwright-cli
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
zoom-automation
davepoon/buildwithclaude
Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.
Git & Collaboration Standards
hoangnguyen0403/agent-skills-standard
Universal standards for version control, branching, and team collaboration.
risk-assessment-matrix
Yarmoluk/cognify-skills
Identifies, scores, and prioritizes business risks across operational, financial, strategic, compliance, and technology domains. Produces a risk register with mitigation strategies and monitoring plans.
agent-reverse-update
shihwesley/agent-reverse
Check for AgentReverse skill updates on session start
Code Review Expert
hoangnguyen0403/agent-skills-standard
Standards for performing high-quality, readable code reviews.
Eas Build Error
flurdy/agent-skills
# EAS Build Error - View latest build status and errors Show the status and errors from the latest EAS build. ## Usage ``` /eas-build-error # Latest build (any platform) /eas-build-error ios # Latest iOS build /eas-build-error android # Latest Android build /eas-build
unpause-subs
ComposioHQ/awesome-claude-plugins
Re-enable the skill bus after pausing. Restores subscription processing.
implementing
chris-hendrix/claudehub
This skill should be used when the user wants to "implement this", "execute a plan", "work on a ticket or issue", "build from a description", mentions implementation execution, or is working on implementing from plans, tickets or issues, or descriptions.
Product Brief Creation
a5c-ai/babysitter
# Product Brief Creation Create comprehensive product briefs from market, domain, and technical research. ## Agent Mary (Analyst) - `bmad-analyst-mary` ## Workflow 1. Conduct market research (competitors, trends, opportunities) 2. Perform domain research (problem space, stakeholders, pain points)
Performance Engineering Standards
hoangnguyen0403/agent-skills-standard
Universal standards for high-performance software development across all frameworks.
Code Review
oprogramadorreal/optimus-claude
This skill performs local-first code review — analyzes uncommitted changes (or PRs) against project coding guidelines using up to 6 parallel review agents (bug detection, security/logic, guideline compliance ×2, code simplification, test coverage). HIGH SIGNAL only: real bugs, logic errors, security concerns, and guideline violations.
Quality Assurance Standards
hoangnguyen0403/agent-skills-standard
Standards for maintaining code hygiene, automated checks, and testing integrity.
python-observability
wshobson/agents
Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting up tracing, or debugging production systems.