From viberaven
Pushes local projects to GitHub and deploys them live on Vercel with minimal friction, handling git setup, secrets, and provider configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/viberaven:go-liveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user has a local app and asks to put it online, connect it to GitHub, deploy it to Vercel, or make a shareable live URL.
Use this skill when the user has a local app and asks to put it online, connect it to GitHub, deploy it to Vercel, or make a shareable live URL.
The goal is not a checklist. The goal is a working path from local project to GitHub repo to Vercel production URL, with clear proof of what actually happened. Do every safe step for the user instead of describing it, and stop only for authentication, secrets, destructive git risk, billing, or ambiguous project ownership.
Default to action:
Useful official pages:
git status --shortgit remote -vgit branch --show-currentpackage.jsonvercel.json, .vercel/project.json, framework config, env examples, README deploy notes.gh --versiongh auth statusvercel --version or npx vercel --versionvercel whoami or npx vercel whoami
Do not require them if browser/dashboard steps are the only available path.npx -y viberaven and use Vercel/GitHub provider context, release diff, and access-mode control before running irreversible commands.Work in this order:
gh repo create when gh is authenticated and the repo name/visibility are clear.gh is not authenticated, run or open the official auth path: gh auth login or https://github.com/login. If repo creation must be manual, open https://github.com/new..env, secrets, build output, or unrelated dirty work.vercel link for an existing project or vercel --prod / vercel deploy --prod when the CLI is authenticated.npx vercel login or https://vercel.com/login.When a browser/open-url tool is available, open the next official page for the user instead of saying "go to GitHub" or "go to Vercel":
After opening a page, keep the state alive: summarize what is waiting, what will run next, and what proof you will collect after the user finishes.
Before saying "live", return:
npx claudepluginhub ohad6k/viberavenDeploys projects to Vercel as preview deployments, linking the project with git integration. Handles team selection and detects project state.
Deploys projects to Vercel via CLI or git push. Checks linking/auth/teams, creates preview links, guides to git integration for ongoing deploys.
Deploys projects to Vercel instantly. Handles CLI auth and fallback deploy script. Preview by default; production only on explicit request. Triggered by phrases like 'deploy my app' or 'push this live'.