Vercel Labs Skills is the open agent skills tooling layer for Claude Code and AI development environments. Run `npx skills` to discover, install, and manage agent skills — pre-built capabilities that extend what Claude Code and other AI agents can do. The registry indexes community-built skills across coding, automation, browser control, data analysis, and more, installable in seconds without manual configuration. With 15.8K GitHub stars and 559 new stars in a single day, it is trending as the standard skill distribution mechanism for Claude Code's growing ecosystem. Built in TypeScript, open-source, and framework-agnostic — any agent runtime that can execute npx commands can consume skills from the registry.
Vercel Labs Skills provides the package management layer that Claude Code’s growing skills ecosystem has been missing. Instead of manually cloning repos and placing CLAUDE.md files in the right locations, npx skills handles discovery, download, and installation in a single command.
The registry covers pre-built agent capabilities — coding assistants, browser automation, data analysis tools, security scanners, and more — contributed by the community and by Vercel Labs directly. Skills install into your Claude Code environment and are immediately available to the agent on next invocation.
One-command skill installation: npx skills install <skill-name> fetches the skill, validates integrity, and places it in the correct Claude Code skills directory. No manual path configuration required.
Skills registry browser: npx skills search <query> returns matching skills with descriptions, install counts, and GitHub stars. Useful for discovering what’s available before committing to an install.
Version pinning and updates: Skills can be pinned to specific versions and updated selectively. npx skills update checks for updates across all installed skills and applies them.
Community contributions: Submit skills to the registry via pull request on GitHub. The framework includes contribution guidelines and validation tooling to ensure submitted skills meet quality standards.
# Install a skill
npx skills install browser-use
# Search the registry
npx skills search "web scraping"
# List installed skills
npx skills list
# Update all skills
npx skills update
As Claude Code usage grows beyond individual developers into team environments, the skill distribution problem becomes real: how do you ensure every team member’s Claude Code instance has the same capabilities? Vercel Skills solves this with a single command that can be added to project onboarding scripts — npx skills install browser-use security-scanner data-analyzer gives every new team member the same baseline.
Claude Code users who want to extend their agent’s capabilities without manual file management. Teams that need consistent skill sets across developer machines. Skill authors who want a distribution channel for their Claude Code extensions beyond GitHub link-sharing.
AI agents that work well with Vercel Skills.
Production-grade engineering skills for AI coding agents — addyosmani's curated bundle covering Claude Code, Cursor, and Antigravity workflows.
100+ ready-to-use Claude Code agents, commands, hooks, and integrations — installable via CLI or interactive dashboard at aitmpl.com.
Injects up-to-date, version-specific documentation into LLM context — eliminates hallucination from stale training data.