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 を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.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プロジェクトに導入.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プロジェクトに導入.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-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-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 -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/spec/examples/deploy-vercel-static⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
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.