-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1.43 KB
/
plugin.json
File metadata and controls
38 lines (38 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "mathmodel-skill",
"version": "6.0.0",
"description": "End-to-end Codex skill for CUMCM, MCM/ICM, and Diangong Cup mathematical modeling competitions.",
"author": {
"name": "handsomeZR-netizen",
"url": "https://github.com/handsomeZR-netizen"
},
"homepage": "https://github.com/handsomeZR-netizen/mathmodel-skill",
"repository": "https://github.com/handsomeZR-netizen/mathmodel-skill",
"license": "MIT",
"keywords": [
"math-modeling",
"cumcm",
"mcm",
"icm",
"codex-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "Math Modeling Skill",
"shortDescription": "CUMCM/MCM/电工杯数学建模十阶段问答式工作流",
"longDescription": "A Codex-native skill for mathematical modeling competitions. It guides teams through topic selection, modeling, solving, robustness checks, paper writing, and final review with a 10-stage workflow, numbered user decisions, persistent state, and competition-specific templates.",
"developerName": "handsomeZR-netizen",
"category": "Education",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/handsomeZR-netizen/mathmodel-skill",
"defaultPrompt": [
"Use $mathmodel-skill to start a CUMCM workflow.",
"Use $mathmodel-skill to compare MCM problem choices.",
"Use $mathmodel-skill to review a modeling paper draft."
],
"brandColor": "#10A37F"
}
}