ccc-saas

ccc-saas is a skill for Claude Code from KevinZai/commander. It costs 35 tokens per session (968 once invoked), scanned A, original, MIT.

A collection of skills for building subscription web applications, covering areas such as login, databases, APIs, interfaces, billing, growth, and multi-tenant systems. A SaaS application is software delivered online, usually with recurring subscriptions.

In plain words
What is it for?
Use it to plan or build a SaaS product, including authentication, billing, databases, APIs, frontend work, and growth features.
Why use it?
It routes common SaaS tasks to more focused building blocks instead of treating the whole product as one problem.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; mentions Codex; $skill-name invocation.

Good fit Use it to plan or build a SaaS product, including authentication, billing, databases, APIs, frontend work, and growth features.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevinzai/commander/ccc-saas
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 KevinZai/commander --skill ccc-saas
Clone the repo
git clone --depth 1 https://github.com/KevinZai/commander

Made for: Claude Code.

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 ccc-saas

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinzai/commander/ccc-saas.svg)](https://agentmods.dev/skills/kevinzai/commander/ccc-saas)
Your own site
<a href="https://agentmods.dev/skills/kevinzai/commander/ccc-saas"><img src="https://agentmods.dev/badge/skills/kevinzai/commander/ccc-saas.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 968 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.
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.00035 $0.00968
Opus 5 $0.00017 $0.00484
Sonnet 5 $0.00007 $0.00194
Haiku 4.5 $0.00003 $0.00097

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

Security

Grade A, and why

ccc-saas 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 4d 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.

commander/cowork-plugin-codex/skills/ccc-saas/SKILL.md · 84 lines

How it starts

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

$ccc-saas — SaaS domain hub

Load ONE skill. Get the entire SaaS stack. 21 skills from scaffold to scale.

What's Inside

Area Skills
Routing & Scaffold saas-router, saas-scaffolder
Auth & Users better-auth (email/password, OAuth, RBAC, 2FA, magic links)
Database database-designer, drizzle-neon
API api-design, backend-patterns, fastify-api
Frontend nextjs-app-router, shadcn-ui, tailwind-v4
Billing stripe-subscriptions, billing-automation
Growth saas-metrics-coach, signup-flow-cro, paywall-upgrade-cro, form-cro
Advanced multi-tenant, webhook-patterns, feature-flags

No expressed intent? Present the top 3 sub-skills + "More…" as an AskUserQuestion picker (≤4 options).

Routing Matrix

Your Intent Route To
"Scaffold a new SaaS" saas-scaffolder
"Set up auth" / "Add login" better-auth
"Add billing" / "Stripe setup" stripe-subscriptions + billing-automation
"Design my database" database-designer + drizzle-neon
"Build the frontend" / "UI" nextjs-app-router + shadcn-ui + tailwind-v4
"Build an API" api-design + fastify-api + backend-patterns
"Track MRR" / "Churn analysis" saas-metrics-coach
"Improve signup conversion" signup-flow-cro
"Pricing page" / "Trial conversion" paywall-upgrade-cro
"Multi-tenant" / "B2B SaaS" multi-tenant
"Webhooks" webhook-patterns
"Feature flags" / "Gradual rollout" feature-flags

Campaign Templates

Greenfield SaaS (Zero to MVP)

  1. saas-scaffolder → generate project from starter template
  2. database-designer + drizzle-neon → schema design
  3. better-auth → authentication + authorization
  4. nextjs-app-router + shadcn-ui + tailwind-v4 → UI shell
  5. api-design + backend-patterns → API layer
  6. stripe-subscriptions + billing-automation → billing
  7. webhook-patterns → event handling
  8. signup-flow-cro → optimize onboarding

Read the full file on GitHub · 84 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. 4d ago First seen · 84 lines · 35 tokens per session scan A f0f810d61f3e

Subscribe to this mod's changes

ccc-saas is a skill published in the GitHub repository KevinZai/commander (6 stars, last pushed yesterday), licensed MIT. It adds 35 tokens to every session and 968 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

mcp-server-dev

Create MCP servers — multi-tool services exposed via Model Context Protocol. Use this skill whenever users mention MCP servers, building servers, server scaffolding, tool registration, or want to package tools for distribution via uvx or npx. Also use when the conversation involves stdio transport, server lifecycle…

andisab/swe-marketplace · 175 tokens

mcp-tool-dev

Create MCP tools — individual tool functions exposed via Model Context Protocol. Use this skill whenever users mention MCP tools, tool handlers, tool functions, tool definitions, or want to add capabilities to an MCP server. Also use when the conversation involves designing tool schemas, writing tool descriptions, or…

andisab/swe-marketplace · 158 tokens

dev-nextjs

Next.js development (App Router, Server Components, caching, streaming). Trigger when the user works with Next.js, modifies app/, pages/, next.config, or talks about RSC, Server Actions, Route Handlers, middleware.

christopherlouet/claude-base · 50 tokens

especialista-em-desenvolvimento-fullstack

Especialista em Desenvolvimento Fullstack. Use para projetar e construir aplicações ponta a ponta (frontend + backend + dados), definir contratos de API, autenticação e fluxo de dados. Palavras-chave: fullstack, end-to-end, API, frontend, backend, integração.

euwebertdefreitas/ai-skills-for-claude-code · 0 tokens

especialista-em-smart-ui-transaction-script

Especialista em Smart UI / Transaction Script. Use para apps simples com lógica procedural por operação ou na própria UI, ideal para CRUD rápido e protótipos. Palavras-chave: smart UI, transaction script, procedural, CRUD, protótipo, simplicidade.

euwebertdefreitas/ai-skills-for-claude-code · 63 tokens

auth-setup

Set up authentication for web apps. Supports Better Auth and Firebase Auth. Handles email/password, Google OAuth, sessions, middleware, protected routes. Includes UI components. Auto-detects existing project themes. (GitHub & Apple OAuth coming soon).

ShipWithAI/shipwithai-plugins · 53 tokens