docs-gen
Génère la documentation du projet : API docs, README, architecture. Utilise les scripts Python et l'analyse du code réel.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Génère la documentation du projet : API docs, README, architecture. Utilise les scripts Python et l'analyse du code réel.
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 | docs-gen |
| description | Génère la documentation du projet : API docs, README, architecture. Utilise les scripts Python et l'analyse du code réel. |
/docs-gen api — Documentation APIGrep "export.*async function (GET|POST|PUT|DELETE|PATCH)" app/api/### POST /api/invoices
**Auth** : Requis — `session.user.organizationId`
**Body** : `{ amount: number, clientId: string }` (Zod schema: `CreateInvoiceSchema`)
**201** : `{ data: Invoice }`
**400** : `{ error: string, details: ZodError[] }`
**401** : `{ error: "Unauthorized" }`
**Rate limit** : 10 req/min
docs/api.md/docs-gen readme — README du projet.claude/memory/stack.md + project-scan.md + package.json.env.local → supabase start → pnpm devpackage.json)src/core/, src/adapters/, etc.)scripts/README.md)/docs-gen architecture — Diagramme d'architectureorganizationId dans chaque query).claude/memory/decisions.md et docs/adr/docs/architecture.md/docs-gen schema — Documentation DBsupabase/migrations/*.sqldocs/db-schema.md/docs-gen onboarding — Guide développeurGénérer docs/ONBOARDING.md step-by-step :
/env-setup)project_health.py, supabase_migrate.py, etc.