CtrlK
BlogDocsLog inGet started
Tessl Logo

vercel-deploy

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

89

2.23x
Quality

85%

Does it follow best practices?

Impact

96%

2.23x

Average score across 3 eval scenarios

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

75%Weight 40%Scale 1-5

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

A compact, action-oriented skill body with executable commands, a clear deploy/fallback workflow, and an explicit error-recovery loop for sandboxed network access. The main improvements are removing the duplicated timeout note, tightening placeholders, and either referencing or removing the unused image assets.

Suggestions

Remove the duplicated 10-minute timeout note — state it once (either in the Quick Start step or the bold Important line) to tighten conciseness.

Replace the `<path-to-skill>` placeholder in the Fallback section with concrete guidance (e.g. resolving the skill directory programmatically) so the command is copy-paste ready.

Either reference the `assets/vercel.png` / `vercel-small.svg` from the body or remove them, so the bundle has no orphaned files.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence (no explanation of what Vercel/CLI is), with only minor redundancy — the 10-minute timeout is stated twice (Quick Start prose and a bold "Important" line). Fits the 4-anchor with slight trimming possible.

4 / 5

Actionability

Concrete executable commands are given throughout (`command -v vercel`, `vercel deploy [path] -y`, the fallback `bash deploy.sh` invocation, the `--prod` flag), but placeholders like `[path]` and `<path-to-skill>` plus reliance on a bundled script keep it just below fully copy-paste-ready.

4 / 5

Workflow Clarity

A clear sequence (check CLI → deploy with timeout → fallback on auth failure → escalate on network failure) with an explicit troubleshooting feedback loop and error-recovery guidance. The operation is not destructive/batch so the cap-3 rule does not bind, but checkpoints are mostly present with minor gaps.

4 / 5

Progressive Disclosure

Content is well-organized into focused sections and the deploy logic is correctly offloaded to a clearly signaled one-level-deep `scripts/deploy.sh` (a real bundle file). It sits at 4 rather than 5 because the `assets/` images are never referenced from the body and there is no explicit "see X for more" navigation beyond the script.

4 / 5

Total

16

/

20

Passed

Description

95%Weight 40%Scale 1-5

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

A tight, well-constructed description that covers both the capability and the trigger conditions with realistic user phrasing. It is scoped to Vercel so conflict risk is low; the only minor gap is that the action list is a single verb rather than an enumeration of sub-capabilities.

DimensionReasoningScore

Specificity

"Deploy applications and websites to Vercel" names the domain and a concrete action, but lists only a single action (deploy) rather than comprehensive coverage (e.g. preview vs prod, claiming) so it sits above the 3-anchor and below 5.

4 / 5

Completeness

It explicitly answers both what ("Deploy applications and websites to Vercel") and when ("Use when the user requests deployment actions like...") with concrete trigger phrases, matching the 5-anchor.

5 / 5

Trigger Term Quality

Natural user phrases "deploy my app", "deploy and give me the link", "push this live", and "create a preview deployment" give comprehensive coverage of how users actually request this, matching the 5-anchor.

5 / 5

Distinctiveness Conflict Risk

Scoped specifically to Vercel with distinct deployment triggers, giving a clear niche with minimal overlap with other skills.

5 / 5

Total

19

/

20

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
foryourhealth111-pixel/Vibe-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.