saas-init
Bootstrap complet d'un projet SaaS from scratch. Système de Q/R interactif pour configurer chaque aspect.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Bootstrap complet d'un projet SaaS from scratch. Système de Q/R interactif pour configurer chaque aspect.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Workflow APEX — Analyze, Plan, Execute, Examine. À invoquer avant une tâche non triviale ou quand le contexte est flou.
"Génère un endpoint API complet avec validation, auth, error handling et tests."
Génère et intègre des assets multimédia dans un SaaS : images IA (Gemini), SVG (Quiver), vidéo (Remotion), audio (ElevenLabs), scroll 3D. Clés serveur, stockage objet, charte.
Mode exploration intensive. Lance plusieurs sous-agents pour explorer, challenger et synthétiser des recommandations sur un sujet complexe. Gourmand en tokens mais produit des décisions éclairées.
Debugging systématique avec analyse profonde. Traque la cause racine, pas le symptôme.
Mise à jour profonde d’une lib, framework ou API : recherche changelog officiel, breaking changes, puis migration clean — pas un simple npm update.
| name | saas-init |
| description | Bootstrap complet d'un projet SaaS from scratch. Système de Q/R interactif pour configurer chaque aspect. |
| disable-model-invocation | true |
Utiliser AskUserQuestion pour chaque question. Ne RIEN supposer.
Question 1 — Type de projet :
Question 2 — Framework :
Question 3 — Base de données :
Question 4 — Auth :
Question 5 — Paiements :
Question 6 — UI :
Question 7 — Déploiement :
Question 8 — Package Manager :
Question 9 — Extras : (multiSelect)
Question 10 — MCP Servers : (multiSelect)
src/core/entities/ src/core/usecases/ src/core/ports/
src/adapters/db/ src/adapters/api/ src/adapters/auth/
src/shared/ src/config/
@/), TypeScript strict, ESLint, Prettier.env.example avec toutes les variables.gitignoreusers (id UUID v7, email, name, role, avatarUrl, createdAt, updatedAt, deletedAt)organizations (id, name, slug unique, plan, createdAt, updatedAt, deletedAt)memberships (userId, organizationId, role enum){ data, error, meta }NotFoundError, UnauthorizedError, ValidationErrordev, build, test, lint, db:push, db:studio, db:seed.claude/mcp/config.json.claude/memory/stack.md.claude/memory/session.mdProposer à l'utilisateur :
/ui landing"/deploy-check"/feature [description]"/prd brainstorm"