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/mitos-run/mitos/claude-mdgit clone --depth 1 https://github.com/mitos-run/mitosWrote 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/mitos-run/mitos/claude-md)<a href="https://agentmods.dev/instructions/mitos-run/mitos/claude-md"><img src="https://agentmods.dev/badge/instructions/mitos-run/mitos/claude-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.02367 | $0.02367 |
| Opus 5 | $0.01184 | $0.01184 |
| Sonnet 5 | $0.00473 | $0.00473 |
| Haiku 4.5 | $0.00237 | $0.00237 |
Grade A, and why
mitos 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Project Overview
Snapshot-fork sandboxes for AI agents on Kubernetes. The system boots Firecracker microVMs, forks them via copy-on-write snapshots, and exposes the whole lifecycle through declarative CRDs (SandboxPool, Sandbox, Workspace) in API group mitos.run/v1.
Components:
- controller (Deployment): reconciles the CRDs, selects nodes, drives forkd.
- forkd (DaemonSet): per-node fork daemon; gRPC on :9090 for the controller, HTTP sandbox API on :9091 for exec and file traffic.
- guest agent (PID 1 in the VM): speaks the vsock protocol for exec, files, env, and fork notifications.
- sandbox-server (standalone): the same engine behind a plain REST API, no Kubernetes required.
- Python SDK (
sdk/python): client for both k8s mode and sandbox-server mode.
ROADMAP.md is the priority order for all work. docs/api/v2-spec.md is the target API.
Operating Principles
These outrank convenience:
- No unverified claims. Every public number must be reproducible from
bench/or it does not get written. - Security findings block features. The threat model (docs/threat-model.md) must be updated in the same PR whenever the security surface moves.
- Honest Kubernetes semantics. Sandboxes are not pods; never imply pod-scoped mechanisms (NetworkPolicy, ResourceQuota, PSA) govern them.
- Boring failure behavior. Every component defines what happens on crash, node loss, slow etcd, and capacity exhaustion.
- Bare metal is a first-class target.
- Experience is DNA. Every user-facing surface follows the journey rules: no dead ends, simple surface with depth one click down, intent-shaped aha. See docs/superpowers/specs/2026-06-27-hosted-launch-journey-design.md.
- Self-host is first-class (Apache-2.0). mitos is open source and people run
it themselves; the self-hosted experience is a peer of the hosted one, never an
afterthought to the SaaS. One console image and SPA serve both, differing ONLY
by the capabilities document (
GET /console/capabilities); never fork an edition build. Every hosted-only surface (self-serve signup, billing, credits and top-up, the allowlist gate, Paddle, abuse email checks) MUST be capability-gated so a self-hoster gets a clean, complete product: no dead links, no empty billing panels, no "add credits" or signup prompts. The journey rules apply to the community first-run too; it points at the SDK/CLI and a real first success, never at a paywall.
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.
- 3d ago First seen · 139 lines · 2,367 tokens per session scan A 23d552c185dd
mitos CLAUDE.md is an instructions file published in the GitHub repository mitos-run/mitos (89 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 2,367 tokens to every session, about $0.0118 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.
Other instructions, from other repositories
timoni AGENTS.md
AGENTS.md instructions for stefanprodan/timoni, covering agents.md, what timoni is, common commands, architecture and cmd/timoni/ — cli (cobra).
pv-migrate CLAUDE.md
Claude Code instructions for utkuozdemir/pv-migrate, a project described as: CLI tool to easily migrate or backup/restore Kubernetes persistent volumes.
k8e AGENTS.md
Instructions for xiaods/k8e, covering agents.md, project overview, architecture (big picture), key architectural flows and building.
awesome-kubernetes GEMINI.md
Instructions for nubenetes/awesome-kubernetes, covering 🧠 core mandates, 🛠️ structural evolution & navigation, 📊 mermaid diagram best practices, 🛡️ repository policies & branch protection and 📝 readme synchronization & maintenance protocols.
aks-mcp copilot-instructions.md
Instructions for Azure/aks-mcp, covering copilot instructions, project overview, architecture, high-level structure and key components.
infra CLAUDE.md
Instructions for anthr76/infra, covering claude.md, repository overview, development environment, common commands and task automation.