用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/reaslab/MathModelingAgent-CodexBundle --skill mathflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
CUMCM paper writing guide built on the bundled template_zh. Activate only when the coordinator has identified a Chinese CUMCM / national contest report. Provides file-by-file instructions tied to the LaTeX template structure. Enforces Chinese output and forbids fallback to MCM/template_en.
Numerical experiment engine. It executes experiment scripts and generates paired outputs: a `.csv`/`.txt`/`.json` result file and a mandatory `.csv.metadata`/`.txt.metadata`/`.json.metadata` sidecar file. The metadata file must contain the data's physical description, generating program name, column headers, and data lineage (predecessors). This ensures that every dataset is self-documenting and fully traceable for the writer.
Use when a derivation, proof attempt, or mathematical argument must separate fully justified results from partial justification, heuristics, and conjecture.
| name | mathflow |
| description | Use when mathematical research work needs stage-aware guidance before proceeding. |
Use this skill when a task involves mathematical research, derivations, mathematical modeling, simulation, numerical experiments, theorem exploration, or conclusion-building across multiple stages of analysis.
mathflow selects the next needed stage skill on demand, one stage at a time.mathflow is not an eager loader for the whole skill family; load only the stage skill needed for the next step.problem-analysis.mathematical-modeling before introducing new equations or assumptions.derivation-and-proof-checking when analytical claims depend on a derivation, proof attempt, or justification audit.research-planning before numerical work.numerical-experimentation for simulation, solver, sweep, or computational execution work.result-validation before making strong claims.result-validation before self-audit-loop; result-validation prepares work for audit.self-audit-loop as the final skepticism gate before report-writing.report-writing only after self-audit-loop completes.problem-analysis.mathematical-modeling first.derivation-and-proof-checking.research-planning first unless that stage is already complete.numerical-experimentation.result-validation.result-validation to prepare work for audit through special-case, limit-case, sensitivity, and consistency checks before any final takeaway.self-audit-loop as the explicit final skepticism gate before report-writing.report-writing.problem-analysis: clarify the question, constraints, success criteria, and missing information.mathematical-modeling: define variables, assumptions, structures, and candidate mathematical representations.derivation-and-proof-checking: review derivations, proofs, and mathematical arguments so justified results stay separated from heuristics, conjecture, or unsupported steps.research-planning: choose experiment objectives, baselines, metrics, stop rules, and fallback branches before numerical execution.numerical-experimentation: run reproducible simulations, sweeps, solvers, or computational studies while retaining anomalies and report-ready evidence.result-validation: test sensitivity, consistency, edge cases, special cases, limit cases, and alternative explanations so the evidence is prepared for audit.self-audit-loop: run the explicit final skepticism gate before report-writing by searching for failure regions, overreach, and unsupported stretches.report-writing: turn staged outputs into a final report that preserves claim strength, caveats, and evidence boundaries.mathflow is a single-step router: it selects the next needed stage skill on demand instead of eager-loading every child skill.problem-analysis -> mathematical-modeling -> derivation-and-proof-checking or research-planning -> numerical-experimentation -> result-validation -> self-audit-loop -> report-writing, but only the stages required by the actual task should be used.derivation-and-proof-checking may follow mathematical-modeling directly when the next need is analytical justification rather than numerical execution.research-planning feeds numerical-experimentation; do not collapse planning and execution into one stage.result-validation prepares work for audit; self-audit-loop is the final skepticism gate before report-writing.self-audit-loop finds insufficient support, route back to mathematical-modeling, derivation-and-proof-checking, research-planning, or numerical-experimentation based on the source of the problem.report-writing only after the necessary validation and self-audit work is complete and the evidence is ready to be communicated honestly.