From vercel
Installs Vercel CLI globally via npm if needed, authenticates account, links current project, and lists environment variables for review.
npx claudepluginhub aah-stack/anthropic --plugin vercel# Vercel Setup 1. Check/install Vercel CLI (`npm install -g vercel`) 2. Authenticate with `vercel login` 3. Link project with `vercel link` 4. Review environment variables with `vercel env ls`
/setupInitializes or resumes project setup via interactive Q&A, creating conductor/ artifacts for product definition, guidelines, tech stack, workflow, and style guides.
/setupDetects ghost Claude plugin installations by checking cache, registry, and temp files on macOS/Linux/Windows; cleans up on user confirmation.
/setupChecks local Codex CLI readiness, prompts to install if unavailable via npm, and optionally toggles stop-time review gate.
/setupGuides enterprise admins through Claude Office add-in setup for Vertex AI, Bedrock, or custom gateway; provisions credentials and generates deployable manifest.xml.
/setupRuns interactive setup wizard: detects AI providers (Codex, Gemini, Ollama, etc.), offers installs/configs/auth setup, optimizes RTK tokens.
/setupConfigures claude-hud as Claude Code statusline by providing ~/.claude/settings.json config, build instructions, manual setup, and troubleshooting steps.
npm install -g vercel)vercel loginvercel linkvercel env ls