Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tuannv0069/claude-doc-genome --skill init-codex-genomegit clone --depth 1 https://github.com/tuannv0069/claude-doc-genomeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tuannv0069/claude-doc-genome/init-codex-genome)<a href="https://agentmods.dev/skills/tuannv0069/claude-doc-genome/init-codex-genome"><img src="https://agentmods.dev/badge/skills/tuannv0069/claude-doc-genome/init-codex-genome/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tuannv0069/claude-doc-genome/init-codex-genome"><img src="https://agentmods.dev/badge/skills/tuannv0069/claude-doc-genome/init-codex-genome.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00064 | $0.00930 |
| Opus 5 | $0.00032 | $0.00465 |
| Sonnet 5 | $0.00013 | $0.00186 |
| Haiku 4.5 | $0.00006 | $0.00093 |
Grade A, and why
init-codex-genome scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Initialize and maintain the Codex genome
This skill owns the Codex distribution and adapter. A project has one genome workspace under .agent-workspace/; Claude Code and Codex use that same guidance, roles, lessons, decisions, wiki and task state. Harness-specific instructions, configuration and deployment records remain separate. The project's requirements and deliverables remain project-owned.
Establish the operation
Identify the target project from the request and the current workspace. Resolve it to an absolute path before running a command. Use authorization already given in the conversation. Ask only if the intended project, a material merge decision or authority for the proposed change remains unresolved.
Find this skill's actual directory from the skill path supplied by Codex. Run its scripts/genome.py by absolute path. The script finds the bundle in this installed skill; it does not assume the user's project contains the source repository. Python 3.12 or later is required.
Use init when the project has no .codex/genome-manifest.json. Use update when that manifest already exists. If a complete shared genome workspace is already present, init reuses it and installs only the Codex adapter, Codex standards and Codex tooling. A previous generated Codex installation without the new manifest requires adoption under references/adoption.md, not an ordinary update.
Install or update a project
Inspect the project's existing instructions, overrides, configuration and workflows before deciding what to merge. Establish its real purpose and verification commands from its sources; do not invent project facts to fill a template. Read the selected bundle templates and the deployment plan to understand the proposed changes.
Run a dry run first:
python <skill>/scripts/genome.py init --project <absolute-project-path>
python <skill>/scripts/genome.py update --project <absolute-project-path>
Review the returned operations, conflicts and inventory. The two commands are alternatives for the states described above. Do not infer ownership from a familiar directory name or a generated-file comment. Resolve existing root instructions or local changes through the procedure in references/adoption.md. Preserve project configuration and other skills; the core needs no model, permissions, trust, hook or MCP changes.
What ships with it
43 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- bundle/bundle-map.json 9.4 KB
- bundle/portable/.agent-workspace/guide/general/bug-report-format.md 2.3 KB
- bundle/portable/.agent-workspace/guide/general/capability-packaging.md 2.2 KB
- bundle/portable/.agent-workspace/guide/general/decision-journal.md 3.2 KB
- bundle/portable/.agent-workspace/guide/general/doc-system-mechanics.md 4.5 KB
- bundle/portable/.agent-workspace/guide/general/five-why.md 2.3 KB
- bundle/portable/.agent-workspace/guide/general/fix-impact-analysis.md 1.8 KB
- bundle/portable/.agent-workspace/guide/general/lesson-capture.md 4.4 KB
- bundle/portable/.agent-workspace/guide/general/markdown.md 1.4 KB
- bundle/portable/.agent-workspace/guide/general/mermaid.md 1.9 KB
- bundle/portable/.agent-workspace/guide/general/orchestration-policy.md 3.4 KB
- bundle/portable/.agent-workspace/guide/general/review-checklist-method.md 2.7 KB
- bundle/portable/.agent-workspace/guide/general/role-selection.md 2.7 KB
- bundle/portable/.agent-workspace/guide/general/rule-health.md 3.0 KB
- bundle/portable/.agent-workspace/guide/general/task-planning.md 3.8 KB
- bundle/portable/.agent-workspace/guide/general/verification-gate-design.md 1.6 KB
- bundle/portable/.agent-workspace/guide/general/worktree.md 1.8 KB
- bundle/portable/.agent-workspace/guide/roles/business-analyst.md 1.7 KB
- bundle/portable/.agent-workspace/guide/roles/comtor.md 1.9 KB
- bundle/portable/.agent-workspace/guide/roles/developer.md 1.7 KB
- bundle/portable/.agent-workspace/guide/roles/project-manager.md 1.7 KB
- bundle/portable/.agent-workspace/guide/roles/qa.md 1.7 KB
- bundle/portable/.agent-workspace/guide/roles/security.md 1.6 KB
- bundle/portable/.agent-workspace/guide/roles/tech-lead.md 1.7 KB
- bundle/portable/.agent-workspace/rules/agents-md-standards.md 2.5 KB
- bundle/portable/.agent-workspace/rules/codex-agents-standards.md 2.6 KB
- bundle/portable/.agent-workspace/rules/codex-config-standards.md 2.4 KB
- bundle/portable/.agent-workspace/rules/critical-thinking.md 2.7 KB
- bundle/portable/.agent-workspace/rules/doc-organization.md 5.9 KB
- bundle/portable/.agent-workspace/rules/file-reading.md 1.6 KB
- bundle/portable/.agent-workspace/rules/skill-md-standards.md 2.9 KB
- bundle/portable/.agent-workspace/rules/wiki-tier.md 5.1 KB
- bundle/portable/.agent-workspace/tooling/genome.py 46 KB runs code
- bundle/templates/AGENTS.md 6.1 KB
- bundle/templates/decisions-index.md 783 B
- bundle/templates/guide-index.md 2.5 KB
- bundle/templates/lessons-index.md 917 B
- bundle/templates/roles-index.md 1.9 KB
- bundle/templates/wiki-index.md 1.1 KB
- references/adoption.md 4.4 KB
- references/maintenance.md 3.1 KB
- scripts/genome.py 819 B runs code
- VERSION 6 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 46 lines · 64 tokens per session scan A 5d9cb9b01246
init-codex-genome is a skill published in the GitHub repository tuannv0069/claude-doc-genome (1 stars, last pushed today), licensed MIT. It adds 64 tokens to every session and 930 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-16.
Other skills, from other repositories
cco-tools
Show what tools actually cost in tokens — learned per-tool averages from observed results, replacing the hardcoded MCP/Agent guesses.
docs-drift
Documentation-drift audit for this plugin monorepo. Audit either each scoped plugin's unreleased changelog claims or its latest shipped release from the previous reachable plugin-name--v tag, then verify that plugin READMEs, docs, CLAUDE.md or AGENTS.md files, and root documentation tell the truth for the matching…
test-run
Run plugin test suites in this monorepo and report a concise pass/fail summary. Optional plugin slug arg; without arg, runs all plugins under plugins/.
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…
design-system-reference
Style guides and implementation rules for frontend design. Works with design-discovery agent which handles context gathering and VS-based style recommendations. Contains detailed style guides, anti-patterns, and implementation checklists.
magic-compact
Compact this Claude Code session.