5dive CLAUDE.md

5dive CLAUDE.md is an instructions file for coding agents from 5dive-ai/5dive. It costs 3,235 tokens per session, scanned A, original, MIT.

Repository instructions for the 5dive command-line tool, including its contribution rules, test tiers, release checks, and a ban on using real personal information in public files.

In plain words
What is it for?
Use them when contributing to 5dive, running its core or nightly tests, changing test harnesses, or preparing public artifacts and releases.
Why use it?
They explain the project’s required checks and constraints so changes do not break its testing or release process.

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/5dive-ai/5dive/claude-md
Clone the repo
git clone --depth 1 https://github.com/5dive-ai/5dive

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 5dive CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/5dive-ai/5dive/claude-md.svg)](https://agentmods.dev/instructions/5dive-ai/5dive/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/5dive-ai/5dive/claude-md"><img src="https://agentmods.dev/badge/instructions/5dive-ai/5dive/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,235 This file is loaded in full into every session.
When invoked 3,235 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.03235 $0.03235
Opus 5 $0.01618 $0.01618
Sonnet 5 $0.00647 $0.00647
Haiku 4.5 $0.00324 $0.00324

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

Security

Grade A, and why

5dive 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.

CLAUDE.md · 181 lines

How it starts

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

5dive CLI — contributor rules

The test corpus is TIERED and BUDGETED IN WALL-CLOCK (DIVE-2525)

tests/*.sh went 96 → 267 harnesses in 13 days against four harness deletions ever. A guard is bought once and paid for on every future change, forever, while its benefit stays fixed — so the ledger tilts by construction and no single decision to add one is ever wrong on its own merits. See community/wiki/guards-compound-in-cost-and-nothing-ever-retires-one.md.

tier runs budget
core (the default) every PR, both CI environments 300s per job
nightly full-sweep.yml — 03:17 UTC, dispatch, every push to main (DIVE-2667), and every PR touching build.sh, install.sh or src/** (DIVE-2789) 1320s per job, corpus split across 3 shards
  • The PR trigger is ADVISORY. It does not block a merge, and it is deliberately not a required context: it is paths-filtered, so it is absent from ~28% of PRs, and GitHub leaves a required check that never reports pending forever. A red there is a signal to read, not a gate. It also covers ONE axis — a regression in the harness corpus outside the core tier — and not the release path (release-cut.yml never runs on a PR) or the selfcheck probe class, which the corpus never reaches. Do not read "full-sweep runs on branches" as "a tree-level regression can no longer land behind a green PR".

  • The nightly tier is not a cheap subset: 25% of the corpus by file count and 81% of it by wall-clock (1210s of 1481s, measured DIVE-2789), because membership is selected on cost. Cost any plan that leans on the core/nightly split in seconds, not in files — community/wiki/a-demoted-tier-is-not-a-cheap-subset-it-holds-almost-all-the-cost.md.

  • A new harness is core unless you say otherwise. Nothing to write.

  • Over budget, CI FAILS (exit 4, distinct from a test failure's exit 1) and names the slowest files in the tier. Past the cap a new guard replaces or merges an existing one — that is the reverse gear, and it is the point.

  • A budget red confirms itself first (DIVE-2592). PR #395 went red at 356s and green at 289s on the same commit, no rebase — a 67s swing, all of it in one network-priced harness. So when the sum comes in over, the runner re-times the 3 slowest files and keeps the smaller sample per file: noise is one-sided (contention and a slow remote only add time), so the low sample is the least contaminated estimate, while real growth appears in both samples and survives. Paid only on the red path; a green run re-times nothing. --confirm-top=0 disables it, which can only make the gate stricter — there is no flag that confirms more, and no CI job passes one.

  • A budget red says it is a budget red. exit 4 beside "0 failed" reads as systemic to the author and as flake to the next reader; it is neither. The message now states that no test failed, whether the number was confirmed twice, and the smallest set of harnesses that covers the overage — the actionable set, not the top-10 leaderboard.

  • Three ways out, in order: merge by subject (hundreds of harness files for one CLI means the unit of organisation is the incident, not the subject — folding two files about one subject reclaims their setup cost and drops no assertion); retire a guard whose class can no longer occur; or demote:

Read the full file on GitHub · 181 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 · 181 lines · 3,235 tokens per session scan A 5c5a3f624f02

Subscribe to this mod's changes

5dive CLAUDE.md is an instructions file published in the GitHub repository 5dive-ai/5dive (55 stars, last pushed yesterday), licensed MIT. It adds 3,235 tokens to every session, about $0.0162 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-08-30.

Related

Other instructions, from other repositories

platypus CLAUDE.md

Claude Code instructions for willdady/platypus, covering project overview, setup & commands, monorepo layout, known constraints and documentation.

willdady/platypus · 1,428 tokens

ai-agents universal.instructions.md

Instructions for rjmurillo/ai-agents, covering universal rules, must, should, must not and choosing a persistence surface.

rjmurillo/ai-agents · 2,189 tokens

famclaw AGENTS.md

AGENTS.md instructions for famclaw/famclaw, covering famclaw — agent instructions, codebase orientation, runtime shape, package map (internal/) and entry points.

famclaw/famclaw · 5,358 tokens

sciclaw AGENTS.md

AGENTS.md instructions for drpedapati/sciclaw: For end-to-end implementation and pull-request work, use the vendored repository skill at .agents/skills/ship-job/SKILL.md. Read it completely before changing files, and use .agents/skills/ship-job/references/sciclaw-release.md for any separately authorized merge…

drpedapati/sciclaw · 93 tokens

famclaw CLAUDE.md

Claude Code instructions for famclaw/famclaw, a project described as: Self-hosted family AI gateway with parental controls. Runs on Linux, macOS, and Android (Termux) — Raspberry Pi, mini PC, old laptop, homelab server, even a phone. Telegram, Discord, web. Privacy-first, works with any LLM (local or cloud), OPA…

famclaw/famclaw · 3 tokens

platypus AGENTS.md

AGENTS.md instructions for willdady/platypus, a project described as: Self-hosted AI Agents for your whole team — on your infrastructure, your models, around the clock.

willdady/platypus · 4 tokens