Curated Directory
Best Claude Code Skills 2026 - Curated Directory of AI Coding Skills
Claude Code skills are reusable prompt templates that give Claude specialized expertise. This curated directory highlights the most popular and useful skills — from code review to SEO optimization to security auditing.
31,700+ skills on GitHub
Updated April 2026
Curated & Verified
No entries match your search.
What are Claude Code Skills?
Skills are markdown files (SKILL.md) that give Claude Code specialized expertise in specific domains. When you install a skill, Claude automatically activates it when your task matches the skill’s trigger conditions.
For example:
- Install the Homepage Audit skill → Claude can systematically score and improve your landing pages
- Install the STRIDE Analysis skill → Claude can perform structured threat modeling
- Install the SEO Optimizer skill → Claude can audit your content for search ranking improvements
How Skills Work
- You install a SKILL.md file to
~/.claude/skills/
- Claude detects the skill automatically on startup
- When relevant, Claude applies the skill’s specialized knowledge
- No configuration needed — skills are plug-and-play
Skill Quality Varies
There are 31,700+ skills on GitHub, but quality varies enormously. Some are well-crafted frameworks from major open source projects (Next.js, PyTorch, Electron). Others are auto-generated stubs with no real content.
This directory focuses on skills that:
- Come from repos with significant GitHub stars
- Have real, detailed instructions (not empty templates)
- Are actively maintained
- Provide genuine value beyond what Claude already knows
We update this directory regularly.
Frequently Asked Questions
What are Claude Code skills?
Skills are SKILL.md files that give Claude Code specialized knowledge and behaviors. They act as reusable system prompts — install a skill and Claude automatically uses it when relevant.
How do I install a skill?
Download the SKILL.md file to ~/.claude/skills/skill-name/SKILL.md. Claude Code automatically detects and loads skills from this directory. Restart Claude Code after installing.
Where do I find more skills?
The biggest collections are awesome-claude-skills (51K stars) and antigravity-awesome-skills (31K stars). You can also use the skill-manager skill to search 31,700+ skills from within Claude Code.
Can I create my own skills?
Yes. A skill is just a markdown file with a YAML frontmatter (name, description) and instructions. See the skill-writer skill from PyTorch's repo for a guided creation process.