cumcm-math-modeling

Calibrate a CUMCM workflow from problem parsing to TeX paper.

25|3|Updated May 9, 2026
One-click install
npx skills add https://github.com/usst-yk/cumcm-math-modeling-codex-skill --skill cumcm-math-modeling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cumcm-math-modeling
Source: https://github.com/usst-yk/cumcm-math-modeling-codex-skill/tree/main
Command: npx skills add https://github.com/usst-yk/cumcm-math-modeling-codex-skill --skill cumcm-math-modeling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, openpyxl, matplotlib, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a complete, contest-oriented workflow that transforms a problem statement into a full, paper-ready CUMCM solution. It covers problem parsing, data auditing, route design, modeling ideas, solving, validation, figure planning, and writing the final TeX paper, ensuring traceability from data and assumptions to headline results.

Core Features & Use Cases

  • Problem parsing and data auditing: extract subquestions, attachments, time ranges, units, and risk words; audit data integrity and units.
  • Route design: generate three modeling routes (baseline, primary, fallback) with explicit justifications and checks.
  • Modeling idea generation: produce step-by-step modeling derivations, variables, constraints, and solution plan that are directly translatable into code.
  • Deterministic solving and validation: implement reproducible code paths, save tables/figures, and perform baseline and sensitivity checks.
  • Paper integration: continuously map results to paper/main.tex, with GPT-image figures, and ensure paper narrative aligns with saved artifacts.
  • Governance and quality: enforce traceability, problem-to-variables mapping, and first-prize gate readiness through structured references.

Quick Start

直接进入题面分析与数据审计,给出三条建模路线,并在可行的情况下推进到求解、验证与论文写作阶段。

Frequently Asked Questions about cumcm-math-modeling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the CUMCM modeling workflow from problem parsing to a final TeX paper?

Automating the CUMCM modeling workflow involves parsing problem statements, auditing data integrity, generating three modeling routes, solving with reproducible code, validating results, and continuously mapping outputs into a final TeX paper. This ensures full traceability from raw data to paper-ready narrative.

What is the best way to design baseline and fallback modeling routes for mathematical contests?

Designing modeling routes for mathematical contests requires generating three explicit paths: baseline, primary, and fallback. Each route needs clear justifications, variable mappings, and constraint checks to ensure reproducibility and validate that the problem facts translate directly into solvable equations.

How do I validate data integrity and units before solving mathematical modeling problems?

Validating data integrity and units before solving modeling problems requires auditing attachments, time ranges, and risk words extracted during problem parsing. This ensures that all variables and constraints map accurately to the problem facts before generating reproducible solving code.

Can I use Python with pandas and matplotlib for reproducible mathematical modeling and validation?

Python with pandas and matplotlib supports reproducible mathematical modeling by implementing deterministic solving paths, saving tables and figures, and performing baseline and sensitivity checks. These outputs are then continuously integrated into the paper narrative.

How to map problem facts to variables and constraints for paper-ready modeling outputs?

Mapping problem facts to variables and constraints requires extracting subquestions and risk words during parsing, then generating step-by-step modeling derivations. This directly translates problem statements into solvable equations and reproducible code paths for paper-ready outputs.

Does the CUMCM modeling workflow support continuous integration of figures into a LaTeX paper?

The CUMCM modeling workflow supports continuous integration of figures into a LaTeX paper by updating main.tex with paper-ready content, ensuring the narrative aligns with saved tables, figures, and validated modeling artifacts throughout the solving process.