Best Claude Code skills (by category)
Skills are portable instruction files (agentskills.io) that teach Claude a repeatable capability — and they run in Codex, Cursor and Gemini CLI too. These are the categories worth having; install any into .claude/skills/ in one click.
- 1Testing & TDDWrite, run and fix tests; enforce a red-green-refactor loop.
- 2Security reviewCheck for injection, secrets, unsafe deps and auth gaps.
- 3Accessibility & UI polishAudit contrast, focus order and ARIA; refine components.
- 4DocumentationGenerate README, API docs and changelogs from the code.
- 5Data & SQLWrite and explain queries; shape data into reports.
- 6DevOps & CIAuthor CI pipelines, Dockerfiles and infra config.
- 7RefactoringSimplify and de-duplicate without changing behavior.
- 8Design & frontendBuild responsive, on-brand UI that meets your design system.
FAQ
What's the minimum a skill needs?
Just name and description in its SKILL.md frontmatter.
Do skills work outside Claude Code?
Yes — the agentskills.io format is also used by Codex, Cursor and Gemini CLI.
How is a skill different from a subagent?
A skill loads into your current conversation; a subagent runs in its own isolated context.
Where do skills install to?
.claude/skills/<name>/SKILL.md, via ConfigDeck or by hand.