Claude Code Skills GitHub: Best Repos & Libraries [2026]
The definitive guide to finding, installing, and contributing to Claude Code skills on GitHub. Ranked repos, search patterns, and how to build your own skills library.
Quick Answer
The best Claude Code skills repos on GitHub are: anthropics-community/awesome-claude-code-skills (87 curated skills), openclaw/claude-skills-starter-pack (20 essentials), and vercel-labs/fullstack-claude-skills (34 production-ready skills). Search GitHub for SKILL.md "claude code" to find 3,200+ results.
Why GitHub Is the Hub for Claude Code Skills
Claude Code skills are plain text SKILL.md files — making GitHub the natural home for discovery, versioning, and sharing. In 2026, thousands of developers have published their skill collections publicly, creating a rich ecosystem of ready-to-use workflows.
Unlike closed marketplaces, GitHub skills are forkable, improvable, and composable. You can start with an existing skill, customize it for your stack, and contribute back. Explore the full catalog at mcpdirectory.app/skills for verified, curated options.
7 Best Claude Code Skills Repos on GitHub
Ranked by stars, quality, and community activity. All verified to work with Claude Code 2026.
anthropics-community/awesome-claude-code-skills
The community-curated list of the best Claude Code skills, organized by category. The go-to starting point for any developer building a skills library.
87 verified skillsDaily updatesContribution guideQuality ratings87 skills included
openclaw/claude-skills-starter-pack
Official OpenClaw starter kit with 20 essential skills for everyday development workflows. Perfect for developers new to Claude Code skills.
/commit/review-pr/test-runner/deploy/document20 skills included
vercel-labs/fullstack-claude-skills
Production-ready skills collection for full-stack developers. Covers React, Next.js, Prisma, and deployment workflows with real-world examples.
Next.js optimizedVercel deploy skillsDatabase skillsAPI testing34 skills included
devsecops-community/security-skills-collection
Security-focused Claude Code skills for developers who care about safe code. Includes OWASP scanning, secret detection, and compliance checks.
OWASP Top 10Secret scanningSBOM generationCompliance audit18 skills included
mlops-hub/data-engineering-skills
Skills for data engineers and ML practitioners. Covers ETL pipelines, model evaluation, data quality checks, and notebook documentation.
SQL optimizationPipeline debuggingModel evaluationData docs26 skills included
cursor-community/cursor-compatible-skills
Skills designed to work identically in Claude Code and Cursor. Cross-IDE compatibility with documented differences between SKILL.md and .mdc format.
Cross-IDECursor nativeSKILL.md + .mdcMigration guide22 skills included
ai-dev-tools/skills-templates-library
Blank, documented templates for every skill type. The best starting point when creating new skills from scratch — skip the boilerplate.
Tutorial templateBest-of templateHow-to templateComparison template15 skills included
How to Find Claude Code Skills on GitHub
Use these proven search patterns to discover new skills on GitHub:
SKILL.md "claude code"Find all repos using the SKILL.md format with Claude Code
3,200+ results
topic:claude-skillsGitHub topic tag for Claude skills repositories
450+ repos
awesome-claude-skillsAwesome lists focused on Claude Code skills
28 curated lists
claude code skills templateStarter templates for creating your own skills
890+ results
How to Fork and Customize Skills
Found a skill that's almost perfect? Forking and customizing takes 2 minutes:
# 1. Clone the skills repo git clone https://github.com/openclaw/claude-skills-starter-pack # 2. Copy the skill you want to customize cp -r claude-skills-starter-pack/commit ~/.claude/skills/commit # 3. Edit to match your team's standards nano ~/.claude/skills/commit/SKILL.md # 4. For project-specific version, add to your repo cp -r claude-skills-starter-pack/commit ./.claude/skills/commit git add .claude/skills/ git commit -m "feat: add commit skill from openclaw starter pack"
For creating skills from scratch, read our complete Claude Code skills guide or follow the SKILL.md authoring guide.
Install Skills Instantly with skills.sh
skills.sh is the community command-line installer for Claude Code skills. Think of it like npm but for SKILL.md files:
# Install skills.sh curl -fsSL https://skills.sh/install | bash # Install a skill from the registry skills install commit skills install review-pr skills install test-runner # Search for skills skills search "database" # List installed skills skills list # Update all skills skills update
Frequently Asked Questions
Where can I find Claude Code skills on GitHub?
Search GitHub for 'SKILL.md claude code', browse the 'claude-skills' topic tag, or check the awesome-claude-code-skills repository for a curated list. The OpenClaw ecosystem (github.com/openclaw) is the largest hub for community skills.
What is the best Claude Code skills repo?
For beginners, the openclaw/claude-skills-starter-pack is the best starting point with 20 essential skills. For power users, anthropics-community/awesome-claude-code-skills has 87 curated options across all categories.
How do I install Claude Code skills from GitHub?
Clone or download the skill folder, then copy it to ~/.claude/skills/ (global) or your project's .claude/skills/ directory. Example: git clone https://github.com/openclaw/claude-skills && cp -r claude-skills/commit ~/.claude/skills/
Can I create my own Claude Code skills library?
Absolutely. Create a GitHub repo with a skills/ directory containing subdirectories for each skill. Each subdirectory needs a SKILL.md file. Add a README.md listing all skills, then publish it and submit to the awesome-claude-code-skills list.
What is OpenClaw and how does it relate to Claude Code skills?
OpenClaw is the community ecosystem for Claude Code agent skills — think npm but for SKILL.md files. It maintains the official skills starter pack, a skills registry, and the skills.sh command-line installer for quickly adding skills to any project.
Browse the Verified Skills Catalog
Skip the GitHub search — mcpdirectory.app has already curated and verified 50+ Claude Code skills. Browse by category, copy the SKILL.md, and get productive instantly.