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 agentmods add instructions/christiandoxa/prodex/agents-mdgit clone --depth 1 https://github.com/christiandoxa/prodexWrote 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/instructions/christiandoxa/prodex/agents-md)<a href="https://agentmods.dev/instructions/christiandoxa/prodex/agents-md"><img src="https://agentmods.dev/badge/instructions/christiandoxa/prodex/agents-md.svg" alt="Measured on agentmods" 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 | $0.06057 | $0.06057 |
| Opus 5 | $0.03028 | $0.03028 |
| Sonnet 5 | $0.01211 | $0.01211 |
| Haiku 4.5 | $0.00606 | $0.00606 |
Grade C, and why
prodex AGENTS.md scanned grade C 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 yesterday.
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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- Use exact targeted cleanup only. Never use broad destructive patterns such as `rm -rf /tmp/prodex-*`, How it starts
The opening of the file, as written. The whole thing — 466 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file applies to the entire repository. Keep agent guidance actionable and repository-specific; the maintained documents linked below own detailed architecture, policy, threat-model, and test contracts.
Scope and source of truth
When rules conflict, use this order:
- Current repository behavior and safety invariants.
- Enforced CI guards, test runners, and
package.jsonscripts. - Maintained Prodex documentation: architecture, testing, runtime policy, and threat model.
- This file.
- Transferable lessons from upstream Codex guidance.
- Generic Rust preferences.
Cargo.toml and each crate manifest define workspace membership and dependency ownership.
Do not infer a boundary from a directory name alone. Repository prose, comments, examples,
fixtures, and new documentation must be in English.
Project summary and ownership
Prodex is a Rust workspace whose CLI wraps Codex and manages isolated CODEX_HOME profiles.
It also builds dedicated gateway and control-plane entrypoints. Keep composition roots thin:
src/main.rs,src/bin/, andsrc/lib.rswire entrypoints and compatibility facades.prodex-cliowns Clap parsing, help, defaults, and command normalization.prodex-appowns CLI command routing, application composition, profile flows, runtime launch, and live orchestration. It must not become the home for reusable domain, storage, rendering, provider, or transport-neutral logic.prodex-applicationowns side-effect-free use-case plans and ports. Concrete transports, providers, and storage adapters belong in composition roots.prodex-domainowns pure identifiers, security context, policy, accounting, and governance decisions. It must not depend on HTTP, CLI, database drivers, filesystem/process APIs, providers, or network clients.prodex-runtime-proxyowns proxy boundary types, classifiers, affinity/health/admission helpers, compatibility transforms, and bounded transport executors. Keep it hot-path-safe; live launch and app orchestration remain inprodex-app.prodex-runtime-*crates own focused runtime policy, state, quota, launch, diagnostics, broker, and provider-runtime boundaries; inspect the owning crate before editing.prodex-gateway-coreowns HTTP-neutral admission/routing contracts;prodex-gateway-httpowns framework-neutral HTTP policy;prodex-gateway-serverowns bounded async Hyper/TLS serving. Do not move policy into the server adapter.prodex-storageowns adapter-neutral commands and contracts. Driver-free SQL/plans belong inprodex-storage-postgres,prodex-storage-redis, orprodex-storage-sqlite; async or blocking execution belongs in the matching*-runtimeadapter. DDL and migrations stay out of request-serving paths.prodex-terminal-uistays generic: terminal dimensions, layout, text, and rendering helpers; app- or runtime-specific report models stay in report crates orprodex-app.
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.
- yesterday Changed · +6 lines · +98 tokens per session e1282eb78d27
- 5d ago First seen · 460 lines · 5,959 tokens per session scan C 22e6d72a721d
prodex AGENTS.md is an instructions file published in the GitHub repository christiandoxa/prodex (47 stars, last pushed yesterday), licensed Apache-2.0. It adds 6,057 tokens to every session, about $0.0303 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
plano CLAUDE.md
Instructions for katanemo/plano, covering claude.md, build & test commands, rust — wasm plugins (must target wasm32-wasip1), rust — brightstaff binary (native target) and rust — tests, format, lint.
hoop CLAUDE.md
Claude Code instructions for hoophq/hoop, covering claude.md, project overview, toolchain & prerequisites, architecture and module breakdown.
casbin-gateway CLAUDE.md
Claude Code instructions for apache/casbin-gateway, covering claude.md and code style.
bifrost AGENTS.md
Instructions for bifrost-proxy/bifrost, covering bifrost 项目开发规则, 执行心法, 执行模式与完成定义, 任务模式判定 and 变更类型与验证路由(先判定,后执行).
zentinel AGENTS.md
AGENTS.md instructions for zentinelproxy/zentinel, covering zentinel, philosophy (north star), architecture, crates and core crates.
pioneer AGENTS.md
AGENTS.md instructions for pioneerdotai/pioneer, covering database architecture, runtime model, scheduling classes, never hold database capacity during other work and transactions and batches.