Skip to content
Docs

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.

terminal
vercel skills [query]

Using the vercel skills command to discover agent skills for the current project or to search the catalog.

terminal
vercel skills

Run with no arguments to get recommendations tailored to your project.

terminal
vercel skills nextjs

Pass a keyword to search the skill catalog for matching skills.

terminal
vercel skills nextjs --json

Use --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.

terminal
vercel skills --json
Emit results as JSON.

The --format option, value json, selects the output format explicitly.

terminal
vercel skills --format json
Select the JSON output format explicitly.

The --yes option, shorthand -y, skips confirmation prompts during interactive flows (for example, when installing a recommended skill).

terminal
vercel skills --yes
Skip the confirmation prompt in non-interactive environments.

The following global options can be passed when using the vercel skills command:

For more information on global options and their usage, refer to the options section.

Last updated June 6, 2026

Was this helpful?

supported.