deploying-to-production/SKILL.md
Automates GitHub repository creation and Vercel deployment for Next.js websites. Use when deploying new websites, pushing to production, setting up CI/CD pipelines, or when the user mentions deployment, GitHub, Vercel, or going live.
npx skillsauth add littleben/awesomeagentskills Deploying to ProductionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automated deployment workflow for Next.js websites using GitHub and Vercel.
Copy this checklist and track your progress:
Deployment Progress:
- [ ] Step 1: Pre-deployment validation (build + E-E-A-T check)
- [ ] Step 2: Create GitHub repository
- [ ] Step 3: Push code to GitHub
- [ ] Step 4: Deploy to Vercel
- [ ] Step 5: Post-deployment verification
Run build and verify no errors:
cd "$PROJECT_DIR"
npm run build
CRITICAL: Only proceed if build succeeds with no errors.
Pre-deployment checklist - See CHECKLIST.md for complete list:
npm run build completes successfullyRun the script to create a private GitHub repository:
bash scripts/create-github-repo.sh <project-name>
What this script does:
If the script fails, see TROUBLESHOOTING.md.
Check the repository URL:
gh repo view --web
Verify all files are pushed correctly.
Run the deployment script:
bash scripts/deploy-to-vercel.sh <project-name>
What this script does:
If deployment fails, see TROUBLESHOOTING.md.
Verify deployment:
If issues found:
vercel logsOnly mark deployment complete when all verifications pass.
All deployment scripts are in the scripts/ directory:
create-github-repo.sh - GitHub repository creationdeploy-to-vercel.sh - Vercel deploymentPrerequisites:
gh) installed and authenticated/Volumes/Time/go to wild/websites/ directoryProject naming convention:
keyword-site-lang (e.g., pdf-converter-jp)Environment variables:
Set up monitoring:
Configure custom domain (if needed):
Enable automatic deployments:
main branch auto-deploys to productionFor detailed troubleshooting, see TROUBLESHOOTING.md.
development
Shipany AI-powered SaaS boilerplate documentation. Use when working with Shipany framework, Next.js 15, TypeScript, Drizzle ORM, NextAuth, payment integration, or building SaaS applications.
development
Adds multi-language support to Next.js websites with proper SEO configuration including hreflang tags, localized sitemaps, and language-specific content. Use when adding new languages, setting up i18n, optimizing for international SEO, or when user mentions localization, translation, multi-language, or specific languages like Japanese, Korean, Chinese.
development
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
tools
自动同步项目中的 Agents.md、claude.md 和 gemini.md 文件,保持内容一致性。支持自动监听和手动触发。