Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When the user requests deployment to Vercel: "deploy my app", "push this live", "create a preview deployment", etc.
vercel deploy, link+deploy, or no-auth script fallback--scope for teamvercel ls/vercel inspect for statusA live Vercel preview (or prod) URL, project linked toward git-push deploys, and clear claim URL in no-auth cases.
Use Cases
A developer finishes a feature and tells the agent "deploy and give me the link". The skill checks git and Vercel link state, commits and pushes to trigger a preview deployment, then retrieves the URL via `vercel ls`. The user gets a shareable preview link without manual Vercel dashboard work, speeding up review cycles.
In a claude.ai sandbox where CLI login is impossible, a user says "push this live". The skill uses the no-auth deploy.sh fallback, auto-detects framework, packages and uploads, returning a preview URL and claim URL. The user gets a live site instantly and can later claim it to their Vercel account.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File