vercel skills
The vercel skills command surfaces agent skills relevant to your project. When run without arguments, it detects the project's framework (via @vercel/fs-detectors) and scans the package.json file for a curated set of notable dependencies (e.g. ORMs, auth libraries, payment SDKs, testing frameworks). It then recommends matching skills from the catalog. When given a search term, it searches the catalog for that keyword instead.
vercel skills [query]Using the vercel skills command to discover agent skills for the current
project or to search the catalog.
vercel skillsRun with no arguments to get recommendations tailored to your project.
vercel skills nextjsPass a keyword to search the skill catalog for matching skills.
vercel skills nextjs --jsonUse --json (or --format json) to emit machine-readable output for scripts
and agents.
These are options that only apply to the vercel skills command.
The --json option emits results as JSON instead of the default human-readable output. Equivalent to --format json.
vercel skills --jsonThe --format option, value json, selects the output format explicitly.
vercel skills --format jsonThe --yes option, shorthand -y, skips confirmation prompts during interactive flows (for example, when installing a recommended skill).
vercel skills --yesThe following global options can be passed when using the vercel skills command:
--cwd--debug--global-config--help--local-config--no-color--non-interactive--scope--team--token--version
For more information on global options and their usage, refer to the options section.
Was this helpful?