vibe-ship
npx skills add https://github.com/chloezhu010/vibe-ship --skill vibe-ship
Agent 安装分布
Skill 文档
vibe-ship
Take a vibe-coded frontend to a live SaaS â database, auth, email, and deployment in one flow.
Supported stacks
- Next.js (App Router)
- Vite + React
1. Detect framework
Check the project root for config files:
next.config.jsornext.config.tspresent â setFRAMEWORK=nextjsvite.config.tsorvite.config.jspresent â setFRAMEWORK=vite
If neither config file is found, check package.json dependencies:
"next"in dependencies âFRAMEWORK=nextjs"vite"in dependencies âFRAMEWORK=vite
If still ambiguous, ask: “Is this a Next.js or Vite/React project?”
2. Confirm with the user
Print:
Detected: <framework> project
Ready to set up:
⦠Supabase database
⦠Auth + magic link email via Resend
⦠Frontend connected to live data
⦠Frontend polished (loading states + responsive)
⦠Deploy to Vercel
Shall we begin? (yes/no)
If the user says no â stop here.
3. Run each step in order
Pass FRAMEWORK as context to every sub-skill call.
Step 1 â Database
Invoke supabase-setup.
Do not proceed until it reports: “â Supabase setup complete. Database schema written and client configured.”
Step 2 â Auth + Email
Invoke auth-setup.
Do not proceed until it reports: “â Auth setup complete. Magic link email delivered via Resend.”
Step 3 â Connect frontend
Invoke frontend-connect.
Do not proceed until it reports: “â Frontend connected to Supabase. Mock data replaced with live queries.”
Step 4 â Polish
Invoke frontend-polish.
Do not proceed until it reports: “â Frontend polished. Loading states, error boundaries, and responsive layout confirmed.”
Step 5 â Deploy
Invoke vercel-deploy.
Do not proceed until it reports: “â Deployed. Live at: “
4. Done
Print:
ð Your app is live!
URL: <live URL from vercel-deploy>
What's next:
- Add your custom domain: Vercel â Settings â Domains
- Set up Stripe payments when you're ready to charge users
- Monitor errors: Vercel â Logs