CtrlK
BlogDocsLog inGet started
Tessl Logo

deploy-to-vercel

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

69

Quality

85%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

70%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable with executable commands for every deployment scenario and clear environment-based branching, but it is verbose for a single file and lacks explicit validation feedback loops for risky push/deploy operations.

Suggestions

Add explicit validation checkpoints after destructive operations: after 'git push' or 'vercel deploy --no-wait', require checking 'vercel inspect <url>' build status and a fix-and-retry loop before reporting success.

Tighten repeated explanations across the linked/unlinked/authenticated branches (e.g. consolidate the --no-wait and .vercel/ file explanations) to reduce token overhead.

Move the fallback deploy-script details and environment-specific notes into referenced files (e.g. references/no-auth-fallback.md) so SKILL.md stays a concise overview pointing one level deep.

DimensionReasoningScore

Conciseness

The body is mostly efficient and assumes Claude's competence, but it is lengthy with repeated explanations across the linked/unlinked/authenticated branches and somewhat verbose commentary on .vercel/ files and --no-wait rationale that could be tightened.

2 / 3

Actionability

Provides concrete, copy-paste-ready commands for every branch (git remote checks, vercel deploy/link/inspect flags, install/auth steps) plus a runnable fallback script path, with specific examples.

3 / 3

Workflow Clarity

Steps are clearly sequenced by environment state, but destructive/push operations lack explicit validation checkpoints — the git push path retrieves a URL but never verifies the deployment succeeded, and 'vercel inspect' is mentioned without a validate/fix/retry feedback loop.

2 / 3

Progressive Disclosure

Content is well-organized into sections, but it is a single monolithic SKILL.md with the fallback scripts inlined by path rather than split into referenced files; no bundle files exist in references/scripts/assets to delegate detail to, so heavier reference material lives inline.

2 / 3

Total

9

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is strong: it states a concrete capability, includes natural trigger phrases a user would say, and explicitly covers both what and when, all scoped to a distinct Vercel-only niche.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Deploy applications and websites to Vercel' plus explicit deployment actions ('deploy my app', 'create a preview deployment') — matching the anchor for listing multiple specific concrete actions.

3 / 3

Completeness

Clearly answers both what ('Deploy applications and websites to Vercel') and when via an explicit 'Use when the user requests deployment actions like...' clause.

3 / 3

Trigger Term Quality

Provides natural phrases users would actually say ('deploy my app', 'deploy and give me the link', 'push this live', 'create a preview deployment'), giving good coverage of natural trigger terms.

3 / 3

Distinctiveness Conflict Risk

The Vercel-specific niche and deployment-only triggers make it clearly distinguishable and unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
vercel-labs/agent-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.