ComputeToAi CLAUDE.md

ComputeToAi CLAUDE.md is an instructions file for coding agents from RalfHuesing/ComputeToAi. It costs 620 tokens per session, scanned A, original, MIT.

Repository instructions for ComputeToAi, a planned simulation engine that tests how a stored amount changes over time and whether it stays above a critical limit. Its main example is financial planning, including savings, spending, taxes, investments, and pensions.

In plain words
What is it for?
Understanding the financial simulation model, following the repository’s development conventions, and deciding how new work should fit into the project.
Why use it?
It gives coding agents the project’s purpose and working rules so they can make changes that fit the documented design.

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/ralfhuesing/computetoai/claude-md
Clone the repo
git clone --depth 1 https://github.com/RalfHuesing/ComputeToAi

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ralfhuesing/computetoai/claude-md.svg)](https://agentmods.dev/instructions/ralfhuesing/computetoai/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ralfhuesing/computetoai/claude-md"><img src="https://agentmods.dev/badge/instructions/ralfhuesing/computetoai/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 620 This file is loaded in full into every session.
When invoked 620 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.00620 $0.00620
Opus 5 $0.00310 $0.00310
Sonnet 5 $0.00124 $0.00124
Haiku 4.5 $0.00062 $0.00062

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

Security

Grade A, and why

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

CLAUDE.md · 24 lines

How it starts

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

ComputeToAi – Projektregeln

Worum es hier geht

Dieses Repository enthält das fachliche Konzept (und später die Umsetzung) für eine generische Simulations-Engine: Ein Bestand (Speicher) verändert sich über einen Zeitstrahl durch Effekte, die ihn erhöhen oder senken; Ziel ist, mit ausreichender Wahrscheinlichkeit nie unter eine kritische Schwelle zu fallen (siehe Docs/01-Kern-Domaenenmodell.md). Der Kern ist bewusst domänenneutral. Das erste und bislang am weitesten ausgearbeitete Feature-Modul ist „Finanzen": eine Monte-Carlo-Simulation der finanziellen Lebensplanung von Ralf, der in einer Lebensgemeinschaft lebt. Kernfrage dort: Wie viel muss gespart werden, damit der Ruhestand mit ausreichender Wahrscheinlichkeit finanziert ist – ohne zu viel oder zu wenig zu sparen? Berücksichtigt werden u. a. gemeinsame Einkommensströme, individuelle Ausgaben, geplante Anschaffungen, Verbindlichkeiten, ein Cash-Bucket/Liquiditätspuffer, deutsches Steuerrecht, korrelierte Kapitalmarktrenditen und die gesetzliche Rente. Die vollständige Konzeptdokumentation liegt in Docs/, beginnend mit Docs/README.md.

Langfristige Vision: Das fertige Programm soll agentisch/KI-gestützt nutzbar sein, ohne eigenes Frontend – ein Assistent (Claude Code, Claude Cowork o. Ä.), der proaktiv mitdenkt (z. B. „deine Küche ist 30 Jahre alt, das hält üblicherweise X Jahre, plane das ein"), auf Basis von Alltagswissen realistische Annahmen vorschlägt, daraus eine konkrete Simulationskonfiguration erzeugt, die deterministische Simulation über einen MCP-Server ausführen lässt und die Ergebnisse verständlich erklärt und visualisiert. Details siehe Docs/00-Vision.md.

Arbeitsregeln für dieses Repo

Dieses Repo wird vollagentisch entwickelt – bewusst mit mehreren Agenten (Claude Code, ggf. weitere), nicht nur mit einem. Die eigentlichen Arbeitsregeln liegen deshalb tool-neutral im Verzeichnis .agents/rules/ (Format .mdc, aus den Konzeptdokumenten in Docs/ abgeleitet – bei Widerspruch gilt Docs/) und werden hier für Claude Code eingebunden:

Read the full file on GitHub · 24 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. 3d ago First seen · 24 lines · 620 tokens per session scan A 7d762ee45d59

Subscribe to this mod's changes

ComputeToAi CLAUDE.md is an instructions file published in the GitHub repository RalfHuesing/ComputeToAi (0 stars, last pushed 1mo ago), licensed MIT. It adds 620 tokens to every session, about $0.0031 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-31.