[
  {
    "id": "skills-cli-gh-1",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills add vercel-labs/agent-skills",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-2",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills use vercel-labs/agent-skills@web-design-guidelines | claude",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-3",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "`skills use` resolves sources the same way as `skills add`, writes the selected skill files to a temporary directory, and prints only the generated prompt to stdout",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-4",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Install specific skills by name (use `'*'` for all skills)",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-5",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Target specific agents (e.g., `claude-code`, `codex`)",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-6",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "List available skills without installing",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-7",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Install to user directory instead of project",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-8",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Non-interactive installation (CI/CD friendly)",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-9",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Use the same command for public and private repositories. The CLI uses the authentication already configured for the repository URL",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-10",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "List all installed skills. Similar to `npm ls`.",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-11",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Search for skills interactively or by keyword",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-12",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Search across every repository owned by an organization or user",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-13",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Update installed skills to latest versions",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-14",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Remove installed skills from agents",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-15",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Create a new SKILL.md template",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-docs-1",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/home",
    "excerpt": "Cross-product reuse: Build a skill once and use it across any skills-compatible agent.",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-16",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Creates symlinks from each agent to a canonical copy. Single source of truth, easy updates.",
    "fetchedAt": "2026-09-06T23:19:37.001Z"
  },
  {
    "id": "skills-cli-gh-17",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "skills use resolves sources the same way as skills add, writes the selected skill files to a temporary directory, and prints only the generated prompt to stdout unless --agent is provided",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-18",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "# GitHub shorthand (owner/repo)\nnpx skills add vercel-labs/agent-skills",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-19",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills add vercel-labs/agent-skills --list",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-20",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills add vercel-labs/agent-skills --skill frontend-design --skill skill-creator",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-21",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills add vercel-labs/agent-skills -a claude-code -a opencode",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-22",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills add vercel-labs/agent-skills --skill frontend-design -g -a claude-code -y",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-23",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills add https://example.com/download/my-skill",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-24",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "**Project** | (default) | `./<agent>/skills/` | Committed with your project, shared with team",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-25",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills find react --owner vercel",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-26",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills update\n\n# Update a single skill by name\nnpx skills update my-skill",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-27",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills remove --agent claude-code cursor my-skill",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-28",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "`skills init [name]` | Create a new SKILL.md template",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-29",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Supports **OpenCode**, **Claude Code**, **Codex**, **Cursor**, and [73 more](#supported-agents).",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-docs-2",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/vercel-labs/skills/HEAD/AGENTS.md",
    "excerpt": "`skills experimental_install` | Restore skills from skills-lock.json",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-docs-3",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/home",
    "excerpt": "At startup, agents load only the name and description of each available skill, just enough to know when it might be relevant.",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-docs-4",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/specification.md",
    "excerpt": "skills-ref validate ./my-skill",
    "fetchedAt": "2026-09-06T23:21:27.712Z"
  },
  {
    "id": "skills-cli-gh-30",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "# List skills in a repository\nnpx skills add vercel-labs/agent-skills --list",
    "fetchedAt": "2026-09-06T23:23:05.517Z"
  },
  {
    "id": "skills-cli-gh-31",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "# Non-interactive installation (CI/CD friendly)\nnpx skills add vercel-labs/agent-skills --skill frontend-design -g -a claude-code -y",
    "fetchedAt": "2026-09-06T23:23:05.517Z"
  },
  {
    "id": "skills-cli-gh-32",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Available across all projects",
    "fetchedAt": "2026-09-06T23:23:05.517Z"
  },
  {
    "id": "skills-cli-gh-33",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Search for skills interactively or by keyword.",
    "fetchedAt": "2026-09-06T23:23:05.517Z"
  },
  {
    "id": "skills-cli-gh-34",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Remove installed skills from agents.",
    "fetchedAt": "2026-09-06T23:23:05.517Z"
  },
  {
    "id": "skills-cli-gh-35",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "# Install from a direct SKILL.md or archive download URL\nnpx skills add https://example.com/download/my-skill",
    "fetchedAt": "2026-09-06T23:23:05.517Z"
  },
  {
    "id": "skills-cli-gh-36",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills add vercel-labs/agent-skills\n\n# Full GitHub URL\nnpx skills add https://github.com/vercel-labs/agent-skills",
    "fetchedAt": "2026-09-06T23:25:04.222Z"
  },
  {
    "id": "skills-cli-gh-37",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Global | -g | ~/<agent>/skills/ | Available across all projects",
    "fetchedAt": "2026-09-06T23:25:04.222Z"
  },
  {
    "id": "skills-cli-gh-38",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Symlink (Recommended) | Creates symlinks from each agent to a canonical copy. Single source of truth, easy updates.",
    "fetchedAt": "2026-09-06T23:25:04.222Z"
  },
  {
    "id": "skills-cli-docs-5",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/vercel-labs/skills/HEAD/AGENTS.md",
    "excerpt": "skills experimental_install | Restore skills from skills-lock.json",
    "fetchedAt": "2026-09-06T23:25:04.222Z"
  },
  {
    "id": "skills-cli-docs-6",
    "tier": "claimed-docs",
    "url": "https://skills.sh",
    "excerpt": "Skills Leaderboard",
    "fetchedAt": "2026-09-06T23:25:04.222Z"
  },
  {
    "id": "skills-cli-gh-39",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "`skills use` resolves sources the same way as `skills add`, writes the selected skill files to a temporary directory, and prints only the generated prompt to stdout unless `--agent` is provided.",
    "fetchedAt": "2026-09-06T23:26:53.112Z"
  },
  {
    "id": "skills-cli-gh-40",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "**Project** | (default) | `./<agent>/skills/` | Committed with your project, shared with team | **Global** | `-g` | `~/<agent>/skills/` | Available across all projects",
    "fetchedAt": "2026-09-06T23:26:53.112Z"
  },
  {
    "id": "skills-cli-gh-41",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "**Symlink** (Recommended) | Creates symlinks from each agent to a canonical copy. Single source of truth, easy updates.",
    "fetchedAt": "2026-09-06T23:26:53.112Z"
  },
  {
    "id": "skills-cli-gh-42",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills update frontend-design web-design-guidelines",
    "fetchedAt": "2026-09-06T23:26:53.112Z"
  },
  {
    "id": "skills-cli-gh-43",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "npx skills init my-skill",
    "fetchedAt": "2026-09-06T23:26:53.112Z"
  },
  {
    "id": "skills-cli-gh-44",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "# GitLab URL\nnpx skills add https://gitlab.com/org/repo",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-docs-7",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/vercel-labs/skills/HEAD/AGENTS.md",
    "excerpt": "skills experimental_install\") | Restore skills from skills-lock.json",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-docs-8",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/vercel-labs/skills/HEAD/AGENTS.md",
    "excerpt": "skills list                 | List installed skills (alias: `ls`)",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-docs-9",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/vercel-labs/skills/HEAD/AGENTS.md",
    "excerpt": "skills update [skills...]   | Update skills to latest versions",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-docs-10",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/vercel-labs/skills/HEAD/AGENTS.md",
    "excerpt": "skills init [name]          | Create a new SKILL.md template",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-docs-11",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/vercel-labs/skills/HEAD/AGENTS.md",
    "excerpt": "skills experimental_sync    | Sync skills from node_modules into agent dirs",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-docs-12",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/home",
    "excerpt": "Discovery: At startup, agents load only the name and description of each available skill, just enough to know when it might be relevant.",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-docs-13",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/home",
    "excerpt": "Skills can also bundle scripts, reference materials, templates, and other resources.",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-docs-14",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/specification.md",
    "excerpt": "| `allowed-tools` | No       | Space-separated string of pre-approved tools the skill may use. (Experimental)",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-gh-45",
    "tier": "github",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "Supports **OpenCode**, **Claude Code**, **Codex**, **Cursor**, and [75 more](#supported-agents).",
    "fetchedAt": "2026-09-16T00:58:29.572Z"
  },
  {
    "id": "skills-cli-comm-1",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46697908",
    "excerpt": "What is this? How does it work? How are skills ranked? Seems fishy that you can only tell it's from Vercel if you click the top left corner, and the top two skills come from Vercel...despite there being much more used skills in the overall AI coding ecosystem.",
    "fetchedAt": "2026-09-06T23:28:23.937Z"
  },
  {
    "id": "skills-cli-comm-2",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46697908",
    "excerpt": "The leaderboard is ranked by the weekly download count from their 'npx skills' command. This is Vercel's new 'standard' skills installer so it's obvious their skills are at the top.",
    "fetchedAt": "2026-09-06T23:28:23.937Z"
  },
  {
    "id": "skills-cli-comm-3",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46697908",
    "excerpt": "Nice work! I don't think Vercel is the first to do this...A small UI suggestion: it would be helpful if hovering on a row showed the skill description, along with a button to copy the install command.",
    "fetchedAt": "2026-09-06T23:28:23.937Z"
  },
  {
    "id": "skills-cli-comm-4",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46697908",
    "excerpt": "Why do none of these 'npm for Skills' document any way to do basic package management things like updates, version-pinning, or even uninstalls?",
    "fetchedAt": "2026-09-06T23:28:23.937Z"
  },
  {
    "id": "skills-cli-comm-5",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46697908",
    "excerpt": "Please make a rest API!",
    "fetchedAt": "2026-09-06T23:28:23.937Z"
  },
  {
    "id": "skills-cli-comm-6",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46697908",
    "excerpt": "This is a really good implementation, but I don't lean too heavily into skills especially not other people's. If I'm doing design who's to say I want instructions in there in the first place like 'pick an extreme' (instructions in the design skill featured on the homepage).",
    "fetchedAt": "2026-09-06T23:28:23.937Z"
  },
  {
    "id": "skills-cli-probe-1",
    "tier": "probe",
    "url": "https://github.com/llms.txt",
    "excerpt": "PROBE llms.txt: HTTP 200 at https://github.com/llms.txt # GitHub\n\n> GitHub is a developer platform for building, shipping, and maintaining software. It provides cloud-based Git",
    "fetchedAt": "2026-09-16T00:58:31.316Z"
  },
  {
    "id": "skills-cli-probe-2",
    "tier": "probe",
    "url": "https://github.com/vercel-labs/skills.md",
    "excerpt": "PROBE docs-md: HTTP 404 at https://github.com/vercel-labs/skills.md",
    "fetchedAt": "2026-09-16T00:58:31.316Z"
  },
  {
    "id": "skills-cli-probe-3",
    "tier": "probe",
    "url": "https://github.com/vercel-labs/skills",
    "excerpt": "official CLI documented at https://github.com/vercel-labs/skills",
    "fetchedAt": "2026-09-16T00:58:31.316Z"
  }
]
