-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmarketplace.json
More file actions
52 lines (52 loc) · 1.27 KB
/
Copy pathmarketplace.json
File metadata and controls
52 lines (52 loc) · 1.27 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"schema_version": "1.0",
"name": "ez-math-model",
"display_name": "EZ Math Model",
"version": "1.2.0",
"summary": "A contest-ready mathematical modeling Agent Skill for problem intake, modeling, solving, paper writing, quality audit, and packaging.",
"description": "Use when solving CUMCM, MCM, ICM, graduate mathematical modeling contests, or course modeling tasks that require a full modeling workflow.",
"author": {
"name": "woodfishhhh",
"email": "3053932588@qq.com"
},
"license": "MIT",
"repository": "https://github.com/woodfishhhh/EZ_math_model",
"homepage": "https://github.com/woodfishhhh/EZ_math_model#readme",
"entrypoint": "skills/ez-math-model/SKILL.md",
"readme": {
"zh-CN": "README.md",
"en": "README.en.md"
},
"star_map": "STAR_MAP.md",
"categories": [
"Education",
"Data Science",
"Research",
"Writing"
],
"tags": [
"mathematical modeling",
"CUMCM",
"MCM",
"ICM",
"Python",
"academic writing",
"PaperOrchestra",
"data analysis"
],
"targets": [
"Codex",
"Claude Code",
"Agent Skills"
],
"requirements": {
"python": ">=3.10",
"optional_tools": [
"pandoc",
"mineru",
"LibreOffice",
"OpenAlex",
"Semantic Scholar"
]
}
}