reado CLAUDE.md

reado CLAUDE.md is an instructions file for coding agents from WatermelonBros/reado. It costs 951 tokens per session, scanned A, original, MIT.

Project instructions for developing Reado, including its working notes, reusable interface components, icons, releases, and changelog.

In plain words
What is it for?
Use them when changing Reado's interface, icons, release process, or changelog.
Why use it?
They give contributors the project-specific rules needed to make consistent changes, such as using Ark UI for interactive components and shared components for common controls.

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/watermelonbros/reado/claude-md
Clone the repo
git clone --depth 1 https://github.com/WatermelonBros/reado

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/watermelonbros/reado/claude-md.svg)](https://agentmods.dev/instructions/watermelonbros/reado/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/watermelonbros/reado/claude-md"><img src="https://agentmods.dev/badge/instructions/watermelonbros/reado/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 951 This file is loaded in full into every session.
When invoked 951 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.00951 $0.00951
Opus 5 $0.00476 $0.00476
Sonnet 5 $0.00190 $0.00190
Haiku 4.5 $0.00095 $0.00095

Measured today against content hash 4235a6b552d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

reado 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 today.

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 · 74 lines

How it starts

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

Reado — working notes

UI components

Build on Ark UI, not from scratch. @ark-ui/react is a dependency; use its headless primitives for any interactive base component (dialogs, menus, tooltips, segmented controls, selects, checkboxes, QR codes, …) and style them with our Tailwind tokens. Don't hand-roll focus traps, keyboard nav, positioning, or ARIA that Ark already provides. Import per component, e.g. import { Tooltip } from "@ark-ui/react/tooltip".

Reach for the shared atoms before writing raw markup. Common UI is a component, not a copy-pasted <button className="…">:

  • Button (atoms/Button.tsx) — text buttons (primary / secondary / ghost / danger, sizes sm/md). Never restyle a bare <button> for a text action.
  • IconButton (atoms/IconButton.tsx) — every clickable icon. label is required (it is both aria-label and the tooltip); pass active for toggles, danger for destructive actions. It carries an Ark-based Tooltip, so a migrated icon button needs no title.
  • Tooltip (atoms/Tooltip.tsx) — Ark tooltip; IconButton uses it. GlobalTooltip (the legacy title-scraping singleton) is the interim fallback for buttons not yet on IconButton; prefer IconButton/Tooltip for new code and migrate old buttons toward them.

If a component isn't trivial and Ark has it, use Ark. If clickable UI repeats, promote it to an atom rather than duplicating classes.

Phosphor icons

The atoms/icons.tsx set wraps Phosphor. Import the *Icon-suffixed exports (CaretRightIcon, not the deprecated bare CaretRight).

Code style

Biome owns formatting and lint (biome.jsonc): no semicolons, double quotes, 100 columns, imports organized. pnpm lint is the read-only check CI runs; pnpm lint:fix applies everything it flags. Don't hand-format — run the fixer.

CI fails on a single diagnostic and the check is required on main, so a rule left enabled is a rule the code obeys. The handful that are off carry their reason inline in biome.jsonc; turning one back on means fixing its sites, not suppressing them one by one.

Read the full file on GitHub · 74 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. today Changed · +19 lines · +270 tokens per session 4235a6b552d3
  2. 4d ago First seen · 55 lines · 681 tokens per session scan A d3edb5e7d4a0

Subscribe to this mod's changes

reado CLAUDE.md is an instructions file published in the GitHub repository WatermelonBros/reado (22 stars, last pushed today), licensed MIT. It adds 951 tokens to every session, about $0.0048 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.