math-modeling-growth

math-modeling-growth is a skill for Codex from mantou6666/Math-Modeling-Agent-Flow. It costs 108 tokens per session (2,270 once invoked), scanned A, original, MIT.

A skill that turns the results and decisions from a real mathematical modelling project into a plain-language learning or review report. Mathematical modelling uses mathematical methods to represent and study a real situation.

In plain words
What is it for?
Use it to create a post-project report, explain one modelling decision, teach a specific lesson, or produce ordered next steps with clear checks for completion.
Why use it?
It connects the original goal, decisions, results, evidence, weaknesses, and next steps so the project becomes reusable learning. It separates established facts from explanations, advice, and unproven points.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to create a post-project report, explain one modelling decision, teach a specific lesson, or produce ordered next steps with clear checks for completion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mantou6666/math-modeling-agent-flow/math-modeling-growth
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.

Any agent
npx skills add mantou6666/Math-Modeling-Agent-Flow --skill math-modeling-growth
Clone the repo
git clone --depth 1 https://github.com/mantou6666/Math-Modeling-Agent-Flow

Made for: Codex.

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 math-modeling-growth

README.md
[![agentmods](https://agentmods.dev/badge/skills/mantou6666/math-modeling-agent-flow/math-modeling-growth/github.svg)](https://agentmods.dev/skills/mantou6666/math-modeling-agent-flow/math-modeling-growth)
Your own site
<a href="https://agentmods.dev/skills/mantou6666/math-modeling-agent-flow/math-modeling-growth"><img src="https://agentmods.dev/badge/skills/mantou6666/math-modeling-agent-flow/math-modeling-growth/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for math-modeling-growth

Your own site · 80×15
<a href="https://agentmods.dev/skills/mantou6666/math-modeling-agent-flow/math-modeling-growth"><img src="https://agentmods.dev/badge/skills/mantou6666/math-modeling-agent-flow/math-modeling-growth.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,270 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00108 $0.02270
Opus 5 $0.00054 $0.01135
Sonnet 5 $0.00022 $0.00454
Haiku 4.5 $0.00011 $0.00227

Measured 11d ago against content hash cfd6ce1058e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

math-modeling-growth 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 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/build_growth_packet.py, scripts/build_package_manifest.py, scripts/quick_validate.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

math-modeling-growth/SKILL.md · 127 lines

How it starts

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

Math Modeling Growth 1.0.0-beta.2

Growth 的任务不是把项目资料重新抄一遍,而是把项目经历变成用户下一次能复用的能力。

适用范围:任意建模项目(竞赛或非竞赛)的复盘、教学与成长报告;项目事实与规则一律来自输入原文与上游阶段产物,本 Skill 不预设任何具体赛事规则。

唯一主线

所有解释都沿着这一条线走:

题意与目标 → 做了什么决策 → 得到了什么结果 → 结果能证明什么/不能证明什么 → 暴露了什么问题 → 下一步怎么做

如果一句话不能放回这条主线,先不要展开它。

使用方式

先判断用户要哪一种输出:

  • report:生成一次完整赛后学习报告。默认只做一份完整报告,不拆成连续长篇讲义。
  • teach:只讲当前最值得学的一个小点。先结论,再用项目中的一个例子,再问一个很小的确认问题;根据用户反馈决定是否继续。
  • next:只给按顺序排列的下一步行动,每项都写清动作、对象和验收标准。

用户没有指定模式时,如果已有前三阶段结果,使用 report;否则先用 next 给出补齐输入的最短路径。

教学规则

默认按零基础来讲,但不把用户写成被动接受者:

  1. 先说人话结论,再出现术语;术语出现时立刻用一句话解释。
  2. 一次只推进一个概念或一个决策,不把所有背景一次倒给用户。
  3. 每个概念都绑定一个本项目的具体结果、失败或选择。
  4. 把“事实”“解释”“经验建议”“尚未证明”分开写,不能用语气把推测伪装成事实。
  5. 先保证主线能串起来,再补细节;只有用户卡住或明确要求时才展开细节。
  6. 不自顾自讲 AI 的限制。只有当限制改变结论、证据等级或下一步行动时,才用一句话说明影响。
  7. 不用空泛鼓励代替判断;每个建议都要能在项目里执行并验收。

推荐的单轮结构:

一句结论 → 一个项目例子 → 为什么 → 一个小检查 → 等用户反馈

输入与读取

输入目录

若上游 Finalizer 已提供 artifacts/growth_handoff.json,优先运行 python scripts/validate_growth_handoff.py artifacts/growth_handoff.json --project-root .,然后只读取 handoff 中绑定的结构化 artifacts;这是最小披露默认路径。若没有 Growth Handoff,再读取当前工程下的 inputs/。如果输入是散落文件,先运行:

python scripts/build_growth_packet.py --input-root inputs --output-dir outputs/growth_packet

脚本只做清点、哈希和候选字段抽取;它不能替代对权威原文的阅读。Packet 只保存相对 INPUT_ROOT 的路径,并默认排除日志、环境文件、凭据文件和常见缓存目录;默认不复制源码摘录;只生成候选字段。只有显式使用 --include-snippets 才加入经过凭据/路径/邮箱/手机号脱敏的短摘录;任何 symlink 都不读取,profile 只复制教学所需的白名单字段。为避免超大日志造成资源失控,builder 默认限制单个文本文件 16 MiB、总读取量 256 MiB,并在 packet 中记录被限额跳过的文件。

可选的 inputs/project_profile.json 可在本地描述项目名、阶段来源和已知来源优先级;Growth packet 不复制 project_name 等非必要识别字段,只保留教学需要的白名单配置。不要把某个项目的文件名、数字或结论写死在 Skill 中。

角色识别

给输入归类时优先识别四种角色:

  • solver:题意形式化、评估器、基线、搜索/求解、结果证书。
  • paper:结果到证据的映射、主张、方法、图表、摘要。
  • finalizer:冻结、审计、可修复交付、重验证、提交。
  • current_freeze:当前权威数字、版本、认证范围和未解决限制。

如果同一文件同时属于多个角色,保留多个标签,不要强行归一。

来源优先级

当资料冲突时,先区分“科学事实”与“叙事/教学裁决”。科学事实按 当前有效 Result Certificate / Evidence Registry → 当前冻结验收结果 → 过程日志 → 历史草稿 判断;用户明确裁决可以决定教学重点、历史解释或采用哪一条已经被认证的分支,但不能单独覆盖已冻结的科学数值或认证边界。如果用户提出新的数值/结论并要求取代 Certificate,Growth 应标记 CONFLICT 并 route back 到 Solver 重验,待新 Certificate 生成后再更新复盘。

Read the full file on GitHub · 127 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. 11d ago First seen · 127 lines · 108 tokens per session scan A cfd6ce1058e9

Subscribe to this mod's changes

math-modeling-growth is a skill published in the GitHub repository mantou6666/Math-Modeling-Agent-Flow (20 stars, last pushed 21d ago), licensed MIT. It adds 108 tokens to every session and 2,270 once invoked, about $0.0005 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 skills, from other repositories

manim-video

Manim CE animations: 3Blue1Brown math/algo videos.

NousResearch/hermes-agent · 19 tokens

math-modeling-solver

A Chinese-language guide for solving mathematical modeling competition problems. It covers China’s CUMCM and America’s MCM/ICM, where teams use mathematics and code to answer real-world problem statements.

Lupynow/math-modeling-skills · 186 tokens

mathmodel-skill

An end-to-end workflow for mathematical-modeling competitions, including CUMCM, MCM/ICM, and the Electrical Cup. It guides teams from choosing a problem through modeling, solving, checking, writing, rule compliance, and final review.

handsomeZR-netizen/mathmodel-skill · 127 tokens

biological-expert

Expert-level biology, biotechnology, genetics, bioinformatics, and computational biology. Use when the user mentions biology, biotechnology, genetics, bioinformatics, or genomics, or when the task involves Molecular Biology, Genomics & Bioinformatics, Systems Biology, or Data Analysis.

personamanagmentlayer/pcl · 59 tokens

quantum-expert

Expert-level quantum computing, Qiskit, quantum algorithms, and quantum information. Use when the user mentions quantum computing, Qiskit, quantum algorithms, or quantum information, or when the task involves Quantum Mechanics Basics, Quantum Hardware, Circuit Design, or Algorithm Implementation.

personamanagmentlayer/pcl · 59 tokens

dsm5

Assess and explain questions about mental health and neurocognitive conditions against DSM-5-TR diagnostic criteria, and guide evidence-based conversations for clinicians, patients, and family members. Use when someone asks about symptoms, possible conditions, differential diagnoses, diagnostic criteria, prevalence…

magnus919/agent-skills · 106 tokens