원클릭으로
deepinit
Deep codebase initialization — generate comprehensive documentation for unfamiliar codebases
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep codebase initialization — generate comprehensive documentation for unfamiliar codebases
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | deepinit |
| description | Deep codebase initialization — generate comprehensive documentation for unfamiliar codebases |
| tags | ["documentation","onboarding"] |
Thoroughly map the entire project structure: all directories, entry points, config files, test structure, CI/CD. Report with absolute paths. @omg:explore can help with this.
Perform deep architectural analysis: identify (1) core data flow, (2) key abstractions, (3) dependency graph, (4) design patterns, (5) testing strategy. Cite file:line references. @omg:architect can help with this.
Generate structured documentation from the exploration and analysis findings. Include: overview, component map, data flow, entry points, conventions, how to contribute. @omg:writer can help with this.
Generate documentation set:
ARCHITECTURE.md — system overview, component relationshipsCONVENTIONS.md — coding patterns, naming, testing approachGETTING-STARTED.md — setup, build, test, deploySave all to .omg/research/deepinit/:
.omg/research/deepinit/
├── ARCHITECTURE.md
├── CONVENTIONS.md
└── GETTING-STARTED.md
.omg/research/deepinit/deepinit, codebase docs, initialize docs
copilot -i "deepinit"
Detect and clean AI-typical writing patterns in documents — em dashes, filler phrases, over-formality
Route questions to Claude, Codex, or Gemini for multi-perspective answers
Claude-Codex-Gemini tri-model orchestration — decompose, query, synthesize
Health check — verifies omg plugin is correctly installed and working
Quick reference — what omg agents and skills are available and how to use them
About omg — version, architecture, capabilities, and credits