latex-thesis-zh

latex-thesis-zh is a skill for Claude Code, Codex from arnabdeypolimi/claude_code_setup. It costs 141 tokens per session (1,914 once invoked), scanned A, original, MIT.

A Chinese-language assistant for existing LaTeX projects used to write master's or doctoral theses. LaTeX is a system for producing structured documents from source files.

In plain words
What is it for?
Use it to compile and review Chinese degree theses, identify their templates, check GB/T 7714 reference formatting, and improve chapters or experiments.
Why use it?
It helps diagnose compilation problems and check thesis structure, formatting, references, terminology, and academic writing without damaging citations or mathematical content.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present.

Good fit Use it to compile and review Chinese degree theses, identify their templates, check GB/T 7714 reference formatting, and improve chapters or experiments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arnabdeypolimi/claude_code_setup/latex-thesis-zh
Install

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.

Any agent
npx skills add arnabdeypolimi/claude_code_setup --skill latex-thesis-zh
Clone the repo
git clone --depth 1 https://github.com/arnabdeypolimi/claude_code_setup

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for latex-thesis-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/arnabdeypolimi/claude_code_setup/latex-thesis-zh.svg)](https://agentmods.dev/skills/arnabdeypolimi/claude_code_setup/latex-thesis-zh)
Your own site
<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>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,914 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash ebb73696221c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 14 executable files (scripts/analyze_experiment.py, scripts/analyze_logic.py, scripts/check_consistency.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/latex-thesis-zh/SKILL.md · 113 lines

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

Read the full file on GitHub · 113 lines

Files

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.

Changes

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.

  1. 8d ago First seen · 113 lines · 141 tokens per session scan A ebb73696221c

Subscribe to this mod's changes

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.

Related

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.

waybarrios/opencode-power-pack · 46 tokens

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.

cwinvestments/memstack · 70 tokens

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.

cwinvestments/memstack · 57 tokens

summarize-transcript

Analyze and summarize a transcript, meeting notes, or discussion thread into a clear actionable document.

jmagly/aiwg · 23 tokens

add-template

Scaffold a new document template inside an existing addon or framework.

jmagly/aiwg · 15 tokens

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…

closedloop-ai/claude-plugins · 103 tokens