Generates .codex/context/genome.md and module maps for projects with 50+ files to provide macro context and reduce AI hallucination. Auto-loads existing files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codexai-agentic-workflow:codex-context-engineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate `.codex/context/genome.md` for macro project understanding. Load `genome.md` automatically if it exists. For large projects, also generate per-module maps. This reduces hallucination by giving AI compressed project knowledge instead of raw file scanning.
Generate .codex/context/genome.md for macro project understanding. Load genome.md automatically if it exists. For large projects, also generate per-module maps. This reduces hallucination by giving AI compressed project knowledge instead of raw file scanning.
.codex/context/genome.md exists in the project, load it at session start.genome.md exists, suggest generating one.$codex-genome, $generate-genome, or $genome command.$codex-genome / $genome - Generate or refresh project genome$codex-genome --force / $genome --force - Force regeneration| Project Size | Action |
|---|---|
| < 50 files | Optional. Suggest only if user asks |
| 50-500 files | Suggest on first encounter. Shallow depth (genome.md only) |
| 500+ files | Strongly recommend. Full depth (genome.md + module maps) |
After loading genome.md:
.codex/context/modules/{module-name}.md exists and load it.generate_genome.py from codex-project-memory.skills/.system/REGISTRY.md for full script paths.--help before invoking.genome.md includes a "Generated:" timestamp and file counts.genome.md counts, suggest re-generation.| File | Purpose | Size Target |
|---|---|---|
.codex/context/genome.md | Macro project context | 500-800 words |
.codex/context/modules/{name}.md | Per-module detail | 200-400 words each |
genome.md: always (~2000-2400 tokens)npx claudepluginhub bang-isme/codexai---skillsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.