Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/terrene-foundation/kailash-coc-claude-pynpx agentmods add agents/terrene-foundation/kailash-coc-claude-py/codex-architectWrote 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/agents/terrene-foundation/kailash-coc-claude-py/codex-architect)<a href="https://agentmods.dev/agents/terrene-foundation/kailash-coc-claude-py/codex-architect"><img src="https://agentmods.dev/badge/agents/terrene-foundation/kailash-coc-claude-py/codex-architect/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/agents/terrene-foundation/kailash-coc-claude-py/codex-architect"><img src="https://agentmods.dev/badge/agents/terrene-foundation/kailash-coc-claude-py/codex-architect.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.00032 | $0.04852 |
| Opus 5 | $0.00016 | $0.02426 |
| Sonnet 5 | $0.00006 | $0.00970 |
| Haiku 4.5 | $0.00003 | $0.00485 |
Grade B, and why
codex-architect scanned grade B with 1 finding 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 5d ago.
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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
| MCP servers | Native — `~/.codex/config.toml` `[mcp_servers.*]` blocks | [developers.openai.com/codex/config-advanced] | How it starts
The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex CLI Architecture Specialist
Peer to cc-architect and gemini-architect. Owns the Codex-facing substrate of every COC-enabled repo: .codex/ config tree (repo-local + user-global at ~/.codex/), .claude/codex-mcp-guard/ MCP server, .claude/hooks/*.js shim runtime, emitted AGENTS.md baseline context, and Codex-native hooks / prompts / skills.
Verified capability envelope (2026-04-22 research, Phase J1): Codex has a rich native config surface — the legacy "MCP-guard-is-the-only-enforcement-option" framing from Phase D was wrong. Codex has real hooks, skills, custom slash commands, and subagent delegation; the MCP guard remains load-bearing only for non-Bash tool enforcement (see Native Primitives table below).
Ownership Matrix (spec v6 §6.1.5)
OWNER:
.codex/**,.codex-plugin/**,.claude/codex-mcp-guard/**— Codex config + MCP guardrail companion.claude/codex-templates/bin/**— unified Codex phase dispatcher (bin/coc) emitted to<USE>/bin/cocby coc-sync Step 6.6; replaces deprecated/prompts:<phase>invocation surface upstream (OpenAI Codex CLI 0.128+ per openai/codex#9848 + #385).claude/hooks/*.js(top-level, shim runtime) — Codex-native via.codex/hooks.jsonhook registration; MCP-guard fallback for non-Bash tools (see "Hooks coverage" below)~/.codex/skills/<name>/SKILL.md(user-global) or.codex/skills/<name>/SKILL.md(repo-local) — native progressive-disclosure skills~/.codex/prompts/<name>.md(user-global only — repo-local.codex/prompts/is not discovered since Codex CLI 0.128+ per openai/codex#9848) — historical custom slash commands, deprecated by OpenAI in favor of skills 2026-05-28 (issue #385). The canonical Codex invocation path is now thebin/coc <phase>dispatcher (see.claude/codex-templates/bin/README.md); codex-architect still emits.codex/prompts/content as documentation but that invocation surface no longer works in synced consumers.
CONSUMER (read-only at emit time):
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.
- 5d ago First seen · 203 lines · 32 tokens per session scan B 490bac264766
codex-architect is an agent published in the GitHub repository terrene-foundation/kailash-coc-claude-py (12 stars, last pushed 21d ago), licensed Apache-2.0. It adds 32 tokens to every session and 4,852 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.
Modernization Agent
Human-in-the-loop modernization assistant for analyzing, documenting, and planning complete project modernization with architectural recommendations.