npx skills add ...
npx skills add jihe520/mathmodelagent --skill 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.
npx skills add jihe520/mathmodelagent --skill 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.
references/figure-catalog.md./home/user/workspace, run the renderer with the template id:绘图复刻/scripts/, runs it there, and writes outputs to 绘图复刻/outputs/.Use --list to show supported ids:
绘图复刻.绘图复刻/scripts/make_<template>.py.绘图复刻/outputs/<template>_replica.png, .pdf, .svg.multiclass-shap-combopaired-raincloudcv-roc-citaylor-diagramcorrelation-pairgridprediction-marginal-gridrf-tpe-surfacegrouped-corr-split-violingrouped-circular-heatmapurban-park-cooling-combonature-chord-diagramIf the user asks for changes, copy/run the nearest template first, then edit the copied file in 绘图复刻/scripts/. Preserve:
MPLCONFIGDIR before importing matplotlib.Use references/plot-recipes.md for implementation patterns.