From opensaas-migration
Generate the opensaas.config.ts file for this project
How 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...
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:
npx claudepluginhub opensaasau/stack --plugin opensaas-migration/init-projectCreates a new private GitHub repository from the cf-saas-starter-react-router template under the Casper-Studios org, clones it locally, updates package.json and wrangler.jsonc, and installs dependencies.
/kreatsaasGuides SaaS creation from design thinking through deployment, with phased subcommands (design, architecture, develop, deploy) and supplementary helper commands for versioning and feature requests.
/project-scaffoldGenerates a complete fullstack project scaffold with React frontend, Express/FastAPI backend, PostgreSQL database, authentication, testing, CI/CD, Docker, and documentation.
/bootstrapBootstraps a new full-stack project with design system, CI/CD, internationalization, SEO, and deployment pipeline. Prompts for project type and infrastructure details.
/tanstack-startBuilds a full-stack TanStack Start app on Cloudflare Workers from scratch, generating all files and handling database, auth, routes, dashboard, and deployment.