Skills Directory / Official
Vercel Agent Skills
- Author
- Vercel — official vendor skill
- Category
- Official
- Stars
- ★ 29k
- Source
- github.com/vercel-labs/agent-skills
- Tags
Vercel's official collection of agent skills, teaching AI agents to work with Vercel deployments, Next.js patterns, and the Vercel platform. Part of the wave of official vendor skills — the pattern where platform teams ship the knowledge agents need to use their products correctly, instead of hoping the model's training data is current.
How to load this skill
Fastest: copy this prompt into your AI agent
Please install skills from the "Vercel Agent Skills" collection (https://github.com/vercel-labs/agent-skills) for me.
1. Run: git clone https://github.com/vercel-labs/agent-skills
2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.
3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.
4. Confirm the skills load (list your available skills afterwards).
More details: https://primorum.ai/skills/vercel-agent-skills Vercel Agent Skills ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).
- Clone the repo
git clone https://github.com/vercel-labs/agent-skills - Copy a skill into Claude Code (personal scope)
cp -r agent-skills/<skill-name> ~/.claude/skills/ - Read a skill without installing
curl -sL https://raw.githubusercontent.com/vercel-labs/agent-skills/main/<skill-name>/SKILL.md
For AI agents: this entry is also available as JSON at
/skills/skills.json — the
install.steps field contains these commands. See the
agent instructions on the directory index.
Related in Official
- Anthropic Agent Skills — Anthropic's official skills repository — the canonical starting point.
- Claude Plugins Official Directory — Anthropic's curated, quality-gated plugin directory for Claude Code.
- Cloudflare Skills — Official skills for building on Cloudflare — Workers, Pages, R2, D1.