DevOps & Cloudlow risk
deploy-vercel-static
Use this plugin when the user wants to deploy an accepted static web artifact to Vercel or prepare an equivalent deployment handoff with preview and production URLs.
nexu-io/open-design·plugins/spec/examples/deploy-vercel-static/SKILL.md
61/ 100Recommendation
Install this skill
Choose your coding agent and copy a project or personal installation command.
Project installation.agents/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a codex -yPersonal installation~/.agents/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a codex -g -yProject installation.claude/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a claude-code -yPersonal installation~/.claude/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a claude-code -g -yProject installation.agents/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a github-copilot -yPersonal installation~/.copilot/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a github-copilot -g -yProject installation.agents/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a cursor -yPersonal installation~/.cursor/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a cursor -g -yProject installation.agents/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a gemini-cli -yPersonal installation~/.gemini/skills/deploy-vercel-static
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/deploy-vercel-static -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/spec/examples/deploy-vercel-static⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.
Skill instructions
View source on GitHub ↗# Deploy Vercel Static ## Workflow 1. Confirm the artifact path, project name, and whether this is preview-only or production. 2. Validate that the artifact can run as a static web surface. 3. Prepare deployment files if needed. 4. Ask for confirmation before deployment. 5. Deploy or produce exact deployment instructions and return links. ## Output Contract Produce `deploy-summary.md` and a preview URL, production URL, or prepared command list.