Cursor and Claude skills vs prompting a blank repo
A Cursor SaaS starter (or Claude skills SaaS boilerplate) is a repo where coding agents inherit this stack — auth, Stripe, teams, SEO — instead of inventing a second one. That is not the same job as prompting a blank create-next-app until Checkout appears.
The blank-repo argument is already on prompting auth and Stripe from a blank repo. This post is the skills side: what lives in AGENTS.md, what the eight NextBento skills cover, and when a larger skill catalog (Indie Kit) or MCP (MakerKit) is the better buy.
Primary audience: founders who already work in Cursor or Claude Code. Audience page: Cursor SaaS starter.
What “skills” means here
In this kit, a skill is a SKILL.md the agent loads for a task (copy, programmatic SEO, schema, Postgres, Resend). AGENTS.md is the index: stack, roles, security habits, paths. It is not a product button. It is not an in-app AI chat runtime. NextBento does not ship that.
Other kits use the same filenames. Supastarter has been loud about AGENTS.md. MakerKit ships MCP plus agent rules. Indie Kit markets 20+ skills. The useful question is what the files point at, not whether the filename exists. Longer file explainer: what AGENTS.md is.
Skills on a foundation vs skills on an empty folder
| Blank repo | NextBento clone | |
|---|---|---|
| First prompt | “Add Supabase auth and Stripe” | “Add a feature on this billing model” |
| Agent context | Generic Next.js | AGENTS.md + skills that name owner-only billing, RLS, pSEO JSON |
| Failure mode | A second auth library “to be helpful” | You still review diffs; the brief is shorter |
| What you pay for | Time | $59 kit + your review |
Skills do not replace reading Stripe setup. They stop the agent from opening a new checkout route on a landing-page edit.
What NextBento’s eight skills cover
Copywriting, programmatic SEO, schema markup, SEO audit, Supabase Postgres practices, web design guidelines, React Email, Resend send helpers. They run in Cursor, Claude Code, Cline, Windsurf, and Copilot. They do not design your product. They do not verify that a user paid.
Example handshake (the real files are in the product repo you clone, not this marketing site):
- Stack is Next.js App Router, Supabase, Stripe, Resend. Do not add a second auth library.
- Owner holds billing. Admins invite. Members use the app. Do not invent seat billing in a random route.
- Gate every API route. Do not write the database from the browser for privileged work.
That is why a Cursor SaaS starter is a foundation plus brief, not a prompt pack on a gist.
When another kit’s AI story is better
- Indie Kit — larger skill catalog, more payment vendors, optional orgs. Confirm price. Indie Kit alternatives.
- MakerKit — MCP server and agent rules on a multi-tenant kit. Pay $349+ if you need that tenancy. MakerKit alternatives.
- Supastarter — AGENTS.md plus org-scale SaaS at $299+. Supastarter alternatives.
- ShipFast — ChatGPT prompts for legal pages; built so an AI editor has a full codebase. Different job than in-repo skills. ShipFast alternatives.
If you only needed the “do not prompt plumbing from zero” argument, the earlier post is enough. If you already decided on Next.js 16 + Supabase + Stripe, pricing is $59. Get NextBento.
Related
- What AGENTS.md is in a Next.js SaaS kit
- Prompting auth and Stripe from a blank repo
- Best Next.js SaaS boilerplates 2026
- For indie hackers