nikandr-surkov/ai-saas-starter
Agent Claude Code
Read-only reviewer for auth, billing, and credits-ledger changes. Use proactively after modifying src/lib/auth, src/lib/billing, src/lib/credits, or src/app/api — before committing.
nikandr-surkov/ai-saas-starter
Agent Claude Code
Read-only reviewer for auth, billing, and credits-ledger changes. Use proactively after modifying src/lib/auth, src/lib/billing, src/lib/credits, or src/app/api — before committing.
nikandr-surkov/ai-saas-starter
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing format-edited-file.mjs via node. From nikandr-surkov/ai-saas-starter.
nikandr-surkov/ai-saas-starter
Hook Claude Code
Runs when the agent finishes a response, executing stop-typecheck.mjs via node. From nikandr-surkov/ai-saas-starter.
nikandr-surkov/ai-saas-starter
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, Stop).
nikandr-surkov/ai-saas-starter
Skill Claude CodeCodex
Implement the image-generation provider interface for a new provider (fal, Replicate, direct OpenAI, ...). Use when swapping or adding an AI provider.
nikandr-surkov/ai-saas-starter
Skill Claude CodeCodex
Scaffold a new feature (page + server action + test) following this repo's patterns. Use when adding any user-facing feature to the app.
nikandr-surkov/ai-saas-starter
Skill Claude CodeCodex
Make a database schema change safely — edit schema.ts, generate the migration, review the SQL, apply it. Use for any change under src/db/.
nikandr-surkov/ai-saas-starter
Cursor rule Cursor
Billing & credits invariants.
nikandr-surkov/ai-saas-starter
Cursor rule Cursor
Core repo rules — always apply.
nikandr-surkov/ai-saas-starter
Instructions file GitHub Copilot
Instructions for nikandr-surkov/ai-saas-starter: Read AGENTS.md at the repo root — it is the full operating manual and wins over these lines. Use pnpm only; done means pnpm typecheck && pnpm lint && pnpm test pass. Never: edit applied migrations, mutate credittransactions, touch credit tables outside src/lib/credits/…
nikandr-surkov/ai-saas-starter
Instructions file CodexOpenCode
Instructions for nikandr-surkov/ai-saas-starter, covering agents.md, snapshot, commands, definition of done and directory map.
nikandr-surkov/ai-saas-starter
Instructions file
Instructions for nikandr-surkov/ai-saas-starter, a project described as: AI SaaS boilerplate for Next.js 16 — Better Auth, Stripe subscriptions, credits system, AI image generation. AI-native: AGENTS.md, Claude Code skills & hooks.