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-vercelDeploy applications to Vercel as preview deployments. Activates on requests like 'deploy my app' or 'push live'. Handles project linking, git push, and team selection.
Deploys applications and websites to Vercel as preview or production. Automates project linking, git push deployment, and team selection via Vercel CLI.
Deploys applications and websites to Vercel with auto-framework detection. Returns a preview URL and a claimable deployment link. No authentication required.