Skip to main content
Claude Code

Claude Code Skills — Best AI Coding Skills for Claude Code CLI

What is Claude Code?

Claude Code is Anthropic's official command-line AI coding agent. It runs directly in your terminal, understands your entire codebase, and can autonomously plan and execute complex development tasks.

Unlike chat-based AI assistants, Claude Code operates as an agent — it reads files, writes code, runs tests, commits changes, and handles multi-step workflows with your approval.

Key Features

  • Terminal-native: Runs in your shell, works with any project
  • Full codebase awareness: Reads and understands your entire project
  • Agentic execution: Plans multi-step tasks and executes them
  • Tool use: Runs commands, edits files, searches code
  • Agent skills: Load domain-specific knowledge via SKILL.md files
  • MCP support: Connect to external tools and APIs

How Skills Work in Claude Code

Claude Code reads SKILL.md files to learn domain-specific knowledge. When you ask it to work on something covered by a skill, it automatically applies the right instructions.

Installing Skills

/learn @owner/skill-name

Skills are installed locally and loaded into context when relevant. You can install as many as you need — only the relevant ones are loaded per conversation.

Project vs Global Skills

Project SkillsGlobal Skills
Location.claude/skills/~/.claude/skills/
SharedYes (via git)No (local only)
ScopeCurrent projectAll projects
Use caseTeam standards, project setupPersonal workflows

Skills vs MCP Servers

SkillsMCP Servers
FormatSKILL.md (markdown)JSON-RPC protocol
PurposeDomain knowledge, instructionsAPI integrations, external tools
Example"How to write tests in our codebase""Connect to PostgreSQL database"
Install/learn commandClaude Code settings

Top Skills for Claude Code

SkillWhat it does
Frontend DesignBuild production-grade UIs with high design quality
Code ReviewReview code for bugs, security, and best practices
SEO OptimizerOptimize web content for search engines
DevOpsCI/CD pipelines, Docker, infrastructure automation
TestingWrite comprehensive test suites
French AccountantFrench business accounting and compliance

Browse all Claude Code skills →

Claude Code vs Other AI Coding Tools

FeatureClaude CodeCursorClineGitHub Copilot
TypeCLI agentStandalone IDEVS Code extensionIDE extension
PriceUsage-based$20/moFree (BYO key)$10-19/mo
Open SourceYesNoYesNo
Runs inTerminalCursor IDEVS CodeAny IDE
Agent SkillsSKILL.mdSKILL.mdSKILL.md + MCPLimited
Best forTerminal-first devsIDE power usersVS Code usersQuick suggestions

Getting Started

  1. Install Claude Code from Anthropic
  2. Install the learn skill: /learn @agentskill-sh/learn
  3. Browse skills on agentskill.sh
  4. Install any skill: /learn @owner/skill-name

Explore Claude Code Skills

Browse 40,000+ skills ready to install with /learn

Browse All Skills