用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zklzzklzkl/MathModel --skill mm-data-experiment命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | mm-data-experiment |
| description | 数学建模竞赛 V2 实验与可视化阶段。用于根据已确认建模路线编写可复现代码,执行 EDA、各子问题、敏感性分析,生成结果表、图表和 RESULTS_MANIFEST.json。 |
| allowed-tools | Bash(*), Read, Write, Edit, Grep, Glob, Agent, WebSearch, WebFetch |
文件关系全貌请见 [[FILE_RELATIONSHIP_MAP]] · 上游: [[skills/mm-model-strategy/SKILL|Phase 2 Strategy]] · 下游: [[skills/mm-paper-build/SKILL|Phase 4 Paper]] · 共享规范: [[skills/_references/SKILL|_references]]
Read:
../_references/v2_pipeline_contract.md../_references/codex_subagent_protocol.md../_references/rag_usage_contract.md../_references/source_quality_policy.md../_references/executable_model_templates.md../_references/figure_evidence_map.md../_references/evaluator_optimizer_protocol.md../_references/figure_quality_standard.md../_references/nature_figure_integration_guide.md when optional nature-figure scientific plotting integration is available../_references/ars_v2_integration_guide.md when optional ARS visualization audit is availableRequire:
PROBLEM_BRIEF.mdDATA_AUDIT.mdreports/MODELING_DECISION.mdreports/ANALYSIS_MODELING_REPORT.mdreports/ANALYSIS_GATE.mdreports/HUMAN_MODEL_REVIEW.mdDo not proceed if the human modeling review is missing.
code/code/outputs/figures/reports/EXPERIMENT_LOG.mdreports/TEMPLATE_ADAPTATION_LOG.md when any code_templates hit is usedreports/REFINEMENT_LOG.mdreports/RESULTS_REPORT.mdreports/FIGURE_PLAN.mdreports/FIGURE_AUDIT.mdreports/REVISION_ACTIONS.md when figure failures require repair trackingresults/RESULTS_MANIFEST.jsonWORKFLOW_STATE.mdFollow this order:
eda -> ques1 -> ques2 -> ... -> sensitivity_analysis
For each step:
code_templates and figure_templates for implementation skeletons, validation patterns, and figure/caption standards. Treat code_templates as B auxiliary sources under ../_references/source_quality_policy.md; they provide structure only, not core evidence.
1a. If any code_templates hit is used, write or update reports/TEMPLATE_ADAPTATION_LOG.md with template source, current data field mapping, template variables replaced, metrics kept, metrics deleted, why the template applies, residual template variable/path/figure names, and status. Code must not retain template field names, template data paths, or template figure names unless they truly exist in the current problem data.
1b. Convert the accepted route's executable template from ../_references/executable_model_templates.md into concrete code tasks, result tables, validation metrics, and sensitivity outputs.plan.md or the implementation language. If no backend is clear and nature-figure is needed for a publication figure, stop before rendering and ask Python or R?.nature-figure is available, run or replicate ../_references/scripts/resolve_nature_figure.py --workspace <contest-workspace> before drawing core paper figures. Record the resolver result in reports/AGENT_RUNS.md.nature-figure is enabled, load its manifest, core contract, stance, and exactly one backend fragment through ../_references/nature_figure_integration_guide.md; generate data figures only with the selected Python scientific plotting backend or R/ggplot2 backend.Pillow as the backend for core data figures such as heatmaps, bar charts, scatter plots, matrices, distributions, model diagnostics, or quantitative panels. Pillow is allowed only for non-data process diagrams or raster annotations.reports/RESULTS_REPORT.md.
12a. Run the RESULTS_REPORT.md + FIGURE_PLAN.md evaluator-optimizer loop from for at most 2 rounds. Each core result must have data, metric, validation, table/figure evidence, and evidence-map binding. Record the loop in .For complex data cleaning, modeling code, or repeated figure generation, use experiment-coder or the installed mathmodel-experiment-coder custom agent. Its write scope is limited to code/, code/outputs/, figures/, results/, reports/EXPERIMENT_LOG.md, reports/RESULTS_REPORT.md, and reports/FIGURE_PLAN.md.
Record both native and simulated subagent runs in reports/AGENT_RUNS.md using the fields from ../_references/codex_subagent_protocol.md.
results/RESULTS_MANIFEST.json must contain:
{
"metrics": [],
"tables": [],
"figures": [],
"scripts": []
}
Metric entries require id, problem, value, unit, source_file, script, and description.
Figure entries require id, path, problem, source_data, script, intended_section, caption, and supports_claim.
Core figure entries should also record the evidence-map archetype from ../_references/figure_evidence_map.md when feasible:
{
"evidence_map_entry": "predicted_vs_actual",
"required_metrics": ["MAE", "RMSE", "MAPE"],
"claim_id": "C1"
}
When nature-figure is enabled for a core paper figure, figure entries also require backend, contract_id, export_bundle, and audit_status:
{
"id": "f1",
"path": "figures/f1.svg",
"backend": "Python",
"contract_id": "F1",
"export_bundle": {
"svg": "figures/f1.svg",
"pdf": "figures/f1.pdf",
"preview": "figures/f1.png"
},
"audit_status": "pending"
}
Keep path for backward compatibility; use export_bundle to make SVG/PDF/preview traceable.
Table entries require id, path, problem, source_data, script, intended_section, and caption.
Generate paper-ready figures, not only debug screenshots. Prefer PDF/SVG for vector plots and PNG only when raster is necessary. Every core figure must bind to a claim and a figure_evidence_map.md entry in reports/FIGURE_PLAN.md.
Each core subproblem should have at least one of:
4drawio or equivalent non-data figureBefore accepting a generated figure as paper-ready, check against ../_references/figure_quality_standard.md:
When nature-figure is enabled, also require:
reports/FIGURE_PLAN.mdRESULTS_MANIFEST.jsonPillow backend for core data figuresWrite reports/FIGURE_AUDIT.md with the V2.3 extended columns whenever Nature rules are enabled:
| Figure | Inserted | Opens | Readable Text | Labels/Units | Backend Match | Vector Export | Source Data Trace | Stats/Legend | Caption Supports Claim | Status | Required Fix |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
If any core paper figure is PNG-only, lacks SVG/PDF export, lacks source data, lacks a selected-backend script, or uses Pillow for a data figure, create a HIGH or BLOCKER item in reports/REVISION_ACTIONS.md before leaving this stage.
For complex or high-value figures, optionally load <ARS_ROOT>/academic-paper/agents/visualization_agent.md as a role prompt. Use only for figure critique and improvement suggestions. Summarize failures into reports/FIGURE_AUDIT.md; convert actionable FAIL items into reports/REVISION_ACTIONS.md.
If a script fails, record the error in reports/EXPERIMENT_LOG.md, repair the cause, and rerun. Do not silently skip failed sections.
../_references/evaluator_optimizer_protocol.mdreports/REFINEMENT_LOG.mdvisualization-reviewer to check figure usefulness and record the review.