How this skill is triggered — by the user, by Claude, or both
Slash command
/gitchain-vercel:deployThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deploy a GitChain frontend (Hub, Syndication Portal, Vault) to Vercel production.
Deploy a GitChain frontend (Hub, Syndication Portal, Vault) to Vercel production.
$ARGUMENTS for:
# Deployed to Vercel ✅
**Project:** gitchain-[project]
**URL:** https://[project].vercel.app
**Custom Domain:** https://[domain]
**Status:** Ready
## Deployment Details
| Field | Value |
|-------|-------|
| Commit | [sha] |
| Build time | X.Xs |
| Functions | X |
| Edge regions | [list] |
| Framework | Next.js / Static |
## Environment Variables
| Key | Set | Source |
|-----|-----|--------|
| GITCHAIN_API_URL | ✅ | [value] |
| NEXT_PUBLIC_NAMESPACE | ✅ | [value] |
## Verify
- Homepage: ✅ 200
- API proxy: ✅ 200
- Search: ✅ functional
npx claudepluginhub c-0711/0711-tools --plugin gitchain-vercelDeploys projects to Vercel as preview deployments, linking the project with git integration. Handles team selection and detects project state.
Deploys apps to Vercel via CLI: checks vercel version/login, runs production (`vercel --prod`) or preview (`vercel`) deploys, displays URLs/build status/logs. For deploy requests.
Deploys a Next.js application to Vercel with linking, environment variables, preview deployments, and custom domains.