Skip to content

Agent Skills for Claude Code

Claude Code is Anthropic's official command-line AI coding tool. Agent skills placed in .claude/skills/ are auto-discovered at startup and loaded progressively — metadata first, full instructions when activated.

🗂️ 20

Skills available

📁 5

Categories

Open standard

📦 How to Install Agent Skills in Claude Code

📂 Project Level

Skills for this project only

.claude/skills/
mkdir -p .claude/skills/
git clone <skill-url> \
  .claude/skills/skill-name

🌍 Global Level

Skills available in every project

~/.claude/skills/
mkdir -p ~/.claude/skills/
git clone <skill-url> \
  ~/.claude/skills/skill-name

📖 Official Claude Code documentation

platform.claude.com/docs/en/agents-and-tools/agent-skills/overview →

⭐ Featured Agent Skills for Claude Code

Frontend Design

💻 coding

Guides creation of distinctive, production-grade frontend interfaces that avoid generic 'AI slop' aesthetics. Official skill from Anthropic.

Claude Code Copilot Cursor Gemini CLI +3

Skill Creator

⚡ productivity

A meta-skill for creating new skills and iteratively improving them. Helps draft, test, and benchmark SKILL.md files. Official from Anthropic.

Claude Code Copilot Cursor Gemini CLI +3

Web App Testing

🧪 testing

Test local web applications using Playwright. Official Anthropic skill for end-to-end browser automation and test generation.

Claude Code Copilot Cursor Gemini CLI +3

MCP Server Builder

🧠 ai

Create MCP (Model Context Protocol) servers to integrate external APIs and services. Official Anthropic skill.

Claude Code Copilot Cursor Gemini CLI +3

HashiCorp Terraform

⚙️ devops

A collection of Agent skills for HashiCorp products. Write HCL code, build modules, and develop Terraform providers.

Claude Code Copilot Cursor Gemini CLI +3

React Native Optimization

💻 coding

Performance optimization for React Native apps. Agent-optimized skills from the Callstack engineering team.

Claude Code Copilot Cursor Gemini CLI +3

Linear Integration

⚡ productivity

Manage Linear issues, projects, and teams directly from your coding agent using the Linear API.

Claude Code Copilot Cursor Gemini CLI +3

FastAPI Expert

💻 coding

Comprehensive FastAPI development guidelines including dependency injection, Pydantic v2 schemas, and async database integration.

Claude Code Copilot Cursor Gemini CLI +3

Next.js App Router

💻 coding

Strict enforcement of React Server Components, Server Actions, and Next.js 14+ best practices.

Claude Code Copilot Cursor Gemini CLI +3

💻 Coding 4 skills

Web Artifacts Builder

💻 coding

Build complex claude.ai HTML artifacts with React and Tailwind. Official Anthropic agent skill.

Claude Code

Algorithmic Art

💻 coding

Create generative art using p5.js with seeded randomness. Official Anthropic agent skill for creative coding.

Claude Code Cursor Windsurf

Tailwind CSS Mastery

💻 coding

Design system implementation rules using Tailwind CSS, ensuring responsive design and consistent utility class usage.

Claude Code Copilot Cursor Gemini CLI +3

Go Microservices

💻 coding

Idiomatic Go guidelines for building resilient microservices with proper concurrency, error handling, and gRPC.

Claude Code Copilot Cursor Gemini CLI +3

⚡ Productivity 2 skills

Claude Bootstrap

⚡ productivity

Opinionated project initialization with security-first guardrails, spec-driven atomic todos, and LLM testing patterns.

Claude Code Copilot Cursor Gemini CLI +3

Claude Code Templates

⚡ productivity

CLI tool and templates for configuring and monitoring Claude Code. Includes ready-to-use skill structures.

Claude Code

🧪 Testing 1 skills

Jest Testing Patterns

🧪 testing

Enforces comprehensive unit testing patterns with Jest, focusing on mocking strategies and high test coverage.

Claude Code Copilot Cursor Gemini CLI +3

⚙️ Devops 4 skills

Postgres Optimization

⚙️ devops

Database design guidelines focusing on index strategies, query optimization, connection pooling, and JSONB usage.

Claude Code Copilot Cursor Gemini CLI +3

Docker Best Practices

⚙️ devops

Rules for creating multi-stage, secure, and minimal Docker images for production deployments.

Claude Code Copilot Cursor Gemini CLI +3

GitHub Actions CI/CD

⚙️ devops

Standardized GitHub Actions workflows for testing, linting, and automated deployments with security best practices.

Claude Code Copilot Cursor Gemini CLI +3

AWS Architecture

⚙️ devops

Architectural guidelines for deploying scalable applications on AWS using serverless and containerized solutions.

Claude Code Copilot Cursor Gemini CLI +3

Built a useful Claude Code agent skill?

Share it with the community — all submissions are reviewed.

➕ Submit a Skill