원클릭으로
claude-md-init
Generate a CLAUDE.md from scratch for a project without one
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a CLAUDE.md from scratch for a project without one
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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]
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