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 →evalee101010/zixun-ribao-skill
Reusable Codex/Claude skill for generating Chinese daily news briefings
$ npx skills add evalee101010/zixun-ribao-skillhamsof/okf-claude-skills-demo
Sample POS + OKF-formatted Claude skills + static HTML site. Companion to an article on cutting Claude token usage with Google's Open Knowledge Format.
$ npx skills add hamsof/okf-claude-skills-demoemanueletoffolon/claude-skills
Repository per le skill claude personalizzate
$ npx skills add emanueletoffolon/claude-skillshm0163983-sudo/claude-auto-sync
24/7 auto-sync for Claude Code, Gemini CLI, and Codex — skills & MCPs
$ npx skills add hm0163983-sudo/claude-auto-syncfredmayor88/car-setups
A free Claude Skill that crafts personalized car setups for Assetto Corsa Rally — tuned to your driving style and preferences — and saves them to your Notion, so you can read them on your phone while you play. Or when taking a 💩
$ npx skills add fredmayor88/car-setupsRaphLorr/claude-skill-image-gen
A Claude Code skill to generate images with OpenAI gpt-image-2 using your ChatGPT plan quota — no API key. Shells out to the official codex CLI.
$ npx skills add RaphLorr/claude-skill-image-genhujimori/my-claude-skills
Recently updated agent-skill-related GitHub repository: hujimori/my-claude-skills.
$ npx skills add hujimori/my-claude-skillshanranyyy/claude-skill-introduce-ts
一个 Claude Code Skill:让 Claude 帮你把 TypeScript 增量接入现有的 JS 项目(webpack / vite / rollup × Vue 2 / Vue 3 / React)。自动探测构建工具与框架、生成 tsconfig、改造打包器、迁一个文件做冒烟验证。
$ npx skills add hanranyyy/claude-skill-introduce-tshosamyaserturkey-ops/claude-skills
Recently updated agent-skill-related GitHub repository: hosamyaserturkey-ops/claude-skills.
$ npx skills add hosamyaserturkey-ops/claude-skillsjyeokchoi/claude-skills
Recently updated agent-skill-related GitHub repository: jyeokchoi/claude-skills.
$ npx skills add jyeokchoi/claude-skillsygyzys83/VoyageGT
VoyageGT is an AI-powered travel agent that helps you plan trips anywhere in the world. It uses real-time web search via Tavily, smart reasoning, and a dual-path agentic workflow to create personalized, realistic, and well-organized travel itineraries.
$ npx skills add ygyzys83/VoyageGTArtRichards/simplify
Claude Code skill: post-implementation simplify mode (TDD Phase 10) — replaces clever code with obvious code, preserves behavior, makes no changes if nothing genuinely simplifies.
$ npx skills add ArtRichards/simplifyHow 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.