People searching for "Claude Code skills" usually want one of two things: the correct install path, or a short list of skills that are worth trying first. The mistake many directories make is mixing those goals together. Installation guidance gets buried inside generic marketing copy, while examples are spread across dozens of repository pages.
This guide keeps the workflow simple. Start with the main Claude Code Skills collection, then use the examples on this page to decide what to install at the workspace level and what belongs in your user-wide defaults. If you need a broader overview of the ecosystem before choosing a platform, the Skills hub and the Agent Skills vs MCP guide are the right follow-up pages.
Claude Code looks for skills in the project-level .claude/skills/ directory and the user-level ~/.claude/skills/ directory. Project-level skills are better when the workflow is tightly coupled to one repository, team convention, or deployment pipeline. User-level skills are better when you repeatedly use the same skill across many projects, such as repository reviews, browser checks, or structured writing helpers.
The fastest installation path is still the official documentation. Use the Anthropic guide as the source of truth for the directory convention and loading behavior: Claude Code skills documentation.
A good first batch is small and role-based:
That combination teaches you three different installation patterns. A creation-oriented skill shows how reusable instructions are packaged. A QA-oriented skill shows how runtime assumptions and outputs are documented. A content-oriented skill shows how skills can encode structure, not just tool invocation.
The strongest heuristic is this: if a skill depends on repository-specific files, naming conventions, or deployment steps, keep it in the workspace. If it solves a repeated personal workflow with minimal project coupling, keep it at user scope.
For example, a browser validation or review skill often works well globally. A release checklist or repository governance skill is usually better inside the project. That separation matters because users searching for "how to install Claude Code skills" do not just want the path; they also want to understand the boundary between portable skills and team-specific skills.
Use the detail page, not only the repository readme. Check four things:
If those are clear, install it in a small environment first and run one real task with it. A skill that looks elegant in prose but has fuzzy runtime assumptions will usually create more friction than value.
If you already know you want Claude Code as the main runtime, browse the Claude Code collection next and pick five candidates. If you are still comparing terminology and architecture, read Agent Skills vs MCP. If you want to compare task-first workflows, jump into SEO skills or Browser Automation skills.