Back to the catalog

saas-toolkit

The complete Claude Code toolkit for SaaS founders. 15 skills and 4 agents covering the full development cycle - from spec to launch. Build

Open source Repository Open in the app JSON README (API)

About

The complete Claude Code toolkit for SaaS founders. 15 skills and 4 agents covering the full development cycle - from spec to launch. Build with Next.js, Supabase Auth, Vercel, PostHog, Polar.sh, and Vercel AI SDK. Includes skills for project setup, auth, database, billing, UI, AI integration, analytics, security, landing pages, SEO, branding, content, deployment, and launch readiness. Agents: saas-mentor (guidance), prd-writer (specs), saas-reviewer (code review), qa-tester (test plans).

Details

Kind
Plugins
Topic
Marketing & analytics
Publisher
dangogit
Origin
marketplace
Category
ferramentas
Open pull requests
1
Last push
2026-07-10T07:41:47Z
Repository state
ativo
Language
Shell
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
dangogit/saas-toolkit/saas-toolkit

README

# ncode-saas-toolkit

Base Claude Code plugin for SaaS development. Part of the nCode course by Daniel Goldman.

## Install

```bash
claude plugin add dangogit/ncode-saas-toolkit
```

## What's Included

### Skills
- `env-management` - Local/staging/production environment patterns
- `payment-sandbox` - Test payments safely (Polar.sh, RevenueCat)
- `supabase-local-dev` - Local Supabase development workflow
- `git-for-beginners` - Simplified Git for non-technical founders
- `claude-code-intro` - Claude Code fundamentals and memory

### Agents
- `saas-mentor` - Business advice (pricing, positioning, growth)
- `prd-writer` - Generate PRDs from idea descriptions
- `code-reviewer` - Review code before shipping
- `qa-tester` - Test features and find edge cases

## MCP Servers (installed by nCode installer)

The nCode installer (`danielthegoldman.com/claude-code-installer`) sets up these MCPs automatically:
- **Context7** - Look up any library/framework docs instantly
- **Playwright** - Browser testing and automation
- **Memory** - Persistent knowledge graph

Track-specific MCPs are listed in each extension's README.

## Recommended Plugins

```bash
# Superpowers - brainstorming, planning, debugging, TDD
claude plugin add superpowers

# Context7 - library docs lookup
claude plugin add context7
```

## Extensions

- `dangogit/ncode-saas-toolkit-web` - Web development track
- `dangogit/ncode-saas-toolkit-mobile` - Mobile development track

More