{
  "id": "find-skills",
  "handle": "find-skills",
  "canonicalUrl": "https://bestskillsforclaude.com/en/skills/find-skills",
  "language": "en",
  "alternates": {
    "en": "https://bestskillsforclaude.com/en/skills/find-skills",
    "es": "https://bestskillsforclaude.com/es/skills/find-skills",
    "pt-BR": "https://bestskillsforclaude.com/pt-br/skills/find-skills",
    "ja": "https://bestskillsforclaude.com/ja/skills/find-skills"
  },
  "category": {
    "id": "extend-claude",
    "name": "Extend Claude"
  },
  "publisher": {
    "name": "Vercel Labs",
    "url": "https://github.com/vercel-labs"
  },
  "source": "https://github.com/vercel-labs/skills",
  "documentation": null,
  "licenseAsStated": "MIT",
  "runtime": "Claude Code and other agents supported by the skills CLI",
  "lastReviewed": "2026-08-05",
  "headline": "How do you find a skill that already does what you need?",
  "summary": "Search before you write. Most of what people build already exists.",
  "verdict": "The find-skills skill, part of the Vercel Labs skills CLI, lets an agent search the published skill ecosystem and install by name instead of guessing what exists. It is the cheapest skill in this catalogue to install and the one that prevents the most wasted effort, because the usual alternative is writing something that already exists.",
  "bestFor": "Anyone assembling a toolkit, or about to write a skill from scratch.",
  "skipIf": "Your environment is locked to an approved internal set, where discovery is not yours to do.",
  "keyTakeaways": [
    "Search first. The duplicate you avoid writing is the whole return.",
    "The CLI supports many agents, not only Claude Code.",
    "Discovery is not endorsement. Read what you install.",
    "Directory listings age. Check the source repository's activity before adopting."
  ],
  "quickStart": [
    "Install with the skills CLI from vercel-labs, published under MIT.",
    "Search for the task in plain words before writing anything yourself.",
    "Read the source of anything you install, because a skill runs with your agent's permissions."
  ],
  "sections": [
    {
      "heading": "What it changes in practice",
      "paragraphs": [
        "The skill ecosystem is spread across repositories, marketplaces and directories, so the practical failure is not lack of skills but not knowing they exist. Search from inside the agent removes the browsing step entirely.",
        "It also changes the default instinct. Once discovery is one command away, checking becomes cheaper than writing, which is the correct order."
      ]
    },
    {
      "heading": "Where it disappoints",
      "paragraphs": [
        "A directory ranks by popularity and recency, not by whether a skill is right for you, and popularity is a poor proxy for quality in a young ecosystem.",
        "Security matters here more than anywhere else in this catalogue: installing a skill means giving instructions to an agent that can run commands, so read the source first."
      ]
    }
  ],
  "faq": [
    {
      "question": "What is the skills CLI?",
      "answer": "A command line tool from Vercel Labs for finding and installing agent skills, supporting many agents rather than one."
    },
    {
      "question": "Is everything in the directory safe?",
      "answer": "No. Listing is not review. Read the source of any skill before installing it."
    },
    {
      "question": "Why install this first?",
      "answer": "Because it stops you writing a skill that already exists, which is the most common waste in this ecosystem."
    }
  ],
  "sources": [
    {
      "label": "vercel-labs/skills on GitHub",
      "url": "https://github.com/vercel-labs/skills",
      "kind": "repository"
    },
    {
      "label": "Agent skills directory listing",
      "url": "https://skills.sh",
      "kind": "directory"
    }
  ],
  "machineReadable": {
    "markdown": "https://bestskillsforclaude.com/en/skills/find-skills/content.md",
    "json": "https://bestskillsforclaude.com/en/skills/find-skills/skill.json"
  },
  "disclosure": "Editorial desk review based on the publisher's own repository. Not a security audit, a benchmark or a guarantee of maintenance."
}