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/omerakben/code-oz/claude-mdgit clone --depth 1 https://github.com/omerakben/code-ozWhat 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.04901 | $0.04901 |
| Opus 5 | $0.02450 | $0.02450 |
| Sonnet 5 | $0.00980 | $0.00980 |
| Haiku 4.5 | $0.00490 | $0.00490 |
Grade A, and why
code-oz CLAUDE.md scanned grade A with 2 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 2d 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 directorieslowAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
4. **Codex model fallback.** Globally configured `gpt-5.5` at xhigh effort. The `gpt-5.5-codex` and `gpt-5.1-codex-max` variants do NOT work on Ozzy's ChatGPT-account auth — fall back to `gpt-5.5` if they fail. Reasoning Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Status: **v0.21.2-alpha.0 is the current release-prep branch; latest published release is v0.21.1-alpha.0.** v0.21.0 shipped M17 brownfield AUDIT runtime; v0.21.1 added fail-closed external-operator driving for tools suc How it starts
The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — code-oz
This file orients Claude Code sessions working on code-oz.
What this project is
code-oz is a standalone Bun + TypeScript CLI that boots an adaptive multi-agent software-delivery runtime over a hybrid phase-graph + agentic sub-orchestration spine. Hard SDLC gates between phases (file-based, schema-validated). Cross-family adversarial review. Non-technical-user intent elicitation at the front. Provider surface (v0.21.x alpha): Claude (Claude Code CLI subprocess), Codex (Codex CLI subprocess), xAI (direct HTTPS with XAI_API_KEY), Fake (built-in deterministic) are live. Gemini is a stub for transparency only (invoke() throws provider_gemini_not_yet_supported); OpenCode and Roo Code are future adapter candidates, not v0.1 implementations. The canonical provider matrix lives at docs/contracts/PROVIDERS.md § "Provider status (v0.1)".
Status: v0.21.2-alpha.0 is the current release-prep branch; latest published release is v0.21.1-alpha.0. v0.21.0 shipped M17 brownfield AUDIT runtime; v0.21.1 added fail-closed external-operator driving for tools such as Hermes/OpenClaw while keeping code-oz the gate authority; v0.21.2 truth-syncs release-readiness docs and prepares package/plugin/GUI surfaces after the Claude Code marketplace fixes (#45-#47). The release line supports curl, npm launcher, Homebrew, root Claude Code marketplace metadata, and the private code-oz-gui Next app. CHANGELOG.md, docs/RECEIPTS.md, and docs/RELEASE_READINESS.md are the current release-readiness surfaces. Live brownfield dogfood still requires provider credentials; Windows/Scoop, signing/notarization, signed checksums, SLSA provenance, live Gemini, OpenCode/Roo adapters, and GUI standalone packaging remain future work. PE-2 demand-gated; multi-cloud deferred to v0.2.
Product north star: code-oz is a repo-native agentic SDLC runtime (market category) framed internally as an AI software company (product metaphor). The thesis lives in docs/product/AI_SOFTWARE_COMPANY_THESIS.md: provider and model bias are real, so code-oz coordinates role-specialized agents through artifacts, evidence gates, debate, verification, and cross-family review instead of trusting one model's confidence. Category and metaphor revised 2026-04-30 after Codex pressure-test (docs/research/CODEX_RESPONSE_PRODUCT_THESIS.md, thread 019de031).
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.
- 2d ago First seen · 106 lines · 4,901 tokens per session scan A ede5fc85f4dc
code-oz CLAUDE.md is an instructions file published in the GitHub repository omerakben/code-oz (2 stars, last pushed 2mo ago), licensed MIT. It adds 4,901 tokens to every session, about $0.0245 per session on Opus 5. A static security scan graded it A with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
code-assistant AGENTS.md
Instructions for stippi/code-assistant, covering repository guidance, essential commands, building and development, testing specific components and architecture overview.
nori-skillsets AGENTS.md
Instructions for tilework-tech/nori-skillsets, covering plugin package changes, claude code configuration vs. nori plugin package, skills documentation, style guide and functions and named parameters.
sortie copilot-instructions.md
Instructions for sortie-ai/sortie, covering sortie coding & review standards, 1. layered imports (downward only; violation is critical), 2. concurrency safety, 3. workspace path safety (critical: security boundary) and 4. persistence (sqlite).
open-plan-annotator AGENTS.md
Instructions for ndom91/open-plan-annotator, covering open-plan-annotator: development guide, what this is, architecture, runtime distribution and key files.
copperhead AGENTS.md
Instructions for copperheadhq/copperhead, covering agents.md, repository overview, sources of truth, build and verification and architecture.
copperhead CLAUDE.md
Instructions for copperheadhq/copperhead, covering claude.md, what this repo is, sources of truth, workflow (openspec) and architecture (per spec.md §2).