evgenii-studitskikh/Claude-Code-SaaS-Studio

Turn Claude Code into a complete SaaS development studio with AI agents for product management, UX, Next.js, Supabase, Stripe, DevOps, and launch workflows.

1Stars on the repository
38Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

build-feature

01

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Implement one vertical slice (UI → server action/route handler → DB) for a single PRD user story. Obeys path-scoped rules. Ends by invoking /code-review. Draft/approve at every boundary.

not rated 1 2mo ago A 47 tokens original MIT

code-review

02

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Review the current diff against path-scoped rules (secrets, RLS/tenant scoping, Stripe webhook verification, input validation, scope), flag changed code lacking tests, and run a quick security pass. Reports findings; nothing auto-fixed without approval.

not rated 1 2mo ago A 54 tokens original MIT

compliance-check

03

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Check GDPR and SOC 2-lite readiness: inventory PII, verify privacy policy and data-subject rights, list subprocessors, and produce a PASS/GAP report.

not rated 1 2mo ago A 38 tokens original MIT

design-architecture

04

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Define system structure, module boundaries, and data flow for the SaaS app. Record significant decisions as ADRs. Drafts architecture.md then awaits approval.

not rated 1 2mo ago A 35 tokens original MIT

design-pricing

05

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Define plans/tiers, metered units, trial period, and upgrade/downgrade rules using the pricing template. Map each plan to Stripe products and prices. Drafts pricing.md then awaits approval.

not rated 1 2mo ago A 45 tokens original MIT

design-schema

06

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Design Postgres tables, relations, RLS policies, and tenant scoping using the data-model template. Produce a draft Supabase migration. Get approval before applying anything.

not rated 1 2mo ago A 37 tokens original MIT

design-ui

07

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

For each screen in flows.md, select shadcn/ui components and layout, note empty/loading/error states, and document basic accessibility. Drafts ui.md then awaits approval.

not rated 1 2mo ago A 38 tokens original MIT

help

08

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

List all 23 studio skills grouped by phase, each with a one-line description. Run any time you need a map of what the studio can do.

not rated 1 2mo ago A 33 tokens original MIT

launch-checklist

09

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Run the pre-launch gate: verify secrets not committed, RLS enforced, Stripe in live mode with webhooks, error monitoring configured, and legal stubs present. Outputs PASS or BLOCK with blocking items.

not rated 1 2mo ago A 45 tokens original MIT

map-flows

10

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Derive key user journeys and the full screen list from the PRD. Confirm primary flows with the user, then produce flows.md as the UX contract for design-ui and build-feature.

not rated 1 2mo ago A 41 tokens original MIT

qa-plan

11

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Define the test strategy and tooling for the SaaS app before writing tests: the test pyramid, what to cover at each layer, and the security-critical seams. Run after the first feature exists. Produces a qa-plan doc.

not rated 1 2mo ago A 49 tokens original MIT

scope-check

12

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Compare current or proposed work against the PRD's non-goals and scope boundaries. Flag scope creep early, recommend cut or keep, and get a user decision before work continues.

not rated 1 2mo ago A 39 tokens original MIT

security-audit

13

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Audit the SaaS codebase (or a diff) against the path-scoped rules and an OWASP-style SaaS checklist: auth/session, RLS/tenant isolation, secrets, input validation, Stripe webhook verification, dependency vulnerabilities. Produces a severity-ranked findings report.

not rated 1 2mo ago A 59 tokens original MIT

setup-billing

14

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Implement Stripe billing end-to-end: products/prices from config, checkout session, webhook handler with signature verification and idempotency, and customer portal. Present plan then implement.

not rated 1 2mo ago A 39 tokens original MIT

setup-deploy

15

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Set up the Vercel project, wire environment variables across environments, and add a GitHub Actions CI workflow (lint, typecheck, build). Presents the full config plan before touching anything.

not rated 1 2mo ago A 43 tokens original MIT

setup-stack

16

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Scaffold the Next.js + TypeScript + Tailwind + shadcn + Supabase + Stripe project. Presents exact commands and config for approval BEFORE running anything. Writes .env.example with required keys.

not rated 1 2mo ago A 44 tokens original MIT

start

17

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Detect the project's current stage and route to the right first skill. Run at the very beginning of any new session. Shows the studio map and recommends the next action.

not rated 1 2mo ago A 35 tokens original MIT

studio-status

18

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Report where the project stands: which spec artifacts exist, what's missing, and which skill to run next. Run at the start of any session to re-orient.

not rated 1 2mo ago A 36 tokens original MIT

test-setup

19

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Scaffold the test stack for the SaaS app: install and configure Vitest + Testing Library, Playwright, and a CI test step. Run after qa-plan is approved. Produces a runnable test harness.

not rated 1 2mo ago A 47 tokens original MIT

threat-model

20

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Produce a STRIDE-lite threat model for the SaaS app: enumerate assets, trust boundaries, and entry points, then name the top threat and mitigation for each STRIDE category, focused on multi-tenant SaaS.

not rated 1 2mo ago A 48 tokens original MIT

validate-idea

21

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Pressure-test a SaaS idea before any PRD: problem, target user, market, willingness to pay. Run right after /start. Produces an idea-validation doc and a PROCEED/PIVOT/KILL verdict.

not rated 1 2mo ago A 50 tokens original MIT

write-prd

22

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Turn a validated idea into a full PRD: goals, target users, user stories with acceptance criteria, non-goals, and success metrics. Requires idea-validation.md. Drafts then awaits approval.

not rated 1 2mo ago A 44 tokens original MIT

write-tests

23

evgenii-studitskikh/Claude-Code-SaaS-Studio

Skill Claude CodeCodex

Author tests for one PRD user story: unit, integration, and e2e cases plus any RLS policy or Stripe webhook fixture tests required. Run after test-setup is complete. Produces passing test files.

not rated 1 2mo ago A 47 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: