ErrLookup › vercel-labs/agent-skills
vercel-labs/agent-skills
Vercel's official collection of agent skills · JavaScript · 97 source files
Analyzed at b8caa260a4 on 2026-08-13. 19 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
VERCEL_NOT_INSTALLED VERCEL_NOT_INSTALLED: `vercel` CLI not found in PATH. Install with `npm i -g ver | exception | critical | cli, environment, dependency-missing, vercel |
VERCEL_VERSION_UNPARSEABLE VERCEL_VERSION_UNPARSEABLE: ${raw} | exception | error | cli, versioning, parsing, vercel |
VERCEL_CLI_TOO_OLD VERCEL_CLI_TOO_OLD: have ${v.join('.')}, need >= ${MIN_CLI_VERSION.join('.')}. U | exception | error | cli, versioning, compatibility, vercel |
NOT_AUTH NOT_AUTH: run `vercel login`. | exception | critical | auth, cli, credentials, vercel |
AMBIGUOUS_PROJECT_LINK AMBIGUOUS_PROJECT_LINK: `.vercel/repo.json` contains multiple projects. Run from | exception | error | project-link, monorepo, config, vercel |
RAW_ID_SCOPE_UNRESOLVED RAW_ID_SCOPE_UNRESOLVED: resolve the linked org/user ID to a CLI scope slug befo | exception | error | scope, cli, defensive-guard, vercel |
UNKNOWN_ARG UNKNOWN_ARG: ${arg} | exception | error | arguments, cli, usage, vercel |
NO_PROJECT_ID NO_PROJECT_ID: pass one as argv, set VERCEL_PROJECT_ID, or run `vercel link` in | exception | critical | project-link, config, environment, vercel |
PROJECT_SCOPE_UNRESOLVED PROJECT_SCOPE_UNRESOLVED: the project was resolved without an owner account. Ask | exception | error | scope, config, environment, vercel |
SCOPE_UNRESOLVED SCOPE_UNRESOLVED: ${commandScope.detail} Run `vercel switch <team>` or re-link w | exception | error | scope, auth, team, vercel |
PROJECT_SCOPE_MISMATCH PROJECT_SCOPE_MISMATCH: ${projectScope.detail} Ask the user to confirm the exact | exception | error | scope, config, consistency, vercel |
| signals.json is missing schemaVersion; pass collect-signals | exception | error | arguments, validation, data-contract, vercel |
| codebase.json must be scan-codebase output with stack, route | exception | error | validation, data-contract, arguments, vercel |
| Could not read ${label} JSON at ${path}: ${err.message} | exception | error | filesystem, parsing, io, vercel |
| ${label} must be a JSON object. | validation | error | validation, parsing, data-contract, vercel |
| output file already exists: ${path}. Use a fresh run directo | exception | warning | filesystem, io, safety, vercel |
| output file already exists: ${outPath}. Use a fresh run dire | exception | warning | filesystem, io, safety, vercel |
DAILY_QUOTA_EXCEEDED DAILY_QUOTA_EXCEEDED | error_code | warning | quota, rate-limit, observability, vercel |
DAILY_QUOTA_EXCEEDED DAILY_QUOTA_EXCEEDED | error_code | error | vercel, observability, quota, rate-limit, metrics, api, cli |