Agent Skills are folders with instructions, scripts, and resources that teach AI coding assistants specific tasks
This collection features official skills published by leading development teams, including Anthropic, Google Labs, Vercel, Stripe, Cloudflare, Trail of Bits, Sentry, Expo, Hugging Face, and more, alongside community-built skills.
Compatible with Claude Code, Codex, Antigravity, Gemini CLI, Cursor, GitHub Copilot, OpenCode, Windsurf, and more. See the table below for paths and documentation.
The most contributed Agent Skills repository, built and maintained together with the community.
| Tool | Project Path | Global Path | Official Docs |
|---|---|---|---|
| Antigravity | .agent/skills/ |
~/.gemini/antigravity/skills/ |
Antigravity Skills |
| Claude Code | .claude/skills/ |
~/.claude/skills/ |
Claude Code Skills |
| Codex | .agents/skills/ |
~/.agents/skills/ |
Codex Skills |
| Cursor | .cursor/skills/ |
~/.cursor/skills/ |
Cursor Skills |
| Gemini CLI | .gemini/skills/ |
~/.gemini/skills/ |
Gemini CLI Skills |
| GitHub Copilot | .github/skills/ |
~/.copilot/skills/ |
Copilot Skills |
| OpenCode | .opencode/skills/ |
~/.config/opencode/skills/ |
OpenCode Skills |
| Windsurf | .windsurf/skills/ |
~/.codeium/windsurf/skills/ |
Windsurf Cascade Skills |
- anthropics/docx - Create, edit, and analyze Word documents
- anthropics/doc-coauthoring - Collaborative document editing and co-authoring
- anthropics/pptx - Create, edit, and analyze PowerPoint presentations
- anthropics/xlsx - Create, edit, and analyze Excel spreadsheets
- anthropics/pdf - Extract text, create PDFs, and handle forms
- anthropics/algorithmic-art - Create generative art using p5.js with seeded randomness
- anthropics/canvas-design - Design visual art in PNG and PDF formats
- anthropics/frontend-design - Frontend design and UI/UX development tools
- anthropics/slack-gif-creator - Create animated GIFs optimized for Slack size constraints
- anthropics/theme-factory - Style artifacts with professional themes or generate custom themes
- anthropics/web-artifacts-builder - Build complex claude.ai HTML artifacts with React and Tailwind
- anthropics/mcp-builder - Create MCP servers to integrate external APIs and services
- anthropics/webapp-testing - Test local web applications using Playwright
- anthropics/brand-guidelines - Apply Anthropic's brand colors and typography to artifacts
- anthropics/internal-comms - Write status reports, newsletters, and FAQs
- anthropics/skill-creator - Guide for creating skills that extend Claude's capabilities
- anthropics/template - Basic template for creating new skills
- vercel-labs/react-best-practices - React best practices and patterns
- vercel-labs/vercel-deploy-claimable - Deploy projects to Vercel
- vercel-labs/web-design-guidelines - Web design guidelines and standards
- vercel-labs/composition-patterns - React component composition and reusable patterns
- vercel-labs/next-best-practices - Next.js best practices and recommended patterns
- vercel-labs/next-cache-components - Caching strategies and cache-aware components in Next.js
- vercel-labs/next-upgrade - Upgrade Next.js projects to newer versions
- vercel-labs/react-native-skills - React Native best practices and performance guidelines
- cloudflare/agents-sdk - Build stateful AI agents with scheduling, RPC, and MCP servers
- cloudflare/building-ai-agent-on-cloudflare - Build AI agents with state and WebSockets on Cloudflare
- cloudflare/building-mcp-server-on-cloudflare - Build remote MCP servers with tools and OAuth
- cloudflare/commands - Cloudflare CLI commands reference
- cloudflare/durable-objects - Stateful coordination with RPC, SQLite, and WebSockets
- cloudflare/web-perf - Audit Core Web Vitals and render-blocking resources
- cloudflare/wrangler - Deploy and manage Workers, KV, R2, D1, Vectorize, Queues, Workflows
- supabase/postgres-best-practices - PostgreSQL best practices for Supabase
- google-gemini/gemini-skills - A library of skills for the Gemini API, SDK and model interactions.
Agent Skills for the Stitch MCP server, compatible with Claude Code, Gemini CLI, Cursor, and more.
- google-labs-code/design-md - Create and manage DESIGN.md files
- google-labs-code/enhance-prompt - Improve prompts with design specs and UI/UX vocabulary
- google-labs-code/react-components - Stitch to React components conversion
- google-labs-code/remotion - Generate walkthrough videos from Stitch app designs
- google-labs-code/shadcn-ui - Build UI components with shadcn/ui
- google-labs-code/stitch-loop - Iterative design-to-code feedback loop
Official AI agent skills from the Hugging Face team for ML workflows.
- huggingface/hugging-face-cli - HF Hub CLI for models, datasets, repos, and compute jobs
- huggingface/hugging-face-datasets - Create and manage datasets with configs and SQL querying
- huggingface/hugging-face-evaluation - Model evaluation with vLLM/lighteval and eval tables
- huggingface/hugging-face-jobs - Run compute jobs and Python scripts on HF infrastructure
- huggingface/hugging-face-model-trainer - Train models with TRL: SFT, DPO, GRPO, GGUF conversion
- huggingface/hugging-face-paper-publisher - Publish papers on HF Hub with model/dataset links
- huggingface/hugging-face-tool-builder - Build reusable scripts for HF API operations
- huggingface/hugging-face-trackio - Track ML experiments with real-time dashboards
- stripe/stripe-best-practices - Best practices for building Stripe integrations
- stripe/upgrade-stripe - Upgrade Stripe SDK and API versions
- callstackincubator/react-native-best-practices - Performance optimization for React Native apps from Callstack
- callstackincubator/github - GitHub workflow patterns for PRs, code review, branching
- callstackincubator/upgrading-react-native - React Native upgrade workflow: templates, dependencies, and common pitfalls
- trailofbits/ask-questions-if-underspecified - Prompt for clarification on ambiguous requirements
- trailofbits/audit-context-building - Deep architectural context via ultra-granular code analysis
- trailofbits/building-secure-contracts - Smart contract security toolkit with vulnerability scanners for 6 blockchains
- trailofbits/burpsuite-project-parser - Search and extract data from Burp Suite project files
- trailofbits/claude-in-chrome-troubleshooting - Diagnose and fix Claude in Chrome MCP extension connectivity issues
- trailofbits/constant-time-analysis - Detect compiler-induced timing side-channels in crypto code
- trailofbits/culture-index - Index and search culture documentation
- trailofbits/differential-review - Security-focused diff review with git history analysis
- trailofbits/dwarf-expert - DWARF debugging format expertise
- trailofbits/entry-point-analyzer - Identify state-changing entry points in smart contracts
- trailofbits/firebase-apk-scanner - Scan Android APKs for Firebase misconfigurations and security vulnerabilities
- trailofbits/fix-review - Verify fix commits address audit findings without new bugs
- trailofbits/insecure-defaults - Detect insecure default configurations like hardcoded secrets, default credentials, and weak crypto
- trailofbits/modern-python - Modern Python tooling with uv, ruff, ty, and pytest best practices
- trailofbits/property-based-testing - Property-based testing for multiple languages and smart contracts
- trailofbits/semgrep-rule-creator - Create and refine Semgrep rules for vulnerability detection
- trailofbits/semgrep-rule-variant-creator - Port existing Semgrep rules to new target languages with test-driven validation
- trailofbits/sharp-edges - Identify error-prone APIs and dangerous configurations
- trailofbits/spec-to-code-compliance - Specification-to-code compliance checker for blockchain audits
- trailofbits/static-analysis - Static analysis toolkit with CodeQL, Semgrep, and SARIF
- trailofbits/testing-handbook-skills - Testing Handbook skills: fuzzers, static analysis, sanitizers
- trailofbits/variant-analysis - Find similar vulnerabilities via pattern-based analysis
Official AI agent skills from the Expo team for building, deploying, and debugging Expo apps.
- expo/expo-app-design - Design and build Expo applications
- expo/expo-deployment - Deploy Expo apps to production
- expo/upgrading-expo - Upgrade Expo SDK versions
- getsentry/agents-md - Generate and manage AGENTS.md files
- getsentry/claude-settings-audit - Audit Claude settings configuration
- getsentry/code-review - Perform code reviews
- getsentry/commit - Create commits with best practices
- getsentry/create-pr - Create pull requests
- getsentry/find-bugs - Find and identify bugs in code
- getsentry/iterate-pr - Iterate on pull request feedback
- better-auth/best-practices - Best practices for Better Auth integration
- better-auth/commands - Better Auth CLI commands
- better-auth/create-auth - Create authentication setup with Better Auth
- tinybirdco/tinybird-best-practices - Tinybird project guidelines for datasources, pipes, endpoints, and SQL
Domain-specific knowledge for Azure SDK and Foundry development.
- microsoft/azure-ai-agents-persistent-dotnet - Persistent AI agents with threads and tools
- microsoft/azure-ai-document-intelligence-dotnet - Document text, table, and data extraction
- microsoft/azure-ai-openai-dotnet - GPT-4, embeddings, DALL-E, and Whisper client
- microsoft/azure-ai-projects-dotnet - AI Foundry project management SDK
- microsoft/azure-ai-voicelive-dotnet - Real-time bidirectional voice AI
- microsoft/azure-eventgrid-dotnet - Event Grid topic and domain publishing
- microsoft/azure-eventhub-dotnet - High-throughput event streaming
- microsoft/azure-identity-dotnet - Microsoft Entra ID authentication
- microsoft/azure-maps-search-dotnet - Geocoding, routing, and weather services
- microsoft/azure-mgmt-apicenter-dotnet - API inventory and governance
- microsoft/azure-mgmt-apimanagement-dotnet - API Management provisioning via ARM
- microsoft/azure-mgmt-applicationinsights-dotnet - Application Insights resource management
- microsoft/azure-mgmt-arizeaiobservabilityeval-dotnet - Arize AI observability management
- microsoft/azure-mgmt-botservice-dotnet - Bot Service provisioning via ARM
- microsoft/azure-mgmt-fabric-dotnet - Microsoft Fabric capacity management
- microsoft/azure-mgmt-mongodbatlas-dotnet - MongoDB Atlas as ARM resources
- microsoft/azure-mgmt-weightsandbiases-dotnet - Weights & Biases deployment management
- microsoft/azure-resource-manager-cosmosdb-dotnet - Cosmos DB resource provisioning
- microsoft/azure-resource-manager-durabletask-dotnet - Durable Task Scheduler management
- microsoft/azure-resource-manager-mysql-dotnet - MySQL Flexible Server management
- microsoft/azure-resource-manager-playwright-dotnet - Playwright Testing workspace management
- microsoft/azure-resource-manager-postgresql-dotnet - PostgreSQL Flexible Server management
- microsoft/azure-resource-manager-redis-dotnet - Azure Cache for Redis provisioning
- microsoft/azure-resource-manager-sql-dotnet - Azure SQL resource management
- microsoft/azure-search-documents-dotnet - Full-text, vector, and hybrid search
- microsoft/azure-security-keyvault-keys-dotnet - Cryptographic key management
- microsoft/azure-servicebus-dotnet - Enterprise messaging with queues and topics
- microsoft/m365-agents-dotnet - M365, Teams, and Copilot Studio agents
- microsoft/microsoft-azure-webjobs-extensions-authentication-events-dotnet - Entra ID custom auth events handler
- microsoft/azure-ai-agents-persistent-java - Persistent AI agents with threads and tools
- microsoft/azure-ai-anomalydetector-java - Anomaly detection applications
- microsoft/azure-ai-contentsafety-java - Content moderation and safety
- microsoft/azure-ai-formrecognizer-java - Document analysis and form extraction
- microsoft/azure-ai-projects-java - AI Foundry project management
- microsoft/azure-ai-vision-imageanalysis-java - Image captioning, OCR, and object detection
- microsoft/azure-ai-voicelive-java - Real-time bidirectional voice AI
- microsoft/azure-appconfiguration-java - Centralized app configuration management
- microsoft/azure-communication-callautomation-java - Call automation with IVR and AI
- microsoft/azure-communication-callingserver-java - CallingServer legacy SDK
- microsoft/azure-communication-chat-java - Real-time chat with threads and receipts
- microsoft/azure-communication-common-java - Communication Services common utilities
- microsoft/azure-communication-sms-java - SMS sending and delivery reports
- microsoft/azure-compute-batch-java - Large-scale parallel and HPC batch jobs
- microsoft/azure-cosmos-java - Cosmos DB NoSQL with global distribution
- microsoft/azure-data-tables-java - NoSQL key-value table storage
- microsoft/azure-eventgrid-java - Event-driven pub/sub messaging
- microsoft/azure-eventhub-java - Real-time high-throughput streaming
- microsoft/azure-identity-java - Microsoft Entra ID authentication
- microsoft/azure-messaging-webpubsub-java - Real-time WebSocket messaging
- microsoft/azure-monitor-ingestion-java - Custom log ingestion to Azure Monitor
- microsoft/azure-monitor-opentelemetry-exporter-java - OpenTelemetry export to Azure Monitor
- microsoft/azure-monitor-query-java - Query Azure Monitor logs and metrics
- microsoft/azure-security-keyvault-keys-java - Cryptographic key management
- microsoft/azure-security-keyvault-secrets-java - Secret management for passwords and keys
- microsoft/azure-storage-blob-java - Blob storage for file management
- microsoft/agent-framework-azure-ai-py - Agent Framework for Azure AI Foundry
- microsoft/agents-v2-py - Container-based hosted agents
- microsoft/azure-ai-contentsafety-py - Harmful content detection
- microsoft/azure-ai-contentunderstanding-py - Multimodal content extraction
- microsoft/azure-ai-ml-py - Azure ML workspace and job management
- microsoft/azure-ai-projects-py - AI Foundry project client and agents
- microsoft/azure-ai-textanalytics-py - NLP: sentiment, entities, key phrases
- microsoft/azure-ai-transcription-py - Speech-to-text transcription
- microsoft/azure-ai-translation-document-py - Batch document translation
- microsoft/azure-ai-translation-text-py - Real-time text translation
- microsoft/azure-ai-vision-imageanalysis-py - Image captions, tags, OCR, objects
- microsoft/azure-ai-voicelive-py - Real-time bidirectional voice AI
- microsoft/azure-appconfiguration-py - Feature flags and dynamic settings
- microsoft/azure-containerregistry-py - Container image and registry management
- microsoft/azure-cosmos-db-py - Cosmos DB with Python/FastAPI patterns
- microsoft/azure-cosmos-py - Cosmos DB NoSQL client library
- microsoft/azure-data-tables-py - NoSQL key-value table storage
- microsoft/azure-eventgrid-py - Event-driven pub/sub routing
- microsoft/azure-eventhub-py - High-throughput event streaming
- microsoft/azure-identity-py - Microsoft Entra ID authentication
- microsoft/azure-keyvault-py - Secrets, keys, and certificate management
- microsoft/azure-messaging-webpubsubservice-py - Real-time WebSocket messaging
- microsoft/azure-mgmt-apicenter-py - API inventory and governance
- microsoft/azure-mgmt-apimanagement-py - API Management service administration
- microsoft/azure-mgmt-botservice-py - Bot Service resource management
- microsoft/azure-mgmt-fabric-py - Microsoft Fabric capacity management
- microsoft/azure-monitor-ingestion-py - Custom log ingestion to Azure Monitor
- microsoft/azure-monitor-opentelemetry-exporter-py - OpenTelemetry export to Application Insights
- microsoft/azure-monitor-opentelemetry-py - One-line Application Insights setup
- microsoft/azure-monitor-query-py - Query Azure Monitor logs and metrics
- microsoft/azure-search-documents-py - Full-text, vector, and hybrid search
- microsoft/azure-servicebus-py - Enterprise messaging with queues and topics
- microsoft/azure-speech-to-text-rest-py - REST speech-to-text for short audio
- microsoft/azure-storage-blob-py - Blob object storage client
- microsoft/azure-storage-file-datalake-py - Hierarchical data lake storage
- microsoft/azure-storage-file-share-py - SMB file share management
- microsoft/azure-storage-queue-py - Simple message queuing
- microsoft/fastapi-router-py - FastAPI routers with CRUD and auth
- microsoft/hosted-agents-v2-py - Container-based hosted agents
- microsoft/m365-agents-py - M365, Teams, and Copilot Studio agents
- microsoft/pydantic-models-py - Pydantic models for API schemas
- microsoft/azure-cosmos-rust - Cosmos DB NoSQL client
- microsoft/azure-eventhub-rust - Event Hubs streaming client
- microsoft/azure-identity-rust - Microsoft Entra ID authentication
- microsoft/azure-keyvault-certificates-rust - Key Vault certificate management
- microsoft/azure-keyvault-keys-rust - Key Vault cryptographic key management
- microsoft/azure-keyvault-secrets-rust - Key Vault secret storage
- microsoft/azure-storage-blob-rust - Blob object storage client
- microsoft/azure-ai-contentsafety-ts - Content safety for text and images
- microsoft/azure-ai-document-intelligence-ts - Document text and table extraction
- microsoft/azure-ai-projects-ts - AI Foundry project client and agents
- microsoft/azure-ai-translation-ts - Text and document translation
- microsoft/azure-ai-voicelive-ts - Real-time bidirectional voice AI
- microsoft/azure-appconfiguration-ts - App config, feature flags, dynamic refresh
- microsoft/azure-cosmos-ts - Cosmos DB NoSQL CRUD and queries
- microsoft/azure-eventhub-ts - High-throughput event streaming
- microsoft/azure-identity-ts - Microsoft Entra ID authentication
- microsoft/azure-keyvault-keys-ts - Cryptographic key management
- microsoft/azure-keyvault-secrets-ts - Secret storage and retrieval
- microsoft/azure-microsoft-playwright-testing-ts - Playwright tests at scale on Azure
- microsoft/azure-monitor-opentelemetry-ts - Application Insights tracing and metrics
- microsoft/azure-postgres-ts - PostgreSQL Flexible Server connection
- microsoft/azure-search-documents-ts - Vector/hybrid search with semantic ranking
- microsoft/azure-servicebus-ts - Messaging with queues and topics
- microsoft/azure-storage-blob-ts - Blob upload, download, and management
- microsoft/azure-storage-file-share-ts - SMB file share operations
- microsoft/azure-storage-queue-ts - Queue message operations
- microsoft/azure-web-pubsub-ts - Real-time WebSocket pub/sub messaging
- microsoft/frontend-ui-dark-ts - Dark-themed React with Tailwind and animations
- microsoft/m365-agents-ts - M365, Teams, and Copilot Studio agents
- microsoft/react-flow-node-ts - React Flow node components with Zustand
- microsoft/zustand-store-ts - Zustand stores with middleware patterns
- microsoft/azd-deployment - Azure Container Apps deployment with azd
- microsoft/github-issue-creator - Structured GitHub issue reports from notes
- microsoft/mcp-builder - MCP server creation guide
- microsoft/podcast-generation - AI podcast audio with GPT Realtime Mini
- microsoft/skill-creator - Skill creation guide for Azure AI agents
- neondatabase/using-neon - Best practices for Neon Serverless Postgres
- dmmulroy/cloudflare-skill - Cloudflare platform reference for Workers, Pages, storage, AI, and networking
- ClickHouse/agent-skills - The official Agent Skills for ClickHouse. These skills help LLMs and agents to adopt best practices when working with ClickHouse.
- fal-ai-community/fal-audio - Text-to-speech and speech-to-text using fal.ai audio models
- fal-ai-community/fal-generate - Generate images and videos using fal.ai AI models
- fal-ai-community/fal-image-edit - AI-powered image editing with style transfer and object removal
- fal-ai-community/fal-platform - Platform APIs for model management, pricing, and usage tracking
- fal-ai-community/fal-upscale - Upscale and enhance image and video resolution using AI
- fal-ai-community/fal-workflow - Generate workflow JSON files for chaining AI models
- hashicorp/terraform-code-generation - Generate and validate Terraform HCL code
- hashicorp/terraform-module-generation - Create and refactor Terraform modules
- hashicorp/terraform-provider-development - Develop Terraform providers
- sanity-io/sanity-best-practices - Best practices for Sanity Studio, GROQ queries, and content workflows
- sanity-io/content-modeling-best-practices - Guidelines for designing scalable content models in Sanity
- sanity-io/seo-aeo-best-practices - SEO and answer engine optimization patterns for content sites
- sanity-io/content-experimentation-best-practices - Content A/B testing and experimentation workflows
- remotion-dev/remotion - Programmatic video creation with React
- WordPress/wordpress-router - Classifies WordPress repos and routes to the right workflow
- WordPress/wp-project-triage - Detects project type, tooling, and versions automatically
- WordPress/wp-block-development - Gutenberg blocks: block.json, attributes, rendering, deprecations
- WordPress/wp-block-themes - Block themes: theme.json, templates, patterns, style variations
- WordPress/wp-plugin-development - Plugin architecture, hooks, settings API, security
- WordPress/wp-rest-api - REST API routes/endpoints, schema, auth, and response shaping
- WordPress/wp-interactivity-api - Frontend interactivity with data-wp-* directives and stores
- WordPress/wp-abilities-api - Capability-based permissions and REST API authentication
- WordPress/wp-wpcli-and-ops - WP-CLI commands, automation, multisite, search-replace
- WordPress/wp-performance - Profiling, caching, database optimization, Server-Timing
- WordPress/wp-phpstan - PHPStan static analysis for WordPress projects
- WordPress/wp-playground - WordPress Playground for instant local environments
- WordPress/wpds - WordPress Design System
- transloadit/transloadit - Routes media tasks to the right skill
- transloadit/docs-transloadit-robots - Look up any of 86+ processing Robots
- transloadit/transform-generate-image - Generate images via AI models
- transloadit/transform-encode-hls-video - Encode video to HLS streaming format
- transloadit/integrate-uppy-s3-uploading - Add Uppy file uploads to Next.js apps
- transloadit/integrate-smartcdn-delivery - Smart CDN asset delivery in Next.js
- firecrawl/firecrawl-cli - Scrape, crawl, search, and map the web via CLI
- firecrawl/firecrawl-claude-plugin - Claude Code plugin for web scraping and search
Official curated skills from OpenAI's skills repository.
- openai/cloudflare-deploy - Deploy apps to Cloudflare using Workers, Pages, and platform services
- openai/develop-web-game - Build and test web games iteratively using Playwright with time-stepping
- openai/doc - Read, create, and edit .docx documents with formatting and layout fidelity
- openai/figma-implement-design - Translate Figma designs into production-ready code with pixel-perfect accuracy
- openai/figma - Fetch design context, screenshots, and assets from Figma for implementation
- openai/gh-address-comments - Address review and issue comments on open GitHub PRs via CLI
- openai/gh-fix-ci - Debug and fix failing GitHub Actions PR checks using log inspection
- openai/imagegen - Generate and edit images using OpenAI's Image API for projects
- openai/jupyter-notebook - Create clean, reproducible Jupyter notebooks for experiments and tutorials
- openai/linear - Manage issues, projects, and team workflows in Linear
- openai/netlify-deploy - Automate Netlify deployments with CLI auth, linking, and environment support
- openai/notion-knowledge-capture - Convert conversations into structured, searchable Notion wiki entries
- openai/notion-meeting-intelligence - Prep meetings by pulling Notion context and tailoring agendas
- openai/notion-research-documentation - Research Notion content and synthesize findings into structured briefs
- openai/notion-spec-to-implementation - Convert Notion specs into linked implementation plans and tasks
- openai/openai-docs - Provide authoritative guidance from OpenAI developer documentation
- openai/pdf - Read, create, and review PDFs with layout and visual formatting integrity
- openai/playwright - Automate real browser interactions for navigation, forms, and scraping
- openai/render-deploy - Deploy applications to Render's cloud platform using Git-backed services
- openai/screenshot - Capture desktop, app windows, or pixel regions across OS platforms
- openai/security-best-practices - Review code for language-specific security vulnerabilities
- openai/security-ownership-map - Map people-to-file ownership, compute bus factor, and identify risks
- openai/security-threat-model - Generate repo-specific threat models identifying trust boundaries
- openai/sentry - Inspect Sentry issues, summarize production errors, and pull health data
- openai/sora - Generate, remix, and manage short video clips via OpenAI's Sora API
- openai/speech - Generate spoken audio from text using OpenAI's API with built-in voices
- openai/spreadsheet - Create, edit, analyze, and visualize spreadsheets with formulas
- openai/transcribe - Transcribe audio files to text with optional speaker diarization
- openai/vercel-deploy - Deploy applications and websites to Vercel with preview or production options
- openai/yeet - Stage, commit, push code, and open a GitHub pull request via CLI
- coreyhaines31/marketingskills - 23+ marketing skills for SEO, copywriting, email, and ads
- BrianRWagner/ai-marketing-skills - 17 marketing frameworks for cold outreach, homepage audit, social cards, and more
- AgriciDaniel/claude-seo - Universal SEO skill for comprehensive website analysis and optimization
- ComposioHQ/content-research-writer - Enhance writing with research
- ComposioHQ/competitive-ads-extractor - Analyze competitor advertising
- wshuyi/x-article-publisher-skill - Publish articles to X/Twitter
- CosmoBlk/email-marketing-bible - 55K-word email marketing guide as an AI skill
- PSPDFKit-labs/nutrient-agent-skill - Document processing with Nutrient DWS API: convert (PDF/DOCX/XLSX/PPTX/HTML/images), extract text/tables, OCR (20+ languages), redact PII (pattern + AI), watermark, digital signatures, form filling. MCP server also available.
- notiondevs/Notion Skills for Claude - Skills for working with Notion
- op7418/NanoBanana-PPT-Skills - AI-powered PPT generation with document analysis and styled images
- zarazhangrui/frontend-slides - Generate animation-rich HTML presentations with visual style previews
- gokapso/integrate-whatsapp - Connect WhatsApp, set up webhooks, and send messages
- gokapso/automate-whatsapp - Build WhatsApp automations with workflows and agents
- gokapso/observe-whatsapp - Debug WhatsApp delivery issues and run health checks
- PleasePrompto/notebooklm-skill - Interact with NotebookLM for document-based conversations
- obra/superpowers-lab - Lab environment for Claude superpowers
- obra/brainstorming - Generate and explore ideas
- obra/writing-plans - Create strategic documentation
- obra/executing-plans - Implement and run strategic plans
- obra/dispatching-parallel-agents - Coordinate multiple simultaneous agents
- obra/sharing-skills - Distribute and communicate capabilities
- obra/using-superpowers - Leverage core platform capabilities
- ComposioHQ/meeting-insights-analyzer - Analyze meeting communication patterns
- ComposioHQ/image-enhancer - Improve image quality
- op7418/Youtube-clipper-skill - YouTube clip generation and editing with automated workflows
- ognjengt/founder-skills - Claude skills for founders with packaged startup workflows
- EveryInc/charlie-cfo-skill - Bootstrapped CFO financial management inspired by Charlie Munger
- wrsmith108/linear-claude-skill - Manage Linear issues, projects, and teams
- Shpigford/readme - Generate comprehensive project documentation
- hanfang/claude-memory-skill - Minimal, low-friction hierarchical memory system with background agents and filesystem-based persistence
- kreuzberg-dev/kreuzberg - Extract text, tables, and metadata from 62+ document formats
- robzolkos/skill-rails-upgrade - Analyze Rails apps and provide upgrade assessments
- Shpigford/screenshots - Generate marketing screenshots with Playwright
- antonbabenko/terraform-skill - Terraform infrastructure as code best practices
- zxkane/aws-skills - AWS development with infrastructure automation and cloud architecture patterns
- Rootly-AI-Labs/rootly-incident-responder - AI-powered incident response with ML similarity matching, solution suggestions, and on-call coordination. Requires Rootly MCP Server
- conorluddy/ios-simulator-skill - Control iOS Simulator
- sanjay3290/postgres - Execute safe read-only SQL queries against PostgreSQL databases
- sanjay3290/deep-research - Autonomous multi-step research using Gemini Deep Research Agent
- jthack/ffuf-claude-skill - Web fuzzing with ffuf
- lackeyjb/playwright-skill - Browser automation with Playwright
- ibelick/ui-skills - Opinionated, evolving constraints to guide agents when building interfaces
- nextlevelbuilder/ui-ux-pro-max-skill - UI/UX design patterns and best practices
- ehmo/platform-design-skills - 300+ design rules from Apple HIG, Material Design 3, and WCAG 2.2 for cross-platform apps
- scarletkc/vexor - Vector-powered CLI for semantic file search with a Claude/Codex skill
- obra/test-driven-development - Write tests before implementing code
- ComposioHQ/changelog-generator - Transform git commits into release notes
- obra/subagent-driven-development - Development using multiple sub-agents
- obra/systematic-debugging - Methodical problem-solving in code
- obra/root-cause-tracing - Investigate and identify fundamental problems
- obra/testing-skills-with-subagents - Collaborative testing approaches
- obra/testing-anti-patterns - Identify ineffective testing practices
- obra/finishing-a-development-branch - Complete Git code branches
- obra/requesting-code-review - Initiate code review processes
- obra/receiving-code-review - Process and incorporate code feedback
- obra/using-git-worktrees - Manage multiple Git working trees
- obra/verification-before-completion - Validate work before finalizing
- obra/condition-based-waiting - Manage conditional pauses or delays
- obra/commands - Create and manage command structures
- obra/writing-skills - Develop and document capabilities
- fvadicamo/dev-agent-skills - Git and GitHub workflow skills for commits, PRs, and code reviews
- omkamal/pypict-skill - Pairwise test generation
- alinaqi/claude-bootstrap - Opinionated project initialization with security-first guardrails, spec-driven atomic todos, LLM testing patterns, and CLI tool orchestration (gh, vercel, supabase)
- ZhangHanDong/makepad-skills - Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting.
- massimodeluisa/recursive-decomposition-skill - Handle long-context tasks (100+ files, 50k+ tokens) through recursive decomposition strategies based on RLM research
- AvdLee/swiftui-expert-skill - Modern SwiftUI best practices and iOS 26+ Liquid Glass adoption
- efremidze/swift-patterns-skill - Modern Swift/SwiftUI best practices
- Joannis/claude-skills - Swift Server development guidance with linting tool for best practices
- rudrankriyam/app-store-connect-cli-skills - Automate App Store deployments and management using ASC CLI
- rameerez/claude-code-startup-skills - Skills for building and running software startups, apps, and SaaS
- zscole/model-hierarchy-skill - Cost-optimized model routing based on task complexity
- CloudAI-X/threejs-skills - Three.js skills for creating 3D elements and interactive experiences
- muratcankoylan/context-fundamentals - Understand what context is, why it matters, and the anatomy of context in agent systems
- muratcankoylan/context-degradation - Recognize patterns of context failure: lost-in-middle, poisoning, distraction, and clash
- muratcankoylan/context-compression - Design and evaluate compression strategies for long-running sessions
- muratcankoylan/context-optimization - Apply compaction, masking, and caching strategies
- muratcankoylan/multi-agent-patterns - Master orchestrator, peer-to-peer, and hierarchical multi-agent architectures
- muratcankoylan/memory-systems - Design short-term, long-term, and graph-based memory architectures
- muratcankoylan/tool-design - Build tools that agents can use effectively, including architectural reduction patterns
- muratcankoylan/evaluation - Build evaluation frameworks for agent systems
- raintree-technology/apple-hig-skills - Apple Human Interface Guidelines as 14 agent skills covering platforms, foundations, components, patterns, inputs, and technologies for iOS, macOS, visionOS, watchOS, and tvOS
- K-Dense-AI/claude-scientific-skills - Scientific research and analysis skills
- NotMyself/claude-win11-speckit-update-skill - Windows 11 system management
- sanjay3290/imagen - Generate images using Google Gemini's API
- jeffersonwarrior/claudisms - SMS messaging integration
- SHADOWPR0/security-bluebook-builder - Build security Blue Books for sensitive apps
- obra/defense-in-depth - Multi-layered security approaches
- huifer/Claude-Ally-Health - A health assistant skill for medical information analysis, symptom tracking, and wellness guidance.
- frmoretto/clarity-gate - Epistemic quality verification for RAG systems
- zechenzhangAGI/AI-research-SKILLs - 77 AI research skills for model training, inference, and MLOps
- Orchestra-Research/AI-research-SKILLs - 20-module AI research skill library for model architecture, training, and ML paper writing
- komal-SkyNET/claude-skill-homeassistant - Supercharge and manage Home Assistant workflows
- prompt-security/clawsec - Security skill suite with drift detection, automated audits, and skill integrity verification
- lawvable/awesome-legal-skills - Curated agent skills for automating legal workflows
- czlonkowski/n8n-code-javascript - JavaScript in n8n Code nodes with data access patterns
- czlonkowski/n8n-code-python - Python coding in n8n Code nodes with limitations
- czlonkowski/n8n-expression-syntax - n8n expression syntax with {{}} and $json/$node variables
- czlonkowski/n8n-mcp-tools-expert - MCP tools guide with tool selection and node formats
- czlonkowski/n8n-node-configuration - Node configuration with dependency rules and AI connections
- czlonkowski/n8n-validation-expert - Fix n8n validation errors with error catalog
- czlonkowski/n8n-workflow-patterns - Workflow patterns for webhook, HTTP, database, and AI tasks
- materials-simulation-skills - Agent skills for computational materials science: numerical stability, time-stepping, linear solvers, mesh generation, simulation validation, parameter optimization, and post-processing
- wrsmith108/varlock-claude-skill - Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits
- SHADOWPR0/beautiful_prose - Hard-edged writing style contract for timeless, forceful English prose without AI tics
- ReScienceLab/opc-skills - Agent skills for solopreneurs with SEO, geo, and LLM tools
- SeanZoR/claude-speed-reader -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting
- Skill_Seekers -Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes.
- blader/humanizer - Remove signs of AI-generated writing from text, making it sound more natural and human
As the ecosystem grows, consistent quality helps agents discover and use skills reliably. The following references and criteria keep the bar high.
- AgentSkills.io Spec -- The open standard for skill metadata, structure, and interoperability across tools.
- Anthropic Best Practices -- Official guidance on writing effective skills for Claude Code.
- anthropics/skills -- Anthropic's official skills repository, useful as a reference implementation.
| Area | Guideline |
|---|---|
| Description | Write in third person. State what the skill does and when to use it. Use specific keywords agents can match on (e.g., "PostgreSQL migration" not "database stuff"). |
| Progressive disclosure | Keep top-level metadata under ~100 tokens. Skill body should stay below 500 lines. Load resources (large docs, schemas) on demand, not inline. |
| No absolute paths | Never hard-code machine-specific paths like /Users/alice/. Use relative paths or well-known variables ($HOME, $PROJECT_ROOT). |
| Scoped tools | Request only the tools the skill actually needs. Avoid blanket "tools": ["*"]. Declare tool dependencies explicitly. |
We welcome contributions! See CONTRIBUTING.md for guidelines.
- Submit new skills via PR
- Improve existing definitions
Note: Please don't submit skills you created 3 hours ago. We're now focusing on community-adopted skills, especially those published by development teams and proven in real-world usage. Quality over quantity.
MIT License - see LICENSE
This is a curated list. Skills listed here are created and maintained by their respective authors and teams, not by us. We select community-adopted, proven skills and do not audit, endorse, or guarantee the security or correctness of listed projects. They are not security-audited and should be reviewed before production use.
If you find an issue with a listed skill or want your skill removed, please open an issue and we'll take care of it promptly.