skill/template_manager/SKILL.md
管理 LaTeX 模板目录,提供模板发现、加载和信息展示功能。
npx skillsauth add tangshunpu/paper_granny template-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
管理 latex_template/ 目录下的 LaTeX 模板,为用户提供模板选择。
每个模板是一个子目录,包含同名 .cls 文件:
latex_template/
└── ModernColorful/
├── ModernColorful.cls # 模板类文件(必须)
└── Modern Colorful.tex # 示例文档(可选)
latex_template/ 下的子目录.cls 文件\documentclass{ModernColorful} + 正文即可infobox, conceptbox 等)\hlblue, \term 等)compile_pdf 自动将 .cls 和 logo.png 复制到报告目录在 latex_template/ 下创建子目录,放入同名 .cls 文件即可:
latex_template/MyTemplate/MyTemplate.cls
documentation
如何使用 LaTeX 模板写解读报告。Agent 准备写报告时使用此技能,学习盒子环境和格式规范。
development
将生成的 LaTeX 文件编译为 PDF,处理编译错误,清理中间文件。
data-ai
如何深度解读论文——术语白话化、公式拆解、背景补充、类比解释。Agent 在阅读完论文、准备写解读报告前使用此技能。
data-ai
如何自适应地探索和阅读 LaTeX 论文源码。当 Agent 下载完论文后需要阅读源码时使用此技能。