From co-dev
Manage Vercel deployments, projects, or infrastructure. Use when the user wants to check a deployment, view build logs, list projects, manage domains, manage environment variables, check edge functions, view analytics, check speed insights, promote a deployment, manage teams, or search Vercel documentation.
npx claudepluginhub cloud-officer/claude-code-plugin-dev --plugin co-devThis skill is limited to using the following tools:
Manage Vercel deployments and projects.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Manage Vercel deployments and projects.
Prefer MCP tools (mcp__vercel__*) when available. If MCP tools are not available (tool not found errors), fall back to the vercel CLI.
| Operation | MCP Tool | CLI Fallback |
|---|---|---|
| List deployments | mcp__vercel__list_deployments | vercel ls |
| Get deployment status | mcp__vercel__get_deployment | vercel inspect <url> |
| View build logs | mcp__vercel__get_deployment_logs | vercel logs <url> |
| List projects | mcp__vercel__list_projects | vercel project ls |
| Search docs | mcp__vercel__search_docs | N/A (no CLI equivalent) |
| List domains | mcp__vercel__list_domains | vercel domains ls |
| Promote deployment | mcp__vercel__promote_deployment | vercel promote <url> |
Note: The vercel CLI requires authentication via vercel login. If neither the MCP nor CLI is available, inform the user and stop.