开发编程
#python
mathmodel-figure-templates
Use this skill in the MathModel LaTeX sandbox when the user asks to reproduce built-in scientific visualization templates, especially prompts from the Improve tab mentioning $mathmodel-figure-templates, 科研绘图模板, SHAP蜂群柱状图, 配对云雨图, 交叉验证ROC, 泰勒图, 相关矩阵组合图, 预测真实值边缘分布图, TPE调参3D曲面, 下三角相关矩阵半边小提琴图, 分组环形热图, 城市公园降温组合图, or Nature和弦图. It provides ready-to-run Python scripts bundled inside the skill.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=jihe520-mathmodelagent-skills-mathmodel-figure-templates-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name mathmodel-figure-templates description Use this skill in the MathModel LaTeX sandbox when the user asks to reproduce built-in scientific visualization templates, especially prompts from the Improve tab mentioning $mathmodel-figure-templates, 科研绘图模板, SHAP蜂群柱状图, 配对云雨图, 交叉验证ROC, 泰勒图, 相关矩阵组合图, 预测真实值边缘分布图, TPE调参3D曲面, 下三角相关矩阵半边小提琴图, 分组环形热图, 城市公园降温组合图, or Nature和弦图. It provides ready-to-run Python scripts bundled inside the skill. allowed-tools Bash(*), Read, Write, Edit, Grep, Glob MathModel Figure Templates This skill is bundled into the LaTeX sandbox at /home/user/.claude/skills/mathmodel-figure-templates . It contains ready-to-run Python/matplotlib scripts for the figure templates exposed in the MathModel Improve tab. Fast Path Match the requested chart in references/figure-catalog.md . From /home/user/workspace , run the renderer with the template id: python3 /home/user/.claude/skills/mathmodel-figure-templates/scripts/render_template.py paired-raincloud The renderer copies the bundled template script into 绘图复刻/scripts/ , runs it there, and writes outputs to 绘图复刻/outputs/ . Return the generated PNG/PDF/SVG paths and the copied script path to the user. Use --list to show supported ids: python3 /home/user/.claude/skills/mathmodel-figure-templates/scripts/render_template.py --list Output Contract Work under the current workspace unless the user gives another path. Default project folder: 绘图复刻 . Script path: 绘图复刻/scripts/make_<template>.py . Outputs: 绘图复刻/outputs/<template>_replica.png , .pdf , .svg . Use the bundled scripts as the first choice; edit the copied workspace script only when the user requests customization. The bundled scripts use deterministic simulated data. Do not claim simulated values reproduce a source study exactly. Template Ids multiclass-shap-combo paired-raincloud cv-roc-ci taylor-diagram correlation-pairgrid prediction-marginal-grid rf-tpe-surface grouped-corr-split-violin grouped-circular-heatmap urban-park-cooling-combo nature-chord-diagram When Customizing If the user asks for changes, copy/run the nearest template first, then edit the copied file in 绘图复刻/scripts/ . Preserve: MPLCONFIGDIR before importing matplotlib. deterministic seeds for simulated data. PNG/PDF/SVG export. readable labels, legends, and high-DPI output. Use references/plot-recipes.md for implementation patterns.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |