소스 정보
- 저장소
- zklzzklzkl/MathModel
- 최근 소스 활동
- 2026년 7월 2일 06:06
- 감지된 SKILL.md 언어
- 영어
- 스타
- 7
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/zklzzklzkl/MathModel --skill mm-paper-build명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | mm-paper-build |
| description | 数学建模竞赛 V2 论文构建阶段。用于根据实验结果、图表、模型报告和高分论文标准撰写 LaTeX/Typst 论文,插入图表,维护结论追踪并避免纯文字稿。 |
| allowed-tools | Bash(*), Read, Write, Edit, Grep, Glob, Agent, WebSearch, WebFetch |
文件关系全貌请见 [[FILE_RELATIONSHIP_MAP]] · 上游: [[skills/mm-data-experiment/SKILL|Phase 3 Experiment]] · 下游: [[skills/mm-contest-review/SKILL|Phase 5 Review]] · 共享规范: [[skills/_references/SKILL|_references]]
Read:
../_references/v2_pipeline_contract.md../_references/rag_usage_contract.md../_references/source_quality_policy.md../_references/paper_benchmark_profile.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 writing audit is availableRequire:
reports/ANALYSIS_MODELING_REPORT.mdreports/MODELING_DECISION.mdreports/RESULTS_REPORT.mdreports/FIGURE_PLAN.mdreports/TEMPLATE_ADAPTATION_LOG.md if code templates were usedresults/RESULTS_MANIFEST.jsonfigures/paper/reports/CLAIM_TRACE.mdreports/METHOD_IMPLEMENTATION_MATRIX.mdreports/PAPER_BUILD_REPORT.mdreports/REFINEMENT_LOG.mdWORKFLOW_STATE.mdreports/, WORKFLOW_STATE.md, or agent names in the final paper.PAPER_BUILD_REPORT.md gives a contest-specific exception.METHOD_IMPLEMENTATION_MATRIX.md; do not leave the old method promise implicit.HIGH compression risk unless appendices and dense evidence justify it; 5 pages or fewer with limited formulas/figures is a BLOCKER unless the user explicitly requested short-report mode.plan.md; default to LaTeX if missing. Use Typst when the plan or contest template prefers Typst.5writing/templates/ when available.paper_expression, excellent_papers, and figure_templates for sourced expression patterns, structure cues, and caption standards. Core paper claims may only rely on current results or S/A sources from ../_references/source_quality_policy.md; expression and figure templates are B auxiliary sources. Record source quality in reports/PAPER_BUILD_REPORT.md; do not expose RAG, reports, or skill names in the final paper text.reports/METHOD_IMPLEMENTATION_MATRIX.md by comparing MODELING_DECISION.md, code scripts, result files, RESULTS_MANIFEST.json, and planned paper claims.
5a. Optional ARS argument-chain check: if ARS is available, load <ARS_ROOT>/academic-paper/agents/argument_builder_agent.md as a role prompt. Use only for Claim-Evidence-Reasoning review. For each planned core claim, verify the chain claim -> evidence (manifest/table/figure/model decision) -> reasoning. If reasoning is missing or implicit, add an explicit reasoning sentence or downgrade the claim wording before drafting.reports/FIGURE_PLAN.md. Insert every core figure needed for the argument; list any unused paper-intended figure with a reason in PAPER_BUILD_REPORT.md. A core figure must bind to a claim and evidence-map entry from ../_references/figure_evidence_map.md, including required data, metrics, axes/units, and caption points.
7a. When nature-figure is enabled, use only figures with a completed figure contract, selected-backend script, traceable source data, SVG/PDF export, and a conclusion-forward caption for core paper claims. A PNG-only core data figure or Pillow data figure must create a HIGH/BLOCKER revision item instead of being silently inserted.Write:
# Method Implementation Matrix
| Problem | Approved Method | Implemented In Code/Results | Paper Wording | Status | Action |
| --- | --- | --- | --- | --- | --- |
Status must be:
implemented: approved route is implemented and paper wording matches itdowngraded_with_disclosure: a simpler method was used and the paper/decision files honestly disclose itnot_implemented: approved method is missing and not honestly downgradednot_applicable: approved method no longer applies with a stated reasonNo paper may be treated as final while any core row is not_implemented.
# Claim Trace
| Claim | Paper Section | Evidence Type | Evidence ID/File | Strength | Paper Wording Check |
| --- | --- | --- | --- | --- | --- |
Strength must be strong, acceptable, weak, or missing.
strong: directly supported by code/result/table/figure and validationacceptable: supported, but with limited data, assumptions, or modest validationweak: traceable source exists, but evidence is too limited for a strong conclusionmissing: no reliable sourceFor weak core claims, the paper wording must be cautious (exploratory, limited sample, conditional, or equivalent). No final paper may pass with missing core claims or strongly worded weak core claims.
The paper must contain:
For formal multi-question contest papers, reports/PAPER_BUILD_REPORT.md must also state:
<ARS_ROOT>/academic-paper/agents/abstract_bilingual_agent.mdreports/CLAIM_TRACE.md with claim strength, not only source existence.../_references/evaluator_optimizer_protocol.md for at most 3 rounds. Check scorecard risks, judge skim, claim trace, figure evidence, method implementation, and wording strength. Record all rounds in reports/REFINEMENT_LOG.md; route residual HIGH/BLOCKER items to REVISION_ACTIONS.md.reports/PAPER_BUILD_REPORT.md summarizing files created, figures inserted, figure omissions, method downgrades, local RAG evidence used, source quality, refinement loop result, and unresolved issues.SOC 직업 분류 기준