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 ↗
⚠ インストールには open-source 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.