Best Claude Skills
Reusable Claude skills that extend conversations with tools and workflows.
What are Claude Skills?
A Claude Skill is a reusable bundle of instructions, context, and assets that Claude loads on demand to perform a specific task. Skills live as packages on disk that Claude Code or Claude Desktop discovers and invokes when relevant. Unlike a one-shot prompt, a skill carries its own examples, file references, and execution rules, so the same workflow runs identically whether you trigger it Monday morning or three weeks later.
Skills sit at the top of the Claude productivity stack. If you find yourself pasting the same instructions into Claude every week, that's a skill candidate. Common patterns include code reviewers, accessibility auditors, security scanners, content reviewers, design system enforcers, and workflow automators. Anthropic ships some official skills with Claude Code; the community has open-sourced hundreds more across GitHub.
The directory below ranks 400+ skills by stars, recent activity and Trust Score. Use the filters to narrow by use case (security, dev-tools, creative, marketing…) or sort by Recientes to see what was pushed in the last days.
Questions about Skills
How is a Claude Skill different from an MCP server?+
A skill bundles knowledge and instructions Claude loads when needed; an MCP server exposes external tools and data Claude can call. Skills live alongside your repo and ship with the project; MCP servers run as separate processes. They complement each other, a skill might tell Claude how to use an MCP server.
Can I create my own Claude Skill without coding?+
Yes. A skill at minimum is a SKILL.md file with markdown instructions plus optional companion files (examples, scripts, references). You don't need a programming language, most well-known community skills are 100% markdown.
Do skills work in both Claude Desktop and Claude Code?+
Yes. Skills are surfaced anywhere Claude reads your project context, Claude Code (CLI), the Claude Desktop app, and any IDE plugin that loads CLAUDE.md or the local skill folder. The same skill file works across all of them.
Where does Claude look for skills by default?+
Claude Code reads ~/.claude/skills/ globally and .claude/skills/ inside the current project. Anything below those paths is auto-discoverable. Use a CLAUDE.md hint to pin which skills should activate for which scenario.
Are these skills safe to install?+
Every skill in the directory is auto-audited by our security agent (Claude Haiku 4.5) and assigned a Trust Score 0-100 across five tiers. The repo card shows the score; click the shield badge for a glassmorphism popover with the full breakdown of passed checks and flagged concerns.