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 →surpradhan/claude-code-for-ai-engineers-eval
Test harness for Claude Code skill packs
$ npx skills add surpradhan/claude-code-for-ai-engineers-evalEnricrypto/cypher-claude-skills
A repository of reusable Claude Code skills and agents. The Feature Loop — a 5-stage, 10-agent system — runs in Claude Code to turn feature ideas into merged, tested code. No CLI. No npm. Pure Claude Code.
$ npx skills add Enricrypto/cypher-claude-skillstuvens/phased-development
Multi-tier orchestration plugin for Claude Code: phase/sprint roles, testing protocol, Codex delegation, Sprint 0 trial pattern. Use for long-running projects (3+ phases expected).
$ npx skills add tuvens/phased-developmenttoktop/toktop
Local-first usage and live status for Claude Code & Codex sessions — skills, MCP servers, and tools.
$ npx skills add toktop/toktopiliyanyotov/house-rules
Claude Code skills for writing software that holds up — distilled from books, production bugs, refactors, and patterns that survived across team shapes
$ npx skills add iliyanyotov/house-ruleskylezantos/design-motion-principles
A Claude Code skill for motion design audits, trained on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. Context-aware, per-designer feedback on your animations.
$ npx skills add kylezantos/design-motion-principlesngvoicu/consensflow-cc
Ask other AI coding agents (Claude Code, Codex, Pi, OpenCode) for a second opinion, one at a time, by name - a Claude Code plugin
$ npx skills add ngvoicu/consensflow-ccEdward4226/codex-maxxing
Drop-in AGENTS.md / CLAUDE.md + 3 companion skills distilled from Jason Liu's《Codex-maxxing》(2026-05-10). Executable rules, not a reprint.
$ npx skills add Edward4226/codex-maxxingflowork-os/Flowork-OS
⚡ Your own sovereign AI-agent OS — boot from USB or run on any OS, powered by your own Claude subscription, 24/7. Microkernel + WASM agents, two-tier brain, P2P mesh, anti-ban router. Pure-Go, no Docker, no telemetry.
$ npx skills add flowork-os/Flowork-OSmvschwarz/openrig
Multi-agent harness that runs Claude Code and Codex together as one system
$ npx skills add mvschwarz/openrigHyeonu-Cha/dotnet-coverage-mcp
An MCP (Model Context Protocol) server that exposes .NET code coverage tooling as callable tools for AI assistants such as Claude Code or Gemini CLI
$ npx skills add Hyeonu-Cha/dotnet-coverage-mcpdceoy/docker-claude-code
Dockerfile and compose.yml for Claude Code with LiteLLM proxy
$ npx skills add dceoy/docker-claude-codeHow 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.