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/llorracc/solvingmicrodsops/claude-mdgit clone --depth 1 https://github.com/llorracc/SolvingMicroDSOPsWhat 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.01011 | $0.01011 |
| Opus 5 | $0.00505 | $0.00505 |
| Sonnet 5 | $0.00202 | $0.00202 |
| Haiku 4.5 | $0.00101 | $0.00101 |
Grade A, and why
SolvingMicroDSOPs 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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
SolvingMicroDSOPs is LaTeX lecture notes + Python replication code for numerical methods in consumption/saving problems under uncertainty. The main artifact is the PDF built from root-level .tex files, with a companion Jupyter notebook (SolvingMicroDSOPs.ipynb).
Build Commands
LaTeX → PDF
latexmk # Compiles SolvingMicroDSOPs.pdf (LuaLaTeX via .latexmkrc)
Python dependencies
uv sync --all-groups # Install all Python dependencies
Run tests
pytest Code/Python/tests/ -m "not slow" -v # Fast tests only
pytest Code/Python/tests/ -v # All tests
Lint
ruff check Code/Python/
Execute notebook
uv run jupyter nbconvert --execute --to notebook --inplace SolvingMicroDSOPs.ipynb
Structural estimation
uv run python Code/Python/StructEstimation.py
Full reproduction
./reproduce.sh # Runs: notebook → PDF → estimation
Critical Rules
docs/is a frozen reference copy — never edit it. All edits go to root-level.texfiles.verbatimwritepattern: Equation files inEquations/are generated at compile time by\begin{verbatimwrite}blocks inside_sectn-*.texfiles. Edit the equation in the section file, not the generated fragment.- Code mirrors math: Python identifiers parallel LaTeX macros (e.g.,
DiscFac↔\DiscFac,vEndPrd↔\vEndPrd,cNrm↔\cNrm). @resources/and@local/are literal directory names (the@is part of the path). They contain LaTeX classes, styles, and macros required for the build. Search paths are configured in.latexmkrc.- Preserve
%% CodeInfo:annotations when editing equations — they document code-math correspondence.
Architecture
LaTeX Structure
SolvingMicroDSOPs.tex— main entry point, includes all sectionsSolvingMicroDSOPs-options.tex— boolean flags (shortVersion,draftmode,realcode,pseudocode,hidetime, etc.) that control what appears in the PDF_sectn-*.tex— section subfiles (independently compilable viasubfilespackage)_apndx-*.tex— appendix subfilesEquations/— reusable equation fragments (many auto-generated by verbatimwrite)
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 · 90 lines · 1,011 tokens per session scan A 41dca00346e7
SolvingMicroDSOPs CLAUDE.md is an instructions file published in the GitHub repository llorracc/SolvingMicroDSOPs (22 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 1,011 tokens to every session, about $0.0051 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
mktero AGENTS.md
Instructions for tenglvjun/mktero, covering agents.md, project overview, commands, repository map and architecture and runtime rules.
ailang-parse CLAUDE.md
Claude Code instructions for sunholo-data/ailang-parse, covering claude.md — ailang parse, project purpose, project structure, authoring documents in markdown and ailang language & toolchain reference.
cdxml-toolkit-community CLAUDE.md
Claude Code instructions for ZiChenWang114514/cdxml-toolkit-community, covering cdxml-toolkit — agent reference, what this is, key rules, mcp server and tool reference.
ocrmypdf-paddleocr CLAUDE.md
Instructions for clefru/ocrmypdf-paddleocr, covering ocrmypdf-paddleocr bounding box fixes, fix 1: native word-level bounding boxes, implementation, extract word-level data and token merging.
pdffigures-mcp-server CLAUDE.md
Instructions for vlln/pdffigures-mcp-server, covering claude.md, architecture, commands, build and run with docker and run locally (requires pdffigures2 jar at the expected path).
codex-stata-for-economists CLAUDE.md
Claude Code instructions for maxwell2732/codex-stata-for-economists, covering core principles, folder structure, commands, render the markdown/pdf report (quarto + stata engine) and quality score for a do-file (0–100).