원클릭으로
claude-md-boost
Optimize project CLAUDE.md — expert prompt engineering + stack best practices
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Optimize project CLAUDE.md — expert prompt engineering + stack best practices
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | claude-md-boost |
| description | Optimize project CLAUDE.md — expert prompt engineering + stack best practices |
Rewrite the project CLAUDE.md as a CTO and prompt engineering expert. Every line must measurably change Claude's behavior. 20 precise lines > 100 lines of filler.
If no CLAUDE.md exists → tell the user to run /claude-md-init first. Stop.
Cleanup phase (integrated — don't ask the user to run cleanup separately):
~/.claude/CLAUDE.md<!-- critical-thinking:start -->, <!-- backlog:start -->, etc.)/claude-md-cleanup)Explore the project:
Analyze the current CLAUDE.md — for each rule, ask:
Rewrite the CLAUDE.md:
Stack best practices to check for (only add what's actually used in the project):
iOS/Swift : weak self in closures, deinit cleanup, navigation patterns, force unwrap rules, concurrency (actors/async-await)
React/Next : hooks rules (deps arrays), component patterns (server vs client), state management, SSR boundaries
Node/Express : error handling middleware, async/await patterns, validation layer, env config
Flutter : widget lifecycle, state management (Riverpod/Bloc/Provider), platform channels, key usage
Go : error handling (wrap vs return), goroutine patterns, interface design, table-driven tests
Python : type hints, async/await, test fixtures, dependency injection patterns
Rust : ownership patterns, Result/Option handling, trait design, test organization
PHP/Laravel : service pattern, Eloquent conventions, form requests, middleware
Present the diff — show old vs new for each section that changed, with rationale.
Wait for explicit validation before writing.
Every line added must change Claude's behavior in a measurable way. If a rule would be ignored or changes nothing, don't add it. If you can't explain what Claude would do DIFFERENTLY because of a rule, that rule is filler — delete it.
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