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/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.agents/skills/deploy-vercel-staticOfficial docs ↗
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.claude/skills/deploy-vercel-staticOfficial docs ↗
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.agents/skills/deploy-vercel-staticOfficial docs ↗
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.agents/skills/deploy-vercel-staticOfficial docs ↗
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.agents/skills/deploy-vercel-staticOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# 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.