saas-starter
SvelteKit SaaS starter with auth, billing, and regression guards
All Skills in This Repository (10)
Pure Emerald Level Indicatorssaas-starter
Build and manage SaaS applications with SvelteKit, Convex, and Better Auth.
email-and-password-best-practices
Configure email verification, password reset flows, and password policies.
organization-best-practices
Configure organizations, roles, and permissions with Better Auth's organization plugin.
emil-design-eng
Systematize UI/UX design with guidelines for interface enhancements, animations, and components.
autumn-best-practices
Manage Stripe subscriptions and enforce feature access with Autumn.
svelte-core-bestpractices
Guide Svelte developers on reactivity, event handling, and styling best practices.
convex-guidelines
Review Convex backend code for performance, security, and maintainability best practices.
upstream-sync
Automate synchronization and review of changes between a template repository and a fork.
svelte-form-builder
Generate form JSON with Valibot validation for SvelteKit forms.
pair-review
Review software development plans iteratively with OpenAI Codex.
Frequently Asked Questions
FAQPage SchemaHow to install saas-starter?โผ
Run `npx skills add stickerdaniel/saas-starter --all -g -y` in your terminal to install all skills in this suite globally.
What does the saas-starter template include?โผ
It is a SvelteKit and Convex starter with auth, billing, admin panel, AI chat, email, and i18n already wired together. It also ships regression guards that catch recurring bug classes automatically.
How do the scoped AGENTS.md files work?โผ
The root AGENTS.md routes your agent to the nearest scoped file for routes, Convex backend, scripts, docs, or E2E tests. Each file contains task-specific rules the agent must follow before editing that area.
How do I sync template updates into my fork?โผ
A human starts the upstream-sync skill with `bun run upstream:sync`, which lists every upstream commit since the last sync. The agent then reviews, adapts, and ships them as one consolidated PR.
Does it work with Claude Code and other coding agents?โผ
Yes. The skills follow the universal SKILL.md standard and the AGENTS.md files are read by Claude Code, Cursor, Codex, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core