By 911439925
Universal mathematical modeling agent for all competitions (MCM/ICM, CUMCM, MathorCup, etc.). Full pipeline: analysis, modeling, solving, review, and LaTeX paper generation.
Start the mathematical modeling pipeline. Use when the user types /math-model.
Universal mathematical modeling agent for all competitions. Activates when the user mentions "math modeling", "mathematical modeling", "美赛", "国赛", "建模", "MCM", "ICM", "MathorCup", or asks to solve a modeling competition problem. Also use when the user wants to analyze a problem, build a mathematical model, decompose it into subtasks, and solve each subtask with code execution. Covers the complete workflow from problem understanding to LaTeX paper generation.
Stage 1 of the mathematical modeling pipeline. Performs deep problem analysis using Actor-Critic self-improvement. Invoked by the math-modeling skill during Stage 1. Do not invoke directly — use /math-model instead.
Stage 2 of the mathematical modeling pipeline. Performs high-level modeling, problem decomposition into subtasks, and DAG dependency analysis. Invoked by the math-modeling skill during Stage 2. Do not invoke directly.
Stage 3.5 of the mathematical modeling pipeline. Performs global quality review of all task outputs using an independent subagent. Checks cross-task consistency, numerical credibility, requirement coverage, model coherence, and evidence sufficiency. Invoked by the math-modeling skill after Stage 3. Do not invoke directly.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code skill plugin for full-pipeline mathematical modeling, designed for all major math modeling competitions.
| Competition | Abbr | Duration | Notes |
|---|---|---|---|
| Mathematical Contest in Modeling | MCM | 4 days | English paper |
| Interdisciplinary Contest in Modeling | ICM | 4 days | English paper |
| 全国大学生数学建模竞赛 | CUMCM | 3 days | Chinese paper |
| MathorCup 高校数学建模挑战赛 | MathorCup | 4 days | Chinese paper |
| 深圳杯数学建模挑战赛 | SZ Cup | ~2 weeks | Chinese paper |
| 其他建模比赛 | — | — | LaTeX templates extensible |
# Add the marketplace
/plugin marketplace add 911439925/math-modeling-skill
# Install the plugin
/plugin install math-modeling@mm-skill-market
Private repo: set GITHUB_TOKEN env var first:
export GITHUB_TOKEN=ghp_your_token_here
# Clone to Claude Code skills directory
git clone https://github.com/911439925/math-modeling-skill.git ~/.claude/skills/math-modeling-plugin
# Windows PowerShell
git clone https://github.com/911439925/math-modeling-skill.git "$env:USERPROFILE\.claude\skills\math-modeling-plugin"
Marketplace users:
/plugin update math-modeling@mm-skill-market
Git clone users:
cd ~/.claude/skills/math-modeling-plugin && git pull
/math-model path/to/problem.pdf
Or simply describe your problem:
/math-model 2026年美赛C题
Initialization → Stage 1 → Stage 2 → Stage 3 → Stage 3.5 → [iterate?] → Stage 4 → Final
↓ ↓ ↓(auto) ↓(subagent) ↓
[review] [review] per-task global review LaTeX→PDF
[pause] [pause] +verify +rework loop [pause]
| Stage | Skill | Description | Pause? |
|---|---|---|---|
| Init | math-model-command | Workspace init, git init, problem extraction | No |
| 1 | mm-analysis | Problem analysis with Actor-Critic (independent Critic) | Yes |
| 2 | mm-modeling | Modeling + task decomposition + DAG | Yes |
| 3 | mm-solving | Per-task: HMML → formulas → code → verify (auto) | No |
| 3.5 | mm-review | Global quality review (independent subagent, max 3 iterations) | On rework |
| 4 | mm-writing | LaTeX paper generation → PDF | Yes |
mm-workspace/
├── .git/ # Git version history
├── 01_analysis.json # Stage 1 output
├── 02_modeling.json # Stage 2 output
├── 03_task_1.json ... # Stage 3 per-task outputs (with verification)
├── 03.5_review.json # Stage 3.5 global review
├── 04_abstract.json # Generated abstract
├── 05_paper/ # Stage 4 LaTeX paper
│ ├── main.tex # Main LaTeX source
│ ├── main.pdf # Compiled PDF
│ ├── sections/ # Paper sections
│ └── figures/ # Figures
├── code/ # Generated Python scripts
├── data/ # Intermediate data files
└── charts/ # Generated visualizations
References:
npx claudepluginhub 911439925/math-modeling-skill --plugin math-modelingUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.