Add Skill banner
vercel-labs vercel-labs

Add Skill

Development community intermediate

Description

The CLI for the open agent skills ecosystem.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

skills

The CLI for the open agent skills ecosystem.

Supports **OpenCode**, **Claude Code**, **Codex**, **Cursor**, and [38 more](#available-agents).

Install a Skill

npx skills add vercel-labs/agent-skills

Source Formats

# GitHub shorthand (owner/repo)
npx skills add vercel-labs/agent-skills

# Full GitHub URL
npx skills add https://github.com/vercel-labs/agent-skills

# Direct path to a skill in a repo
npx skills add https://github.com/vercel-labs/agent-skills/tree/main/skills/web-design-guidelines

# GitLab URL
npx skills add https://gitlab.com/org/repo

# Any git URL
npx skills add git@github.com:vercel-labs/agent-skills.git

# Local path
npx skills add ./my-local-skills

Options

Option Description
-g, --global Install to user directory instead of project
-a, --agent Target specific agents (e.g., claude-code, codex). See Available Agents
-s, --skill Install specific skills by name (use '*' for all skills)
-l, --list List available skills without installing

...