otto CLAUDE.md

otto CLAUDE.md is an instructions file for coding agents from BenRamins/otto. It costs 1,162 tokens per session, scanned A, original, MIT.

Repository-specific operating instructions for Otto, a routing and orchestration layer that combines sources of agent skills and specifications. They describe the repository, its conventions, and its verification commands.

In plain words
What is it for?
Use them when modifying Otto’s registry, routing, workflows, recipes, or installation and verification scripts.
Why use it?
They give agents the context and checks needed to work safely in the Otto repository instead of treating it like a normal application.

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/benramins/otto/claude-md
Clone the repo
git clone --depth 1 https://github.com/BenRamins/otto

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/benramins/otto/claude-md.svg)](https://agentmods.dev/instructions/benramins/otto/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/benramins/otto/claude-md"><img src="https://agentmods.dev/badge/instructions/benramins/otto/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,162 This file is loaded in full into every session.
When invoked 1,162 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.01162 $0.01162
Opus 5 $0.00581 $0.00581
Sonnet 5 $0.00232 $0.00232
Haiku 4.5 $0.00116 $0.00116

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

Security

Grade A, and why

otto 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 4d 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 · 76 lines

How it starts

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

CLAUDE.md — Agent Operating Rules

How agents work in this repo (otto-dev, the framework itself) — not the rules Otto installs into a target repo. Auto-loaded every session. Keep it tight; promote durable learnings/ entries up here via /otto-distill.

What this repo is

Otto is a routing and orchestration layer, not an implementation. It orchestrates three read-only sources — SK spec-kit · AS agent-skills · PK pocock-skills — and ships the install recipe, never the implementations. See sources/sources.md.

There is no build, no runtime, no dependency tree. The artifacts are Markdown, one YAML registry, and shell/PowerShell scripts. Layers: sources (0) → registry/capabilities.yaml (1) → router/ (2) → workflows/spine.md (3) → recipes (4).

Commands

  • Self-consistency: bash install/verify-otto.sh — audits Otto against itself (invocation drift, registered-skill drift, stamped-pin drift, dashboard↔registry drift). Run after any registry, dashboard, or skill-unit edit.
  • Audit one run: bash install/otto-gate.sh specs/NNN — checks a run's gate trail is auditable (rows exist, PASS/WAIVED name checkable evidence, no stage stuck on FAIL).
  • Register skill units: install/register-skills.{ps1,sh}re-run after editing any Otto skill unit, or the host keeps serving the old copy (known drift lesson; verify-otto.sh check 7 exists because of it).
  • Per-repo setup: install/otto-init.{ps1,sh} — scaffolds a target repo end-to-end.
  • Hooks: otto-session-start.{ps1,sh}, otto-learnings-nudge.{ps1,sh}.

Scripts come in .ps1 + .sh mirrors — edit both or neither. otto-gate.sh and verify-otto.sh are bash-only today.

Conventions

  • registry/capabilities.yaml is canonical. DESIGN.md §5 is the human-readable view of it — when they disagree, the YAML wins and DESIGN is the bug.
  • Invocation rendering: the registry writes spec-kit's dotted form (/speckit.plan); Claude Code renders it hyphenated (/speckit-plan). Emit the hyphenated form to the user; keep the dotted form in the registry.
  • Windows encoding (load-bearing): ship ASCII-only .ps1; write every file UTF-8 without BOM. A BOM breaks YAML-frontmatter parsing of any SKILL.md-like file.
  • Assessments go in assessments/YYYY-MM-DD-<slug>.md with the house shape: meta blockquote → Verdict → evidence tables → Coverage (what was not scanned, explicitly) → Recommendation.
  • Deferred work goes in BACKLOG.md with an act-on trigger — an observable event, not a date. A row without a trigger is a wish.
  • learnings/global.md entries are hints-to-verify, not facts. Re-check any named file, flag, or version before acting on one.

Read the full file on GitHub · 76 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. 4d ago First seen · 76 lines · 1,162 tokens per session scan A c3cfaec90a67

Subscribe to this mod's changes

otto CLAUDE.md is an instructions file published in the GitHub repository BenRamins/otto (12 stars, last pushed 21d ago), licensed MIT. It adds 1,162 tokens to every session, about $0.0058 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