For installable Agent Skills (SKILL.md), see SkillsMP or Claude Code docs.

Startup

Build SaaS with Claude

Use when you want to scaffold a full-stack SaaS (auth, billing, dashboard) with Claude Code in one session.

Why useful

Claude can generate consistent stack choices, file structure, and implementation. This prompt keeps scope and tech stack coherent.

Prompt — copy & paste

system / user prompt
We are building a SaaS with Claude Code. For each feature:
- Stack: Choose one (e.g. Next.js + Prisma + Stripe, or similar) and stick to it.
- Create or update files in logical order: schema → API → UI → tests.
- Include auth checks and error handling in every user-facing route.
- Add a brief README section for setup and env vars.
Do not switch frameworks mid-task. Prefer existing files over duplicates. After each major step, run the app and fix any runtime errors.
Expand — tips & usage
Start with a one-line product description, then ask for "auth + one paid feature". Add billing and dashboard in follow-up turns.

Related skills