saas-mvp-launcher

saas-mvp-launcher is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 41 tokens per session (3,620 once invoked), scanned A, original, MIT.

A roadmap for building and launching a SaaS MVP, meaning an early version of software sold as an online service.

In plain words
What is it for?
Use it to plan a new SaaS product, choose its architecture, set up core services, or review an early-stage SaaS before release.
Why use it?
It gives a starting product a structured path through validation, technical choices, accounts, payments, data storage, deployment, and launch.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan a new SaaS product, choose its architecture, set up core services, or review an early-stage SaaS before release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/saas-mvp-launcher
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add roedyrustam/vibes-plug --skill saas-mvp-launcher
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for saas-mvp-launcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/saas-mvp-launcher/github.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/saas-mvp-launcher)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/saas-mvp-launcher"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/saas-mvp-launcher/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for saas-mvp-launcher

Your own site · 80×15
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/saas-mvp-launcher"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/saas-mvp-launcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,620 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.03620
Opus 5 $0.00020 $0.01810
Sonnet 5 $0.00008 $0.00724
Haiku 4.5 $0.00004 $0.00362

Measured 8d ago against content hash f3a760db3562, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

saas-mvp-launcher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/saas-mvp-launcher/SKILL.md · 261 lines

How it starts

The opening of the file, as written. The whole thing — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SaaS MVP Launcher

English | Bahasa Indonesia


English

Orchestration & Integration

Connects and orchestrates with relevant domain skills like modern-web-guidance, brainstorming, zero-to-prod-orchestrator, and project-context-mapper to ensure cohesive execution.

  • MANDATORY: Execute modern-web-guidance FIRST for all frontend HTML/CSS/JS features to ensure compliance with modern Google standards.

Overview

This skill guides you through building a production-ready SaaS MVP in the shortest time possible. It covers everything from idea validation and tech stack selection to authentication, payments, database design, deployment, and launch — using modern, battle-tested tools.

Trigger Conditions

Use this skill when:

  • Starting a new SaaS product from scratch.
  • Choosing a tech stack for a web application.
  • Setting up authentication, billing, or database for a SaaS.
  • Requiring a structured launch checklist before going live.
  • Designing the architecture of a multi-tenant application.
  • Conducting a technical review of an existing early-stage SaaS.

Step-by-Step Guide

1. Validate Before You Build

Before writing any code, validate the idea:

  • Can you describe the problem in one sentence?
  • Who is the exact customer? (not "everyone")
  • What do they pay for today to solve this?
  • Have you talked to 5+ potential customers?
  • Will they pay $X/month for your solution?

Rule: If you can't get 3 people to pre-pay or sign a letter of intent, don't build yet.

2. Choose Your Tech Stack

Recommended modern SaaS stack (2026):

  • Frontend: Next.js 15 + TypeScript (App Router, React Server Components).
  • Styling: Tailwind CSS v4 + shadcn/ui.
  • Backend: Next.js Server Actions (type-safe, direct database integration).
  • Database: PostgreSQL (Supabase or Neon) with RLS.
  • ORM: Drizzle ORM or Prisma.
  • Auth: Clerk or NextAuth.js (Auth.js).
  • Payments: Choice of Stripe, Midtrans (for SE Asia), PayPal, Paddle, or FastSpring (including subscriptions and customer portals).
  • Email: Resend + React Email.
  • Deployment: Vercel (seamless deployment, edge network, zero-config CI/CD).
  • Monitoring: Sentry + PostHog (crash reporting, user analytics).

Read the full file on GitHub · 261 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 261 lines · 41 tokens per session scan A f3a760db3562

Subscribe to this mod's changes

saas-mvp-launcher is a skill published in the GitHub repository roedyrustam/vibes-plug (50 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 3,620 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

shopify-developer

Complete Shopify development reference covering Liquid templating, OS 2.0 themes, GraphQL APIs, Hydrogen, Functions, and performance optimization (API v2026-01). Use when working with .liquid files, building Shopify themes or apps, writing GraphQL queries for Shopify, debugging Liquid errors, creating app extensions…

tech-leads-club/agent-skills · 127 tokens

slickpay-integrator

An expert in integrating the Algerian SlickPay API (SATIM/EDAHABIA). Handles invoice creation, commission calculation, and webhooks securely.

karim-embarek/antigravity-operator · 36 tokens

customer-billing-ops

Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like Stripe. Use when the user needs to help a customer, inspect subscription state, or manage revenue-impacting billing operations.

Jamkris/everything-gemini-code · 57 tokens

customs-trade-compliance

Codified expertise for customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple jurisdictions. Informed by trade compliance specialists with 15+ years experience. Includes HS classification logic, Incoterms application, FTA utilization, and…

Jamkris/everything-gemini-code · 82 tokens

inventory-demand-planning

Codified expertise for demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation at multi-location retailers. Informed by demand planners with 15+ years experience managing hundreds of SKUs. Includes forecasting method selection, ABC/XYZ analysis, seasonal transition…

Jamkris/everything-gemini-code · 86 tokens

cloudbase-wechat-integration

CloudBase WeChat integration guide for Mini Program WeChat Pay, Official Account JSAPI Pay, Native QR-code Pay, Official Account OAuth, openid handling, payment callbacks, and CloudBase Integration Center generated functions. This skill should be used when users ask to add, debug, or extend WeChat payment or…

sutchan/Agent-Skills-Hub · 76 tokens