13 Best Claude Code Skills for Developers (2026)
The best Claude Code skills for developers in 2026, ranked by GitHub stars - Caveman, security, frontend, and full-stack packs, plus how to install them.

Last updated: June 2026 | Reading time: 11 minutes
If you live in the terminal with Claude Code, Skills are the upgrade you've been missing. A Skill is just a Markdown file (plus optional scripts) that teaches Claude how to do one thing really well—and Claude only loads it when the task actually calls for it. That means you can stack a dozen specialized capabilities without bloating every prompt.
The catch: there are now thousands of Skills on GitHub, and quality varies wildly. So we pulled the ones developers are actually starring and installing, grouped them by the job they do, and verified the numbers. Star counts below are approximate, as of June 2026.
New here? Start with What Are Claude Skills? for the concept, then come back. If you want non-developer Skills too, see our 20 Best Claude Skills roundup.
Claude Code Skills vs. Claude.ai Skills
Quick clarification, because the terms get mixed up:
- Claude.ai Skills run inside the Claude app and code-interpreter environment (think DOCX, PPTX, brand guidelines). Anthropic ships these in anthropics/skills (~148k ⭐).
- Claude Code Skills run in the CLI alongside your codebase—reviewing diffs, planning features, driving browsers, cutting token costs. Those are what this list focuses on.
Most Skills below drop into ~/.claude/skills/ (or your project's .claude/skills/) as a folder with a SKILL.md file. More on installation at the end.
⚡ Token Efficiency & Planning
1. Caveman — ~70k ⭐
JuliusBrussee/caveman is the breakout hit of the ecosystem. Its premise—"why use many token when few token do trick"—is exactly what it delivers: it strips narration, filler, and pleasantries from Claude's output while keeping every technical fact and code block intact, cutting output tokens by roughly 65%. On a heavy Claude Code day, that's real money.
Best for: Anyone burning through tokens on long agent sessions
2. Planning with Files — ~23k ⭐
OthmanAdi/planning-with-files implements Manus-style persistent Markdown planning. Instead of losing the thread mid-task, Claude writes and updates a plan file as it works—so long, multi-step jobs stay coherent across context windows.
Best for: Large refactors, multi-file features, anything that outlives one context window
🛡️ Security & Reverse Engineering
3. Trail of Bits Security Skills — ~5.6k ⭐
trailofbits/skills comes from one of the most respected names in security auditing. The pack covers security research, vulnerability detection, and code analysis with the kind of methodology you'd normally pay a firm for. Worth installing even if you only review your own code.
Best for: Security-conscious developers, anyone shipping code that handles user data
4. Android Reverse Engineering — ~6k ⭐
SimoneAvogadro/android-reverse-engineering-skill turns Claude into a capable RE assistant for Android apps—decompilation workflows, manifest analysis, and more. A niche skill with a surprisingly large following.
Best for: Mobile security researchers, app analysts
🎨 Frontend & Full-Stack
5. Frontend Design (Official) — part of anthropics/skills
Anthropic's own frontend-design skill gives Claude a design system and aesthetic philosophy before it writes a single line of UI—and it's reportedly one of the most-installed Skills in the entire ecosystem. If your AI-generated UIs look generic, this is the fix.
Best for: Full-stack devs who want UI that doesn't scream "AI built this"
6. Dev Browser — ~6.2k ⭐
SawyerHood/dev-browser gives your agent a real web browser—navigate, click, and pull data from live pages. Pairs perfectly with Claude's built-in Playwright testing skill for end-to-end automation.
Best for: Scraping, integration testing, research automation
7. WebGPU + Three.js — ~1k ⭐
dgreenheck/webgpu-claude-skill packs the knowledge Claude needs to write correct WebGPU and Three.js code—a domain where models usually hallucinate APIs. A great example of a deep, single-domain skill.
Best for: Graphics, 3D, and creative-coding developers
8. Jezweb Full-Stack — ~840 ⭐
jezweb/claude-skills is a focused pack for the modern web stack: Cloudflare, React, Tailwind v4, and AI integrations. If that's your stack, it keeps Claude current on framework specifics.
Best for: Cloudflare + React + Tailwind shops
✍️ Writing & Documentation
9. Humanizer — ~23k ⭐
blader/humanizer removes the tell-tale signs of AI-generated writing—the em-dash overload, the "it's not just X, it's Y" cadence, the hedging. Indispensable for READMEs, changelogs, release notes, and docs you don't want flagged as robotic.
Best for: Anyone whose code ships with words attached
📚 Learning & Knowledge
10. Book to Skill — ~4.7k ⭐
virgiliojr94/book-to-skill turns any technical book PDF into a Claude Code skill—so Claude can study and reference it on demand. Convert "Designing Data-Intensive Applications" into a skill and have an expert on tap.
Best for: Developers learning a new domain or enforcing a specific methodology
📦 Mega-Packs: Install Many at Once
When you'd rather grab a curated bundle than hunt for individual Skills:
11. alirezarezvani/claude-skills — ~17k ⭐
alirezarezvani/claude-skills bundles 330+ skills, 30+ agents, and 70+ custom commands spanning engineering, product, marketing, and operations—and it works across Claude Code, Codex, Gemini CLI, Cursor, and more.
12. Jeffallan/claude-skills — ~9.7k ⭐
Jeffallan/claude-skills is a tighter, 66-skill pack built specifically to turn Claude Code into an expert full-stack pair programmer.
13. simonw/claude-skills — ~920 ⭐
simonw/claude-skills is a fascinating one: it's the actual contents of /mnt/skills from Claude's code-interpreter environment, surfaced by Simon Willison. Great for understanding how Anthropic structures its own Skills.
🔧 How to Install a Claude Code Skill
Most Skills follow the same pattern:
- Find the
SKILL.md(and any supporting files) in the repo. - Create a folder under
~/.claude/skills/<skill-name>/for global use, or.claude/skills/<skill-name>/inside a project for project-only use. - Drop the files in, keeping the
SKILL.mdat the folder root. - Restart or reload Claude Code—it scans the frontmatter of each
SKILL.mdat startup. - Just describe your task. Claude reads the short description of each Skill and loads the full instructions only when your request matches.
Always skim a Skill's SKILL.md and any scripts before installing—you're giving Claude instructions (and sometimes runnable code), so treat it like any other dependency.
How Many Skills Should You Actually Install?
More isn't better. Every loaded Skill consumes a few tokens of context just by existing, and a sprawling library makes it harder for Claude to pick the right one. A good rule of thumb: 8 to 12 well-chosen Skills cover most of a senior developer's day. Start with a token-saver (Caveman), a planner (Planning with Files), and one or two for your actual stack, then add specialists as real needs come up.
Where to Find Even More
The ecosystem moves weekly. These curated, heavily-starred indexes are the best places to browse:
- ComposioHQ/awesome-claude-skills (~64k ⭐) — the largest curated index of Skills and resources
- travisvn/awesome-claude-skills (~13k ⭐) — a focused, well-maintained list geared toward Claude Code
- anthropics/skills (~148k ⭐) — the official source for first-party Skills
A note on rankings: We ranked these by GitHub stars and community traction and spot-checked the standouts—we have not exhaustively tested all 13 in production. Stars move fast; check each repo for current activity, open issues, and compatibility before relying on it.
Frequently Asked Questions
What are Claude Code skills?
They're folders containing a SKILL.md file (and optional scripts) that teach Claude Code how to perform a specific task. Claude loads a Skill's full instructions only when your request matches its description—keeping context lean.
Are Claude Code skills free? The Skills themselves are open-source and free. You still need a Claude plan that includes Skills and Claude Code access.
How many Claude skills should I install? Roughly 8–12. Beyond that you pay a context tax and make it harder for Claude to select the right Skill for the job.
What's the difference between a Skill and an MCP server? A Skill is instructions (and optional scripts) that shape how Claude behaves. An MCP server connects Claude to external tools and data sources. They're complementary—Skills tell Claude how to work, MCP gives it more to work with.
📚 Related Articles
Go deeper on Claude Skills and AI-powered development:
- What Are Claude Skills? A Beginner's Guide (2026) - Start here for the core concept
- Claude Agent Skills Guide 2026: Build, Use & Share - Create and share your own Skills, step by step
- 20 Best Claude Skills to Try in 2026 (Tested) - The broader roundup, including non-developer Skills
- The Ultimate Indie Hacker Tech Stack for 2026 - The tools that pair well with an AI coding workflow
🚀 Built a Claude Skill Worth Sharing?
Made a Skill, CLI tool, or AI-powered developer product? Launch Vault is where makers get discovered by developers actively hunting for new tools. Get in front of an AI-forward audience, earn quality backlinks, and track how your launch performs.
Submit your developer tool to Launch Vault →
Join hundreds of makers using Launch Vault to put their AI tools in front of the people who'll actually use them.