Awesome Claude Code Skills
The largest directory of Claude Code agent skills. Install coding tools, automation workflows, and developer plugins that extend Claude's capabilities with structured SKILL.md files.
What Are Claude Code Skills?
Claude Code skills are reusable instruction sets packaged as SKILL.md files that teach Claude how to perform specialized tasks. They extend Claude's capabilities beyond its default training, giving it domain expertise in specific tools, frameworks, and workflows.
- ✓Extend Claude with domain-specific expertise
- ✓Automate repetitive development tasks
- ✓Structured prompts for consistent, high-quality output
- ✓Reusable across projects and teams
- ✓Git-friendly — version control your AI skills
- ✓Compatible with Claude Code, Codex, and Cursor
- ✓Community-driven — 1,000+ skills and growing
- ✓One-line install via npx skills add
Featured Claude Code Skills
View all →Othman-Benbrahim/SPC-Symbolic-Prompt-Compression
Réduire le coût tokenique des sessions LLM par un DSL symbolique minimaliste, une pierre de Rosette locale, et un skill Claude d'exécution.
$ npx skills add Othman-Benbrahim/SPC-Symbolic-Prompt-CompressionCalq-dev/laravel-ai-skills
Agent Skills (open standard) support for the Laravel AI SDK — vendor-agnostic SKILL.md loader with optional Anthropic native container.skills[] integration.
$ npx skills add Calq-dev/laravel-ai-skillsharrydaihaolin/agent-readiness-skill
Agent skill (Claude / Cursor) that scores and fixes agent-readiness in a repo via the agent-readiness-mcp server
$ npx skills add harrydaihaolin/agent-readiness-skillolafkfreund/skill_pool
Self-hosted Claude Code skill/agent/command registry for teams — CLI, web UI, auto-bootstrap, retrospective capture.
$ npx skills add olafkfreund/skill_poolyashiel/claude-code-starter
Claude Code starter template: Next.js 15 + Appwrite + shadcn/ui with CLAUDE.md, security playbook, MCP setup, and custom skills
$ npx skills add yashiel/claude-code-starterSirBepy/sirbepy_claude_config
Claude Code config - CLAUDE.md, skills, settings
$ npx skills add SirBepy/sirbepy_claude_configdennis-liu-glean/ds-ai-skills-starter-pack
Data Science AI skills starter pack with importable SKILL.md files for Glean and Claude-style workflows.
$ npx skills add dennis-liu-glean/ds-ai-skills-starter-packflight505/claude-skills-jesper
Curated Claude Code skills, agents, personas, and commands — vendors alirezarezvani/claude-skills via git subtree plus first-party additions. Forge-installable.
$ npx skills add flight505/claude-skills-jesperval-town/plugin
Val Town plugin for AI coding agents (Claude Code, Cursor). MCP + skill in one install: npx plugins add val-town/plugin
$ npx skills add val-town/pluginoutbountpartners/outbound-mcp
MCP server (cross-provider: Claude, ChatGPT, n8n) for the Outbound Partners Portal API. Built using anthropics/skills mcp-builder.
$ npx skills add outbountpartners/outbound-mcpVedaAstro/veda-skills
Claude Code Skills for Veda Platform
$ npx skills add VedaAstro/veda-skillsimink/any-sync
Bidirectional sync for VS Code, Claude Code & OpenClaw via GitHub | 通过 GitHub 在不同设备间同步 VS Code、Claude Code 和 OpenClaw 的技能、记忆和配置文件
$ npx skills add imink/any-syncHow to Install Claude Code Skills
Install with add-skill (recommended)
The fastest way to install any skill. This clones the skill repo and sets up the SKILL.md in your workspace.
npx skills add anthropics/skills
Or clone manually from GitHub
Clone the skill repository and copy the SKILL.md file to your Claude Code skills directory.
git clone https://github.com/author/skill-repo cp skill-repo/SKILL.md ~/.claude/skills/
Use the skill in Claude Code
Once installed, Claude Code automatically loads the skill when you start a new session. The skill's instructions are injected into Claude's context, giving it specialized capabilities.