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.
exploring-data
oaustegard/claude-skills
Exploratory data analysis using ydata-profiling. Use when users upload .csv/.xlsx/.json/.parquet files or request "explore data", "analyze dataset", "EDA", "profile data". Generates interactive HTML or JSON reports with statistics, visualizations, correlations, and quality alerts.
git-worktree
NikiforovAll/claude-code-rules
This skill should be used when the user wants to manage Git worktrees - creating worktrees from local or remote branches, listing active worktrees with details, deleting worktrees, or switching between worktrees. Ideal for working on multiple branches simultaneously without stashing changes.
clinpgx-database
K-Dense-AI/claude-scientific-skills
Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions.
api-designer
JasonWarrenUK/claude-code-config
This skill should be used when the user mentions "API design", "TypeScript API", "type-safe API", "endpoint design", "API validation", "Zod", discusses creating APIs, type safety, error handling, or API architecture. Addresses designing clean, type-safe APIs with validation, error handling, and documentation.
executing-plans
brothaakhee/superclaw
Use when executing implementation plans - enforces batching, checkpoints, and progress tracking
convex-best-practices
waynesutton/convexskills
Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy
debugging
DojoCodingLabs/code-sensei
Reading errors, troubleshooting, and fixing bugs. Activated when Claude encounters errors or when the user is debugging. Teaches the most valuable skill: understanding what went wrong.
clinicaltrials-database
Microck/ordinary-claude-skills
Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.
nano-banana
NikiforovAll/claude-code-rules
This skill should be used for Python scripting and Gemini image generation. Use when users ask to generate images, create AI art, edit images with AI, or run Python scripts with uv. Trigger phrases include "generate an image", "create a picture", "draw", "make an image of", "nano banana", or any image generation request.
standards-gradle
b33eep/claude-code-setup
Gradle build tool standards focusing on Kotlin DSL. Covers project configuration, dependency management, and custom plugin/task development with Gradle 9 LTS.
agent-browser
everyinc/compound-engineering-plugin
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to Playwright MCP - uses Bash commands with ref-based element selection. Triggers on "browse website", "fill form", "click button", "take screenshot", "scrape page", "web automation".
design-postgis-tables
timescale/pg-aiguide
Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications
configmap-secret
chaterm/terminal-skills
Kubernetes ConfigMap 与 Secret
test-driven-development
ed3dai/ed3d-plugins
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
apipie-ai-automation
ComposioHQ/awesome-claude-skills
Automate Apipie AI tasks via Rube MCP (Composio). Always search tools first for current schemas.
Audio to SRT Converter
dean9703111/ai-agent-skill-for-video-workflow
This skill should be used when the user asks to "convert audio to srt", "generate subtitles from audio", "create srt from mp3/wav/m4a/flac", "transcribe audio to subtitles", or needs to generate SRT subtitle files from audio files (MP3, WAV, M4A, FLAC, etc.) with customizable character limits and timeline adjustments.
renal-metabolic
rhavekost/clinical-toolkit
Use when calculating renal function estimates, electrolyte corrections, acid-base physiology metrics, lipid estimates, or BMI. Includes CKD-EPI 2021, Cockcroft-Gault, anion gap, Winters formula, A-a gradient, Friedewald LDL, and related tools.
Recall Search
davegoldblatt/total-recall
Search across all memory tiers (registers, daily logs, archive) for relevant information.
audit-prep-assistant
trailofbits/skills
Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).
turborepo-caching
wshobson/agents
Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
cost-optimization
Microck/ordinary-claude-skills
Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
Matrix List
ojowwalker77/Claude-Matrix
This skill should be used when the user asks to "list matrix solutions", "show matrix stats", "display memory contents", "view matrix status", "show failures", "list warnings", "export matrix data", "backup matrix", "export solutions", or needs to see or export Matrix memory.
verify
yusufalikync/ccs
Run full project verification — smoke tests, CLI checks, and code quality
convex-cron-jobs
waynesutton/convexskills
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks