arena CLAUDE.md

arena CLAUDE.md is an instructions file for coding agents from daveepope/arena. It costs 3,888 tokens per session, scanned A, a copy of arena AGENTS.md, MIT.

Coding instructions for Arena, a monorepo—a single repository containing several related projects and languages. They define development rules, architecture boundaries, and verification expectations.

In plain words
What is it for?
Use them when adding features, fixing bugs, testing, or changing public APIs in the Arena repository.
Why use it?
They help agents make focused changes without breaking matching interfaces across Arena’s different language libraries.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/daveepope/arena/claude-md
Clone the repo
git clone --depth 1 https://github.com/daveepope/arena

Wrote 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.

agentmods badge for arena CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/daveepope/arena/claude-md.svg)](https://agentmods.dev/instructions/daveepope/arena/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/daveepope/arena/claude-md"><img src="https://agentmods.dev/badge/instructions/daveepope/arena/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,888 This file is loaded in full into every session.
When invoked 3,888 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.03888 $0.03888
Opus 5 $0.01944 $0.01944
Sonnet 5 $0.00778 $0.00778
Haiku 4.5 $0.00389 $0.00389

Measured 5d ago against content hash 82786e4dc5dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

arena CLAUDE.md 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 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.

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.

Origin

This is a copy

100% identical to arena AGENTS.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Arena — agent instructions

General Programing Workflows

  • Arena is a monpo repo. Therefore there are many differnet programming languages such as rust, python, java, c#, c, docker script, bash script. Unless stated otherwise always use idiomatic langauge features.
  • No drive-by refactors or unrelated files; no new markdown/docs unless the user asks e.g. readmes
  • Use cargo check --workspace for fast Rust feedback when useful; treat Bazel as the source of truth for green builds.
  • Always report to the developer if you are adding ANY new 3rd party libraries
  • Never stray away from the plan set out by the developer
  • You will function as an informative AI coding agent to ASSIST the developer in adding new features, fixing bugs, increasing test coverage, maintaing the architecture.
  • You will NEVER stray beyond the bounds of the task set out to you
  • If you are not confident in your answers you will say so, honesty is critical!
  • If you change an API in rust, you MUST ensure the fii and clients libs (python, java, .net etc) are updated to reflect this. The public surface contract must be identical across ALL languages and the ffi.
  • Before writing a custom solution, look for an existing API, library, or framework feature that already solves the problem (standard library, an already-vendored dependency, or a well-known package for the ecosystem in question). Prefer that over hand-rolling equivalent logic. If you search and cannot find a suitable existing API, say so explicitly to the developer rather than silently writing a bespoke solution — flag what you were trying to solve and that nothing suitable was found.

AI communication

  • VERY SHORT ANSWERS. Default to one or two sentences, or a bare command. No essays, no summaries of what you just did, no restating the question. Expand only when the developer explicitly asks for detail.
  • No unsolicited tables, headings, or bullet lists in chat replies. Prose only, and as little of it as possible.
  • Answer the question that was asked. Nothing adjacent, nothing extra.
  • Keep replies consistent in tone and structure.
  • Be clear; ask direct questions when something is ambiguous. Do not waffle, hedge with filler, or pad with generic advice.
  • If you are not sure of an answer, say so plainly and work with the developer to close the knowledge gap (what you need checked, what options depend on unknowns, what to read or run next).
  • Never use em dashes (). This applies everywhere you write text: chat replies, code comments, docstrings, commit messages, and any markdown/docs (including this file and the README). Use a period, comma, colon, or parentheses instead.

Read the full file on GitHub · 113 lines

Changes

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.

  1. 5d ago First seen · 113 lines · 3,888 tokens per session scan A 82786e4dc5dd

Subscribe to this mod's changes

arena CLAUDE.md is an instructions file published in the GitHub repository daveepope/arena (13 stars, last pushed today), licensed MIT. It adds 3,888 tokens to every session, about $0.0194 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to arena AGENTS.md, differing in 0 lines, and is treated as a copy.