ソース情報
- リポジトリ
- wojons/skills
- ソースの最終更新活動
- 2026年4月1日 15:16
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/wojons/skills --skill vercel-deployコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | vercel-deploy |
| description | Deploy applications to Vercel with automatic framework detection |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","category":"deployment"} |
Deploy applications and websites to Vercel with automatic framework detection.
Use this skill when:
# Deploy current directory to Vercel
agent: Deploy this application to Vercel
# Deploy with specific settings
agent: Deploy to Vercel with production environment variables
# Check deployment configuration
agent: Check if this project is ready for Vercel deployment
## Vercel Deployment
**Project Detected:** Next.js 14 (App Router)
**Framework:** @vercel/nextjs
**Deployment Configuration:**
- Build Command: npm run build
- Output Directory: .next
- Node Version: 18.x
**Deployment Commands:**
```bash
# Install Vercel CLI
npm i -g vercel
# Deploy
vercel --prod
Environment Variables Required:
Next Steps:
## Notes
- Requires Vercel CLI or GitHub integration
- Supports automatic framework detection for 40+ frameworks
- Handles both static sites and server-side applications
- Provides claimable deployments for ownership transfer