This is the repo for the Vercel skills CLI.
Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. At its core, a skill is a folder containing a SKILL.md file. This file includes metadata (name and description, at minimum) and instructions that tell an agent how to perform a specific task. Skills can also bundle scripts, templates, and reference materials.
Agent harnesses that support the SKILL.md spec typically look for and load agent skills in two places: (1) the user's home folder (~), and (2) the repo in which the skills CLI was invoked. Harnesses load skills using the concept of "progressive disclosure", meaning that when an agent session is started, the harness loads skill metadata (name and description) into the context window up front.
When the agent sees this metadata, it can decide on it's own which skills are most relevant to the task at hand and load the full skill co