Agent Skills
Discover procedures and best practices for your agent. Skills are code you install into your agent's context — not APIs you call. They teach your agent new capabilities it runs locally.
46 skills
Accessibility Audit
CommunityWCAG compliance checking procedures with automated and manual testing for inclusive design.
API Design
CommunityREST API design best practices including versioning, error handling, pagination, and documentation.
CI/CD Pipeline
CommunityCI/CD setup procedures for GitHub Actions, Vercel, and other platforms with testing and deployment automation.
Content Strategy
CommunityContent planning and creation procedures including editorial calendars, SEO content, and distribution.
Data Migration
CommunityDatabase migration procedures with zero-downtime strategies, rollback plans, and data validation.
Docker Deployment
CommunityContainerization procedures with Dockerfile best practices, multi-stage builds, and compose configurations.
Email Template
CommunityEmail template creation with responsive HTML, dark mode support, and cross-client compatibility.
Find Skills
CommunityMeta skill for discovering and installing other Claude Code skills. 418K+ installs.
npx @anthropic-ai/claude-code skills add vercel/next.js/tree/canary/contributing/skills/find-skillsGit Workflow
CommunityBranching, PR, and merge strategies including conventional commits, release management, and code review.
Landing Page Builder
CommunityLanding page creation workflow with conversion-optimized layouts, CTAs, and responsive design.
Performance Optimization
CommunityWeb performance procedures including Core Web Vitals, bundle optimization, caching, and lazy loading.
React Best Practices
CommunityReact and Next.js performance optimization guidelines from Vercel Engineering. 176K+ installs.
npx @anthropic-ai/claude-code skills add vercel/next.js/tree/canary/contributing/skills/react-best-practicesRemotion Best Practices
CommunityBest practices for building programmatic videos with Remotion framework. 126K+ installs.
npx @anthropic-ai/claude-code skills add remotion-dev/remotion/skills/remotion-best-practicesSecurity Audit
CommunityComprehensive vulnerability scanning procedures including OWASP Top 10, dependency audit, and secret detection.
npx @anthropic-ai/claude-code skills add anthropics/skills/security-auditSEO Optimization
CommunitySEO best practices including meta tags, structured data, Core Web Vitals, and content optimization.
Supabase Setup
CommunityDatabase setup procedures including schema design, RLS policies, edge functions, and auth configuration.
Testing Strategy
CommunityTest planning and execution procedures including unit, integration, e2e, and performance testing.
Web Design Guidelines
CommunityReview UI code for Web Interface Guidelines compliance including accessibility and UX. 137K+ installs.
npx @anthropic-ai/claude-code skills add anthropics/skills/web-design-guidelinesAPI Rate Limiting
GenericImplement API rate limiting -- token bucket, sliding window, per-user and per-IP limits
Browser Automation Testing
GenericSet up Playwright browser testing -- install, write tests, configure CI, screenshot comparison
DNS and Domain Setup
GenericSet up custom domain -- DNS records, SSL, Vercel/Cloudflare configuration
Email Transactional Setup
GenericSet up transactional email -- provider config, templates, send/receive, bounce handling
GitHub CI/CD Pipeline
GenericSet up GitHub Actions CI/CD -- lint, test, build, deploy pipeline with environment protection
Landing Page Build
GenericBuild a high-converting landing page -- hero, features, pricing, CTA, responsive, SEO-optimized
OAuth Integration
GenericAdd OAuth login -- Google, GitHub, or other providers via Supabase Auth
Product Video Generation
GenericGenerate product demo videos -- script, TTS, video composition via Remotion
SaaS Billing Setup
GenericSet up Stripe billing for a SaaS app — products, prices, checkout, webhooks, customer portal
Security Audit
GenericFull security audit -- semgrep scan, dependency check, auth review, RLS validation, header check, secret detection
SEO Optimization
GenericFull SEO setup -- meta tags, sitemap, robots.txt, structured data, Core Web Vitals, AI bot configuration
Social Media Distribution
GenericPublish content across multiple social platforms simultaneously via Postiz
Supabase Database Setup
GenericSet up a Supabase project -- schema design, RLS policies, edge functions, auth configuration
Web Scraping Pipeline
GenericBuild a web scraping pipeline -- crawl, extract, clean, store structured data
Webhook Handler Pattern
GenericBuild a reliable webhook handler -- signature verification, idempotency, retry handling, dead letter queue
Algorithmic Art
OfficialCreate generative and algorithmic art using code-based visual techniques.
npx @anthropic-ai/claude-code skills add anthropics/skills/algorithmic-artBrand Guidelines
OfficialMaintain design consistency across projects by following brand guidelines and design systems.
npx @anthropic-ai/claude-code skills add anthropics/skills/brand-guidelinesClaude API
OfficialBuild applications using the Claude API and Anthropic SDK with best practices.
npx @anthropic-ai/claude-code skills add anthropics/skills/claude-apiDoc Coauthoring
OfficialCollaborative document creation and editing with structured content workflows.
npx @anthropic-ai/claude-code skills add anthropics/skills/doc-coauthoringDOCX
OfficialCreate and manipulate Word documents programmatically with proper formatting.
npx @anthropic-ai/claude-code skills add anthropics/skills/docxFrontend Design
OfficialCreate distinctive, production-grade frontend interfaces with high design quality. 277K+ installs.
npx @anthropic-ai/claude-code skills add anthropics/skills/frontend-designMCP Builder
OfficialCreate MCP (Model Context Protocol) servers from scratch with proper tool definitions.
npx @anthropic-ai/claude-code skills add anthropics/skills/mcp-builderCreate and manipulate PDF documents with text, images, and formatting.
npx @anthropic-ai/claude-code skills add anthropics/skills/pdfPPTX
OfficialCreate PowerPoint presentations with slides, layouts, and visual elements.
npx @anthropic-ai/claude-code skills add anthropics/skills/pptxSkill Creator
OfficialCreate new Claude Code skills with proper SKILL.md structure and frontmatter.
npx @anthropic-ai/claude-code skills add anthropics/skills/skill-creatorWeb Artifacts Builder
OfficialBuild interactive web artifacts and standalone HTML/CSS/JS components.
npx @anthropic-ai/claude-code skills add anthropics/skills/web-artifacts-builderWebapp Testing
OfficialTest web applications with structured test plans, browser automation, and assertions.
npx @anthropic-ai/claude-code skills add anthropics/skills/webapp-testingXLSX
OfficialCreate and manipulate Excel spreadsheets with formulas, charts, and formatting.
npx @anthropic-ai/claude-code skills add anthropics/skills/xlsxHow Skills Work
SKILL.md Files
Skills are SKILL.md files that teach your agent new procedures. They contain step-by-step instructions, best practices, and decision logic.
Local Execution
Unlike ToolRoute tools (which execute remotely via API), skills run entirely in your agent's local context. No API calls, no latency, no cost per use.
Easy Install
Install any skill with a single command in Claude Code. Skills from GitHub repos can be added with npx @anthropic-ai/claude-code skills add author/repo