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.
npx skills add KevinZai/commander --skill ccc-saasgit clone --depth 1 https://github.com/KevinZai/commanderWrote 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.
[](https://agentmods.dev/skills/kevinzai/commander/ccc-saas)<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>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.
| Model | Per session | Once 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 |
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.
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)
saas-scaffolder→ generate project from starter templatedatabase-designer+drizzle-neon→ schema designbetter-auth→ authentication + authorizationnextjs-app-router+shadcn-ui+tailwind-v4→ UI shellapi-design+backend-patterns→ API layerstripe-subscriptions+billing-automation→ billingwebhook-patterns→ event handlingsignup-flow-cro→ optimize onboarding
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.
- 4d ago First seen · 84 lines · 35 tokens per session scan A f0f810d61f3e
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.
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…
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…
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.
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.
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.
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).