Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add arnabdeypolimi/claude_code_setup --skill latex-thesis-zhgit clone --depth 1 https://github.com/arnabdeypolimi/claude_code_setupWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/arnabdeypolimi/claude_code_setup/latex-thesis-zh)<a href="https://agentmods.dev/skills/arnabdeypolimi/claude_code_setup/latex-thesis-zh"><img src="https://agentmods.dev/badge/skills/arnabdeypolimi/claude_code_setup/latex-thesis-zh.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00141 | $0.01914 |
| Opus 5 | $0.00071 | $0.00957 |
| Sonnet 5 | $0.00028 | $0.00383 |
| Haiku 4.5 | $0.00014 | $0.00191 |
Grade A, and why
latex-thesis-zh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LaTeX 中文学位论文助手
使用此 skill 处理已有中文 LaTeX 学位论文项目中的定向问题。保持低摩擦:先判断最小匹配模块,再运行对应脚本,最后以论文审阅友好的格式返回问题和建议。
Capability Summary
- 编译并诊断 XeLaTeX / LuaLaTeX / latexmk 构建问题。
- 检查论文格式、GB/T 7714 相关要求、章节结构、模板类型和术语一致性。
- 审阅逻辑连贯性、文献综述质量、章节/小节/四级标题导语完整性、实验章节写法、标题表达与 AI 痕迹。
- 在不破坏引用、标签和数学环境的前提下给出可落地的中文论文修改建议。
Triggering
当用户拥有一个现有中文 .tex 学位论文项目,并希望你帮助处理以下任务时使用本 skill:
- 编译失败或工具链不确定
- 学位论文格式、国标或学校模板检查
- 章节结构梳理或模板识别
- 术语、缩略语、命名一致性检查
- 逻辑连贯性、文献综述质量、标题后导语完整性、跨章节闭合检查
- 标题优化、学术表达或去 AI 化检查
- 实验章节语言与结构审阅
即使用户只提到单一问题,例如“帮我判断是不是 thuthesis”“检查绪论逻辑”或“按 GB/T 7714 看参考文献”,也应触发本 skill。
Do Not Use
不要将此 skill 用于:
- 英文会议或期刊论文
- Typst 项目
- 仅有 DOCX/PDF、没有 LaTeX 源文件的场景
- 纯文献调研、没有学位论文工程的任务
- 从零写一篇学位论文
- 多维度审稿、评分或投稿门控检查(使用
paper-audit) - 英文会议/期刊论文编辑(使用
latex-paper-en)
Module Router
| Module | Use when | Primary command | Read next |
|---|---|---|---|
compile |
Thesis build fails or toolchain is unclear | uv run python $SKILL_DIR/scripts/compile.py main.tex |
references/modules/COMPILE.md |
format |
User asks about thesis formatting or GB/T 7714 layout | uv run python $SKILL_DIR/scripts/check_format.py main.tex |
references/modules/FORMAT.md |
structure |
Need chapter/section map or thesis skeleton overview | uv run python $SKILL_DIR/scripts/map_structure.py main.tex |
references/STRUCTURE_GUIDE.md |
consistency |
Terms, abbreviations, or naming drift across chapters | uv run python $SKILL_DIR/scripts/check_consistency.py main.tex --terms |
references/modules/CONSISTENCY.md |
template |
Need to identify or validate thesis class/template | uv run python $SKILL_DIR/scripts/detect_template.py main.tex |
references/modules/TEMPLATE.md |
bibliography |
GB/T 7714 or BibTeX validation | uv run python $SKILL_DIR/scripts/verify_bib.py references.bib --standard gb7714 |
references/modules/BIBLIOGRAPHY.md |
title |
Optimize Chinese thesis titles and chapter titles | uv run python $SKILL_DIR/scripts/optimize_title.py main.tex --check |
references/modules/TITLE.md |
deai |
Reduce AI-writing traces in visible Chinese prose | uv run python $SKILL_DIR/scripts/deai_check.py main.tex --section introduction |
references/modules/DEAI.md |
logic |
Check logical coherence, introduction funnel, heading lead-ins, lit review quality, chapter mainline, and cross-section closure | uv run python $SKILL_DIR/scripts/analyze_logic.py main.tex --section related |
references/modules/LOGIC.md |
experiment |
Review experiment chapter language, discussion layering, and conclusion completeness | uv run python $SKILL_DIR/scripts/analyze_experiment.py main.tex --section experiments |
references/modules/EXPERIMENT.md |
What ships with it
42 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 348 B
- evals/evals.json 7.1 KB
- examples/bibliography-and-deai.md 525 B
- examples/compile-and-template.md 463 B
- examples/structure-and-consistency.md 544 B
- references/ACADEMIC_STYLE_ZH.md 3.8 KB
- references/CAPTION_GUIDE.md 2.2 KB
- references/COMPILATION.md 2.0 KB
- references/DEAI_GUIDE.md 18 KB
- references/FORBIDDEN_TERMS.md 1.3 KB
- references/GB_STANDARD.md 3.8 KB
- references/LOGIC_COHERENCE.md 7.4 KB
- references/modules/BIBLIOGRAPHY.md 1.3 KB
- references/modules/COMPILE.md 1.1 KB
- references/modules/CONSISTENCY.md 2.1 KB
- references/modules/DEAI.md 1.6 KB
- references/modules/EXPERIMENT.md 4.9 KB
- references/modules/FORMAT.md 988 B
- references/modules/LOGIC.md 2.3 KB
- references/modules/TEMPLATE.md 1.3 KB
- references/modules/TITLE.md 1.5 KB
- references/STRUCTURE_GUIDE.md 4.2 KB
- references/TITLE_OPTIMIZATION.md 7.1 KB
- references/UNIVERSITIES/generic.md 2.1 KB
- references/UNIVERSITIES/pku.md 1.5 KB
- references/UNIVERSITIES/tsinghua.md 1.3 KB
- references/UNIVERSITIES/yanshan.md 1.2 KB
- references/WRITING_PHILOSOPHY_ZH.md 4.9 KB
- scripts/analyze_experiment.py 10 KB runs code
- scripts/analyze_logic.py 24 KB runs code
- scripts/check_consistency.py 12 KB runs code
- scripts/check_format.py 7.0 KB runs code
- scripts/check_references.py 18 KB runs code
- scripts/compile.py 16 KB runs code
- scripts/deai_batch.py 10.0 KB runs code
- scripts/deai_check.py 18 KB runs code
- scripts/detect_template.py 3.7 KB runs code
- scripts/map_structure.py 11 KB runs code
- scripts/online_bib_verify.py 12 KB runs code
- scripts/optimize_title.py 12 KB runs code
- scripts/parsers.py 11 KB runs code
- scripts/verify_bib.py 9.7 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 113 lines · 141 tokens per session scan A ebb73696221c
latex-thesis-zh is a skill published in the GitHub repository arnabdeypolimi/claude_code_setup (4 stars, last pushed 3d ago), licensed MIT. It adds 141 tokens to every session and 1,914 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
paper-summarizer
Agents should invoke this skill for academic or technical papers, arXiv/PubMed/IEEE/ACM links, PDFs, methodology review, limitations, practical implications, or extracting findings for engineering decisions.
memstack-business-scope-of-work
Use this skill when the user says 'scope of work', 'SOW', 'define scope', 'project scope', 'write SOW', 'scope document', or is defining project boundaries, deliverables, and acceptance criteria for a formal engagement. Do NOT use for proposals, contracts, or invoicing.
memstack-business-invoice-generator
Use this skill when the user says 'invoice', 'generate invoice', 'create invoice', 'bill client', 'line items', 'payment terms', or needs professional invoices with tax calculations and payment instructions. Do NOT use for contracts or financial projections.
summarize-transcript
Analyze and summarize a transcript, meeting notes, or discussion thread into a clear actionable document.
add-template
Scaffold a new document template inside an existing addon or framework.
upload-artifact
Upload a file as a ClosedLoop document (PRD, implementation plan, feature, or template). Reads file content and uploads via MCP without consuming conversation context. Also supports creating new versions of existing documents. Triggers on: "upload artifact", "upload PRD", "upload implementation plan", "upload…