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.
8 skills in development
API Design
CommunityREST API design best practices including versioning, error handling, pagination, and documentation.
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-practicesClaude API
OfficialBuild applications using the Claude API and Anthropic SDK with best practices.
npx @anthropic-ai/claude-code skills add anthropics/skills/claude-apiMCP Builder
OfficialCreate MCP (Model Context Protocol) servers from scratch with proper tool definitions.
npx @anthropic-ai/claude-code skills add anthropics/skills/mcp-builderWeb Artifacts Builder
OfficialBuild interactive web artifacts and standalone HTML/CSS/JS components.
npx @anthropic-ai/claude-code skills add anthropics/skills/web-artifacts-builderHow 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