zhanlincui/deploying-to-production
Automate creating a GitHub repository and deploying a web project to Vercel. Use when the user asks to deploy a website/app to production, publish a project, or set up GitHub + Vercel deployment.
npx skills add https://github.com/ZhanlinCui/Agent-Skills-Hunter --skill deploying-to-production
Use this workflow when a user says "deploy this website/app" or similar. Follow the checklist in order and do not skip steps.
Run:
npm run build
If build fails, read the errors, fix issues, and run again. Only proceed when build succeeds.
Create a new GitHub repository for the project. If the repo already exists, confirm whether to reuse or create a new one.
Initialize git if needed, add remote, and push the default branch. Confirm the repository contains the expected code.
Deploy the GitHub repo to Vercel. Capture the deployment URL.
Verify the live deployment by opening the URL or checking a response. If verification fails, diagnose and redeploy.
Take zhanlincui/deploying-to-production from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.