stickerdanielstickerdanielCommunityยท10 Agent Skills Included

saas-starter

SvelteKit SaaS starter with auth, billing, and regression guards

Provides a production-ready SaaS starter with authentication, billing, admin, email, and i18n wired end to end. Guides coding agents through Convex backend patterns, Svelte 5 best practices, form building, and upstream template syncing. Eliminates repeated setup work and prevents recurring bugs through built-in regression guards and scoped instructions.
npx skills add stickerdaniel/saas-starter --all -g -y
Available:

Routes the agent to the correct scoped AGENTS.md file for each code area and enforces global workflow rules like worktree usage, static checks, and regression guard decisions.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’