Agent skill
deploy
Deploy workflow for Vercel and Supabase Edge Functions
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/deploy
SKILL.md
Deploy Workflow
Pre-deploy Checklist
npm run typecheck- passesnpm run build- passesnpm run test- passes (if available)- No
console.login production code - Environment variables set in hosting platform
Vercel
Preview:
bash
npx vercel --yes
Production:
bash
npx vercel --prod --yes
Supabase Edge Functions
Single function:
bash
supabase functions deploy [name] --project-ref [ref]
All functions:
bash
supabase functions deploy --project-ref [ref]
Post-deploy
- Verify production URL loads
- Test critical user flows
- Monitor error logs for 5 minutes
Didn't find tool you were looking for?