Muse vercel-deploy
Deploy applications to Vercel with edge functions, serverless, and ISR.
install
source · Clone the upstream repo
git clone https://github.com/myths-labs/muse
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/myths-labs/muse "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ecosystem/vercel/vercel-deploy-claimable" ~/.claude/skills/myths-labs-muse-vercel-deploy && rm -rf "$T"
manifest:
skills/ecosystem/vercel/vercel-deploy-claimable/SKILL.mdsource content
Vercel Deploy
Deploy applications to Vercel with edge functions, serverless, and ISR.
When to Use
- Deploying Next.js applications
- Setting up edge functions
- Configuring ISR (Incremental Static Regeneration)
- Serverless deployments
Source
This skill references patterns from Vercel's agent-skills.