◆ ClaudeThings
PromptsBlogUse casesFree toolsGet ClaudeThings
Home/Blog/Skills
Curated list

The Best Claude Code Skills to Install in 2026 (and How to Add Them in One Command)

July 20269 min readFor anyone building a skill library

Skills are the highest-leverage extension in Claude Code: documents that teach Claude a capability once, then load automatically whenever a task matches. The ecosystem's problem is the same one subagents have — giant unsorted repos where a brilliant skill sits next to an abandoned one and nothing tells you which is which. Here is an opinionated shortlist for 2026: the skills worth installing, grouped by the job they do.

How to judge any skill before installing it

Four checks, thirty seconds:

  • The description names its triggers. If the frontmatter doesn't say when to use it, it won't fire. Full explanation here.
  • It encodes process, not vibes. Checklists, steps, and worked examples beat "you are an expert in…" prose.
  • Deterministic steps ship as scripts. Good skills bundle code for mechanical work instead of having Claude re-derive it each run.
  • It states what not to do. The best skills exist precisely because the default behavior was wrong — and say so.

Code quality: the daily drivers

1. Code review. A severity-ranked review checklist — correctness first, style last, no invented findings. The single most-used skill in most setups.

2. Test writing. Behavior-driven tests in your framework's idiom, with edge cases and a failure mode, run before being declared done.

3. Debugging methodology. Reproduce → hypothesize → instrument → confirm → fix root cause. A skill that forces the discipline pays for itself the first time it prevents a symptom-patch.

4. Refactoring rules. Behavior-preserving changes only, tests green before and after, scope creep explicitly forbidden.

Shipping safely

5. Security review. Injection, authz gaps, secrets, unsafe input handling — applied as a consistent checklist on anything touching auth, payments, or user data.

6. Database migrations. Reversible migrations, destructive operations flagged instead of run, schema conventions followed. Boring by design; that's the point.

7. Release/deploy process. Your actual release ritual — version bumps, changelog, smoke checks — encoded so it runs identically whether you ship or your newest teammate does.

8. Git hygiene. Commit message conventions, when to branch, how to write a PR description from the diff. Small skill, constant use.

Documents and data: the underrated workhorses

9–11. PDF, Word, and spreadsheet handling. Anthropic's own open-source document skills set the standard here: extract, create, and edit real files — with the mechanical parts done by bundled scripts. If your work involves documents at all, these three are automatic installs.

12. Data analysis and visualization. Chart-type selection, sane defaults, honest axes — a skill that stops the default instinct to produce a rainbow pie chart for everything.

Content and growth

13. SEO writing. Search-intent matching, heading structure, metadata limits, internal linking — applied automatically whenever you draft site content.

14. Brand voice review. Your tone-of-voice guide as an enforcement pass: flags off-brand phrasing and AI-isms before anything ships.

15. Skill-writing itself. The meta-skill: teaches Claude to write and critique new SKILL.md files properly. Install this early — it makes every skill you author afterward better.

Installing them

A skill is just a folder: drop it in .claude/skills/ in a project (shared with your team via git) or ~/.claude/skills/ for every project. Community skills from GitHub work by copying the folder — read them first, since skills are instructions Claude will follow with your permissions. Then verify each one loads and fires: ask Claude "which skills do you have available?", then phrase a matching request naturally and watch whether it triggers. Our free SKILL.md validator catches the frontmatter problems that make skills silently invisible.

The one-command version: skills increasingly ship in plugins and kits, installed as a bundle instead of folder-by-folder — which is exactly how ClaudeThings works.

Everything on this list, one command: the ClaudeThings kits include all fifteen categories above among 103 skills — descriptions tuned to trigger, scripts bundled, kept current — plus the 89 agents and 181 commands they pair with. Install the full library →

FAQ

Do many installed skills slow Claude down or bloat context? +
Barely — skills use progressive disclosure. Until one triggers, only its name and description are in context, roughly a sentence per skill. A large, well-described library is cheap; a library of vague descriptions is the real cost, because it causes wrong or missed triggering.
Skills vs subagents — which list do I set up first? +
Skills first: they're simpler, they improve every session immediately, and subagents can use them. Then add the agent roster for delegation and context isolation. The two lists are designed as a matched set.
Are community skills safe to install? +
Treat them like dependencies: read the SKILL.md and any bundled scripts before installing, prefer maintained sources, and remember they run with your session's permissions. Curated, reviewed bundles exist precisely because auditing forty random repos yourself is nobody's idea of leverage.

Keep reading

The 12 Subagents Worth Setting Up First

The matching shortlist for agents — skills teach, agents do.

Read →

How to Write a SKILL.md That Actually Triggers

For the skills on this list you decide to write yourself.

Read →

Free SKILL.md Validator

Lint your skill files before they silently fail to load.

Read →
◆ ClaudeThings

Your AI engineering & marketing team for Claude Code.

Product
What's insideKitsPricingFAQ
Resources
Claude promptsBlogUse casesComparisonsFree tools
Legal
LegalTermsPrivacyRefundsDisclaimer
Connect
epictools.io@gmail.comclaudethings.com
Unofficial & independent. ClaudeThings is not affiliated with, endorsed by, or sponsored by Anthropic. "Claude," "Claude Code," and "Anthropic" are trademarks of Anthropic. Content on this site is for educational purposes — see our disclaimer.

© 2026 ClaudeThings. All rights reserved.