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.

Pinned to the indexed commit
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 -y
Personal 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 -y
Manual folder.agents/skills/deploy-vercel-staticOfficial docs ↗
Project 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 -y
Personal 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 -y
Manual folder.claude/skills/deploy-vercel-staticOfficial docs ↗
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 github-copilot -y
Personal 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 -y
Manual folder.agents/skills/deploy-vercel-staticOfficial docs ↗
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 cursor -y
Personal 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 -y
Manual folder.agents/skills/deploy-vercel-staticOfficial docs ↗
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 gemini-cli -y
Personal 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 -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/spec/examples/deploy-vercel-static
Manual folder.agents/skills/deploy-vercel-staticOfficial docs ↗
⚠ 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.