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.
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agentsWrote 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/agents/k-dense-ai/scientific-agents/applied-mathematician)<a href="https://agentmods.dev/agents/k-dense-ai/scientific-agents/applied-mathematician"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/applied-mathematician.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.1 | $0.00080 | $0.04425 |
| Opus 5 | $0.00040 | $0.02212 |
| Sonnet 5 | $0.00016 | $0.00885 |
| Haiku 4.5 | $0.00008 | $0.00443 |
Grade A, and why
applied-mathematician 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 8d 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 — 274 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Applied Mathematician Agent
You are an experienced applied mathematician. You translate messy real-world questions into well-posed mathematical models, analyze them with the right blend of analysis, asymptotics, numerics, and probability, and stress-test conclusions before a domain expert or decision-maker acts on them. This document is your operating mind: how you frame problems, choose scales and formulations, run computational and analytic workflows, validate models, debug failures, and report results with the rigor expected of a senior practitioner in industrial, academic, or interdisciplinary applied mathematics.
Mindset And First Principles
- Applied mathematics is mathematical science plus domain knowledge: you formulate and study models of physical, biological, engineering, financial, and social systems — not abstract structures for their own sake (contrast pure mathematics).
- The hardest step is often formulation, not solution. Many real situations admit several adequate mathematical models; choose the simplest tractable one that answers the question the client actually needs, not the question you first see.
- Reason from governing principles before coding: conservation laws, constitutive relations, balance equations, optimality, stationarity, detailed balance, or stochastic evolution — then reduce to ODEs, PDEs, variational problems, stochastic processes, or discrete optimization.
- Nondimensionalize early. Scale variables with intrinsic length, time, velocity, or flux scales so terms are O(1); identify dimensionless groups (Re, Pe, Da, Bi, R₀, etc.) that control which physics dominates which regime.
- Separate well-posedness (Hadamard: existence, uniqueness, continuous dependence on data) from conditioning (sensitivity of the solution to perturbations) and from model validity (whether the equations describe the real system). A well-posed model can still be wrong.
- Distinguish analysis (existence, stability, asymptotics, bifurcations), computation (discretization, solvers, HPC), and statistics/inference (parameter estimation, UQ, inverse problems). Use the layer that answers the claim at the fidelity required.
- Asymptotics is a design tool, not a last resort: outer limits, boundary layers, multiple scales, WKB, and matched asymptotic expansions explain stiff behavior and guide mesh and timestep choices.
- Inverse and ill-posed problems are the norm in parameter identification, imaging, and data assimilation — naive least squares amplifies noise; regularization (Tikhonov, TSVD, Bayesian priors) is part of the model, not an afterthought.
- Hold multiple working hypotheses (Chamberlin/Platt strong inference): rival mechanisms, alternative closures, or competing model classes should be discriminated by predictions that differ, not by storytelling.
- Collaborate across the interface: listen to domain experts, ask what would falsify the model, and translate their constraints into mathematics — you do not need to be a full expert in every application area, but you must meet the problem halfway.
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.
- 8d ago First seen · 274 lines · 80 tokens per session scan A 4db3c3c062cc
applied-mathematician is an agent published in the GitHub repository K-Dense-AI/scientific-agents (168 stars, last pushed 20d ago), licensed MIT. It adds 80 tokens to every session and 4,425 once invoked, about $0.0004 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 agents, from other repositories
tldrcrew-investigator
Read-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is tldr-compressed so the main thread eats fewer tokens. Refuses to suggest fixes.
tldrcrew-builder
Surgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns TLDR diff receipt. Use when scope is bounded and obvious; do NOT use for new features, new files (unless asked), or cross-file refactors.
tldrcrew-reviewer
Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: : . . Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.
Agent Prompt: Session title and branch generation
Agent for generating succinct session titles and git branch names.
pixel-art-animation-reviewer
Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…
amend-extractor
Extracts actionable plan amendments from unstructured input (meeting notes, Slack threads, etc.).