Scientific slides
Skill woodfishhhh/EZ_math_model/skills/ez-math-model/tools/scientific-slides
专攻数学建模的下一代自动化SKIILS
npx -y skills add woodfishhhh/EZ_math_model --skill scientific-slidesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Use when the user explicitly asks EZ_math_model to create defense slides, academic presentation slides, Beamer slides, or PPT after the modeling paper has been packaged.
SKILL.md
1.3 KB, as published. Nobody here has run it
scientific-slides — 建模答辩与学术幻灯片
何时使用
- 用户在 packaging 完成后明确说“做答辩 PPT”“做 Beamer”“做演示文稿”。
- 题目要求汇报材料。
- 不在主 pipeline 中默认启用。
调用流程
- 读取
workdir/{task_id}/paper.md,抽出每章核心 1-2 句。 - 加载宿主
scientific-slidesskill。 - 按时长选择模板:10-15 分钟答辩、30-45 分钟研讨、30-60 分钟论文答辩。
- 复用
figures/中实际生成的图。 - 输出到
workdir/{task_id}/slides/。
模板选型
| 场景 | 推荐 |
|---|---|
| CUMCM / 美赛答辩 | conference |
| 课题组例会 | seminar |
| 论文答辩 | defense |
约束
- 不替代 writer 写论文。
- 不修改
paper.md。 - 不独立重画
figures/中已有图。 - 封面或章节分隔页可使用装饰图,但不得掩盖核心图表。
失败诊断
| 情况 | 处理 |
|---|---|
| 宿主 skill 未安装 | 给出基于 paper.md 的幻灯片大纲 |
| LaTeX 编译失败 | 交付 .tex 源并写诊断 |
| 图分辨率过低 | 提示 coder 阶段导出 300dpi |