From atum-workflows
Deploys apps to Vercel via CLI: checks vercel version/login, runs production (`vercel --prod`) or preview (`vercel`) deploys, displays URLs/build status/logs. For deploy requests.
npx claudepluginhub arnwaldn/atum-plugins-collection --plugin atum-workflowsThis skill uses the workspace's default tool permissions.
```bash
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
vercel --version
vercel whoami
If not installed: npm install -g vercel
If not logged in: vercel login
Production:
vercel --prod
Preview:
vercel
vercel logs <url> for debugging if needed