Help us improve
Share bugs, ideas, or general feedback.
From opensaas-migration
Generate the opensaas.config.ts file for this project
npx claudepluginhub opensaasau/stack --plugin opensaas-migrationHow this command is triggered — by the user, by Claude, or both
Slash command
/opensaas-migration:generate-configThe summary Claude sees in its command listing — used to decide when to auto-load this command
Generate the opensaas.config.ts file for this project. ## Instructions 1. Read `.claude/opensaas-project.json` to get project details 2. If migration wizard hasn't been started, start it: 3. Guide the user through any remaining questions 4. When complete, display: - The generated config file - Dependencies to install - Next steps to run 5. Offer to explain any part of the generated config ## Quick Mode If the user wants defaults, use these answers based on the project metadata: - preserve_database: true - db_provider: [from project metadata] - enable_auth: [from projec...
/tanstack-startBuilds full-stack TanStack Start app on Cloudflare Workers from scratch with database, auth, routes, dashboard, verification, and deployment. Optional [project-name].
/project-scaffoldGenerates production-ready fullstack project with React+Vite+Tailwind frontend, Express/FastAPI backend, PostgreSQL+Prisma DB, JWT/OAuth auth, Jest/Pytest tests, GitHub Actions CI/CD, and Docker. Takes app name; supports --stack and --features flags.
/kreatsaasGuides building production SaaS from idea discovery through UI/UX design, architecture, code generation, review, and deployment. Optional phase arg (design/architecture/develop/deploy) for specific steps.
/bootstrapBootstraps a complete project with security foundation, scaffold (Static/SPA/Workers/Fullstack/Astro), design system, i18n, SEO, tests, and deploy pipeline after gathering requirements.
/scaffold-appScaffolds full-stack web app with frontend, backend, database, Docker for local dev, seed script, .env.example, and single dev start command.
/scaffoldGenerates complete FastAPI project structure with best practices, including API, DB (Beanie), auth, tests, tasks, Redis, Docker/Helm. Supports full, minimal, API-only templates.
Share bugs, ideas, or general feedback.
Generate the opensaas.config.ts file for this project.
Read .claude/opensaas-project.json to get project details
If migration wizard hasn't been started, start it:
opensaas_start_migration({ projectType: "<project_type>" })
Guide the user through any remaining questions
When complete, display:
Offer to explain any part of the generated config
If the user wants defaults, use these answers based on the project metadata: