DSH Plugins Marketplace

DSH Plugins

Plugins

/

MCM_skills

c

MCM_skills

Discovered9

数学建模通用skills

CUMCM v2.2 agents Stars

CUMCM Skill Pack · 国赛全流程助手

给 AI 用的 全国大学生数学建模竞赛 技能包:读题、数据、建模、验证、写论文、检查、打包。不是提示词合集,是带模板、脚本和黄金测试集的可安装包。

English · 2023C 数据题样例 · 2026A 机理题样例 · 评测

配套实战仓库(2026 A 烘干,四问可复现):ciyuan1234/MCM_2026

它解决什么

开赛 72 小时里,AI 最容易:编数字、用错题型套路、写到一半丢上下文、交卷前对不上表。这套 skill 把这些变成可检查的规则。

| 题型 | 走哪条线 | | --- | --- | | C / E 数据题 | 数据契约 → 回归/优化 → V-REG / V-OPT | | A 机理 / PDE | 22-mechanism-pde.md → 单位字典、守恒、网格收敛、V-PDE | | B 调度 / 规划 | 基线可行解 → V-OPT,复杂方法要能解释 |

30 秒上手

git clone https://github.com/ciyuan1234/MCM_skills.git
cd MCM_skills
chmod +x install.sh && ./install.sh

Windows:.\install.ps1

装到:Claude Code、Codex、opencode、Grok(~/.grok/skills/cumcm)。重启 Agent 后说:

按 cumcm skill 建立比赛工作区,读题,判断 A–E 题型,给出每问建模路线。

A 类应加载 22、写 units.md、每问先 model.md 再编码。
C 类应生成 1_数据/data_contract.json,论文数字能溯源。

工作区长什么样

0_赛题/  1_数据/  2_代码/01_问题1/  …  3_图表/  4_论文/  5_支撑材料/
decision_log.json    # 阶段、决策、剩余时间
1_数据/units.md      # 机理题:由 units-template.md 复制后填写
2_代码/0N/model.md   # 每问模型说明
2_代码/0N/verify_qN.py

常用命令

./cumcm/scripts/scaffold.sh ./workspace
python cumcm/scripts/make-data-contract.py ./workspace/1_数据 -o ./workspace/1_数据/data_contract.json
python cumcm/scripts/verify.py ./workspace
python cumcm/scripts/checks.py ./workspace/4_论文/paper.md ./workspace
python cumcm/scripts/run_golden.py ./workspace --problem 2026_A -v

里面有什么

  • 72 小时五阶段 + 锁定模式(剩余 ≤ 6 h 只写不建模)
  • 配对验证:V-OPT / V-REG / V-ODE / V-PDE / V-GRF / V-TS / V-STAT
  • 黄金测试集:2021C、2022C、2023C、2026A
  • 反幻觉:data_contract.json + verify.py;机理题再加 run_manifest.json
  • 论文:摘要最后写、假设编号闭环、评委黑白打印用灰阶图

完整目录、脚本和 references 索引见 cumcm/SKILL.md。版本记录见 CHANGELOG.md

许可与贡献

使用与二次开发请保留来源。问题与 PR 见 CONTRIBUTING.md

Comments

Loading…

Similar plugins

dsh-skills

by CocoSgt

Global skill hub for dsh: aggregates Claude Code, project, and .skill-package skills into ~/.dsh/skills with reference/copy import and slash-menu usage

Tools & CapabilitiesManifest valid

15

NOASSERTION

JavaScript

Aug 14, 2026

dsh plugin --profile web add dsh-skills

by Azzygoatcoder

模块化 AI 科研/工程技能 monorepo(DeepSeek Harness / Claude Code 通用)— plugins/ + skills/ + bin 脚本 + LaTeX 模板,验证环驱动

Tools & CapabilitiesManifest valid

7

MIT

Python

Sep 13, 2026

dsh plugin --profile web add agent-useful-skills

by cxdyun

DeepSeek Harness 版本的类 CodeX 插件市场

Tools & CapabilitiesManifest valid

3

63/wk

MIT

TypeScript

Aug 28, 2026

dsh plugin --profile web add dsh-skills-marketplace

by leechen298

Generate Function, MCP, Agent Skill, and offline test packages from existing code; installable as a DeepSeek Harness bundle.

Tools & CapabilitiesDevelopment & InfrastructureManifest valid

7

MIT

Python

Aug 27, 2026

dsh plugin --profile web add @leechen298/code2skill

Install SandBase Agent Skills into DeepSeek Harness projects.

Tools & CapabilitiesDevelopment & InfrastructureManifest valid

54

Apache-2.0

Aug 23, 2026

dsh plugin --profile web add @sandbaseai/dsh-skills

by GongYuanCaiJi

Claude Code 技能模板库(claude-code-templates 移植,897 个 SKILL.md)

Manifest valid

0

MIT

Python

Aug 15, 2026

dsh plugin --profile web add dsh-claude-code-templates