Agent Plugins Marketplace
All plugins

mathmodel-skill

v7.3.2

Autopilot and guided end-to-end delivery skill for CUMCM, MCM/ICM, and Diangong Cup, with reproducibility, review, compliance, and versioned delivery folders.

Codex1 Skill

By xu-chenghao413License: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install mathmodel-skill for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mathmodel-skill@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/xu-chenghao413/mathmodel-skill

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

mathmodel-skill/
├── .codex-plugin/plugin.json
└── skills/mathmodel-skill/SKILL.md

Included Skills1

mathmodel-skillskills/mathmodel-skill/SKILL.md

Plugin shim for mathmodel-skill. Use for CUMCM, MCM/ICM, Diangong Cup, 建模、数模、竞赛论文、模型求解、统计与稳健性、论文/PDF 交付,或用户给出赛题并要求一键生成单文件夹可复现交付包。

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "mathmodel-skill",
  "version": "7.3.2",
  "description": "Autopilot and guided end-to-end delivery skill for CUMCM, MCM/ICM, and Diangong Cup, with reproducibility, review, compliance, and versioned delivery folders.",
  "author": {
    "name": "xu-chenghao413",
    "url": "https://github.com/xu-chenghao413"
  },
  "homepage": "https://github.com/xu-chenghao413/mathmodel-skill",
  "repository": "https://github.com/xu-chenghao413/mathmodel-skill",
  "license": "MIT",
  "keywords": [
    "math-modeling",
    "cumcm",
    "mcm",
    "icm",
    "codex-skill"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Math Modeling Skill",
    "shortDescription": "赛题到可复现论文/PDF交付包的一键数模与终审工作流",
    "longDescription": "A Codex-native mathematical modeling competition skill with guided and autopilot modes. Given a problem and attachments, it produces executable models, verified results, statistics, figures, citations, a competition-specific paper/PDF, blind review artifacts, and one versioned delivery folder. Optional external skills are invoked only when separately installed; their source code is not bundled.",
    "developerName": "xu-chenghao413",
    "category": "Education",
    "capabilities": [
      "Interactive",
      "Write",
      "Analyze"
    ],
    "websiteURL": "https://github.com/xu-chenghao413/mathmodel-skill",
    "defaultPrompt": [
      "Use $mathmodel-skill on this CUMCM problem and produce the full verified delivery package in one folder.",
      "Use $mathmodel-skill to compare MCM problem choices.",
      "Use $mathmodel-skill to review a modeling paper draft."
    ],
    "brandColor": "#10A37F"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mathmodel-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mathmodel-skill)