con un clic
claude-md-init
Generate a CLAUDE.md from scratch for a project without one
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Generate a CLAUDE.md from scratch for a project without one
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Compresser une session de debug en cours et produire un prompt forensique strict (donnees -> hypothese unique -> test decisif -> STOP). A utiliser quand un debug long ou complexe derive vers la speculation, ou quand le contexte de la conv est sature et qu'il faut basculer sur une session vierge sans perdre les eliminations deja faites.
Switch to supervisor/CTO mode — plan, delegate to workers, never write code directly
Auto-bootstrap codebase indexing in any project. Detects the stack, dispatches to the native installer if supported (Dart in v0.1), or generates a stack-appropriate indexer with strict guardrails (official AST parser, format contract, auto-validation, refinement loop) for TypeScript, Python, Go, or Rust.
Switch to expert-comptable / fiscaliste mode — optimisation fiscale FR, structuration de societes, expatriation, patrimoine
Generate API_CONTRACT.md by scanning existing routes and controllers
Check if API_CONTRACT.md is in sync with the actual code
| name | claude-md-init |
| description | Generate a CLAUDE.md from scratch for a project without one |
Generate a project-specific CLAUDE.md by analyzing the real codebase. Every line must be actionable and specific to THIS project.
Check if CLAUDE.md exists at project root. If yes, warn and ask confirmation before overwriting.
Explore the project:
git log --oneline -20 for recent activityRead 4-6 representative files (controller, service, model, test, config) — pick files with real logic, not boilerplate.
Read ~/.claude/CLAUDE.md to identify what's already covered globally (mindset, ticketing, handoff, critical-thinking, general rules). Do NOT duplicate any of it.
Generate CLAUDE.md with this exact structure:
# CLAUDE.md — [Project Name]
## Projet
[2-3 lines: what it does, who it's for, main stack]
## Regles specifiques a ce projet
[Rules NOT in the global config — specific to THIS project]
[e.g. "Never run xcodebuild directly", "Prisma migrations must be generated, not hand-written"]
## Build & Test
[REAL commands read from package.json/Makefile/etc. — not guesses]
## Architecture
[Simplified directory structure + stack table (framework/lib/version)]
## Conventions code (ce projet)
[Patterns extracted from REAL code read in step 3]
[Use BON/MAUVAIS format with examples from the actual codebase]
## Configuration
[Env vars (not values), API endpoints, services, external deps]
## Etat actuel
[Active branches, next steps if detectable from git]