Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.
Install with Tessl CLI
npx tessl i github:vercel-labs/agent-skills --skill vercel-deploy99
Does it follow best practices?
Validation for skill structure
Discovery
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.
This is a well-crafted skill description that excels across all dimensions. It provides specific capabilities, includes natural trigger phrases users would actually say, explicitly addresses both what and when, and clearly distinguishes itself as a Vercel-specific deployment skill. The additional context about no authentication and output types adds practical value.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists specific concrete actions: 'Deploy applications and websites to Vercel', mentions preview deployments, production deployments, and specifies outputs (preview URL and claimable deployment link). | 3 / 3 |
Completeness | Clearly answers both what (deploy applications/websites to Vercel, returns preview URL and claimable link) and when (explicit 'Use this skill when...' clause with multiple trigger examples). | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger phrases users would say: 'Deploy my app', 'Deploy this to production', 'Create a preview deployment', 'Deploy and give me the link', 'Push this live'. These are realistic user requests. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive with clear niche - specifically targets Vercel deployments with platform-specific terminology. Unlikely to conflict with other deployment skills due to explicit Vercel mention and specific trigger phrases. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent skill file that demonstrates best practices: concise documentation, executable examples, clear workflow, and good organization. It provides everything needed to deploy to Vercel without unnecessary explanation, includes helpful output examples for both human and programmatic consumption, and handles edge cases like static HTML projects and network errors.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient, providing only necessary information without explaining concepts Claude already knows. Each section serves a clear purpose with no padding or unnecessary context. | 3 / 3 |
Actionability | Provides fully executable bash commands with clear examples for different use cases. The output examples show exactly what to expect, and the troubleshooting section gives specific actionable steps. | 3 / 3 |
Workflow Clarity | The 'How It Works' section clearly sequences the 4-step process. For a single-command deployment skill, the workflow is unambiguous with clear inputs, outputs, and error handling guidance in troubleshooting. | 3 / 3 |
Progressive Disclosure | Content is well-organized with clear sections progressing from basic usage to advanced details. The skill is appropriately self-contained at ~80 lines without needing external references, and sections are logically ordered. | 3 / 3 |
Total | 12 / 12 Passed |
Validation
93%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 15 / 16 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
license_field | 'license' field is missing | Warning |
Total | 15 / 16 Passed | |
Table of Contents
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.