From atum-workflows
Installs Vercel CLI via npm, authenticates, links projects, manages environment variables, and checks vercel.json/.vercelignore configs for deployment setup.
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.
npm install -g vercel
vercel login
vercel link
vercel env ls
vercel env add <NAME>
Check for vercel.json and .vercelignore files.