GitHub Resources
11 min read
Updated March 2026

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.

Published on March 14, 2026 • Updated for 2026 skills ecosystem

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.

⏱️ TL;DR: GitHub has thousands of SKILL.md repos — start with OpenClaw's starter pack.

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.

#1

anthropics-community/awesome-claude-code-skills

Meta-list
4.2k

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 ratings

87 skills included

#2

openclaw/claude-skills-starter-pack

Starter Kit
2.8k

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/document

20 skills included

#3

vercel-labs/fullstack-claude-skills

Full-Stack
1.9k

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 testing

34 skills included

#4

devsecops-community/security-skills-collection

Security
1.4k

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 audit

18 skills included

#5

mlops-hub/data-engineering-skills

Data / ML
1.1k

Skills for data engineers and ML practitioners. Covers ETL pipelines, model evaluation, data quality checks, and notebook documentation.

SQL optimizationPipeline debuggingModel evaluationData docs

26 skills included

#6

cursor-community/cursor-compatible-skills

Cross-IDE
980

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 guide

22 skills included

#7

ai-dev-tools/skills-templates-library

Templates
750

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 template

15 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-skills

GitHub topic tag for Claude skills repositories

450+ repos

awesome-claude-skills

Awesome lists focused on Claude Code skills

28 curated lists

claude code skills template

Starter 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.