بنقرة واحدة
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 المهني
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
| 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"