latex-thesis-zh

bahayonghang/academic-writing-skills · updated May 20, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/bahayonghang/academic-writing-skills --skill latex-thesis-zh
0 commentsdiscussion
summary

Targeted compilation, format validation, and coherence review for Chinese LaTeX master's and doctoral theses.

  • Diagnoses XeLaTeX, LuaLaTeX, and latexmk build failures; detects thesis templates (thuthesis, pkuthss) and validates GB/T 7714 bibliography compliance
  • Checks chapter structure mapping, terminology consistency, logical coherence, heading lead-ins, and literature review quality across sections
  • Reviews experiment chapters for language and discussion layering; optimizes titles an
skill.md

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
tables 表格结构校验、三线表生成、booktabs 检查 uv run python $SKILL_DIR/scripts/check_tables.py main.tex references/modules/TABLES.md
abstract 摘要五要素结构诊断与字数校验 uv run python $SKILL_DIR/scripts/analyze_abstract.py main.tex --lang zh references/modules/ABSTRACT.md

Required Inputs

  • 论文入口文件,例如 main.tex
  • 可选 --section SECTION,当用户只关注某一章或某一节。
  • 可选 bibliography 路径,当任务聚焦参考文献。
  • 可选学校/模板上下文,当用户关心 thuthesispkuthss 或特定高校要求。

如果参数不完整,只追问入口 .tex 文件和目标模块,不额外扩展问题。

Output Contract

  • 尽量使用 LaTeX 友好的审阅格式返回问题:% MODULE (L##) [Severity] [Priority]: ...
  • 明确给出执行的命令;若脚本失败,必须报告退出码和关键 stderr。
  • 将“检查结果”和“建议改写”分开陈述,避免把脚本诊断和正文润色混在一起。
  • 默认保留 \cite{}\ref{}\label{}、数学环境、参考文献键和模板宏命令。

Workflow

  1. Parse $ARGUMENTS for entry file and module. If missing, ask for the thesis .tex entry file and target module.
  2. Read the one reference file tied to that module (see "Read next" column).
  3. Run the corresponding script with uv run python ....
  4. Return findings as % Module (L##) [Severity] [Priority]: .... Report exact command and exit code on failure.
  5. If template and structure are both unclear, run template first, then structure.

Safety Boundaries

  • Never fabricate citations, funding statements, acknowledgements, or academic claims.
  • Never rewrite \cite{}, \ref{}, \label{}, math blocks, or bibliography keys unless explicitly asked.
  • Treat title suggestions, de-AI revisions, and logic comments as proposals; keep source-preserving checks separate from edits.

Reference Map

  • references/COMPILATION.md: compilation strategy and toolchain diagnosis.
  • references/GB_STANDARD.md: GB/T 7714 and bibliography-related checks.
  • references/STRUCTURE_GUIDE.md: thesis structure expectations and chapter mapping.
  • references/LOGIC_COHERENCE.md: logic, coherence, heading lead-ins, consistency, and literature-review expectations.
  • references/TITLE_OPTIMIZATION.md: Chinese academic title heuristics.
  • references/DEAI_GUIDE.md: de-AI review heuristics.
  • references/modules/EXPERIMENT.md: experiment-chapter review criteria.
  • references/UNIVERSITIES/: school/template-specific constraints after template detection.

只读取当前模块所需的参考文件,避免一次加载整套指南。

Example Requests

  • “帮我定位这个中文学位论文 main.tex 为什么 XeLaTeX 一直编译失败,并判断是不是 thuthesis 模板。”
  • “请梳理这篇硕士论文的章节结构,并检查术语和缩略语是否前后统一。”
  • “按 GB/T 7714 帮我检查参考文献,再看看绪论是不是有明显 AI 腔。”
  • “检查 related work 的逻辑链条和研究空白推导,但不要动任何引用和公式。”
  • “帮我检查每一章、每一节、四级标题后有没有先写导语,不要只看格式。”
how to use latex-thesis-zh

How to use latex-thesis-zh on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add latex-thesis-zh
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/bahayonghang/academic-writing-skills --skill latex-thesis-zh

The skills CLI fetches latex-thesis-zh from GitHub repository bahayonghang/academic-writing-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/latex-thesis-zh

Reload or restart Cursor to activate latex-thesis-zh. Access the skill through slash commands (e.g., /latex-thesis-zh) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.545 reviews
  • Ganesh Mohane· Dec 24, 2024

    We added latex-thesis-zh from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Shikha Mishra· Dec 20, 2024

    I recommend latex-thesis-zh for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Chinedu Ndlovu· Dec 8, 2024

    Keeps context tight: latex-thesis-zh is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Aarav Nasser· Dec 4, 2024

    latex-thesis-zh reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Emma Okafor· Nov 27, 2024

    latex-thesis-zh is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Hana Kim· Nov 23, 2024

    Solid pick for teams standardizing on skills: latex-thesis-zh is focused, and the summary matches what you get after install.

  • Arya Anderson· Nov 23, 2024

    latex-thesis-zh has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Yash Thakker· Nov 11, 2024

    Useful defaults in latex-thesis-zh — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Emma Brown· Oct 18, 2024

    latex-thesis-zh fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Sophia Sharma· Oct 14, 2024

    We added latex-thesis-zh from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

showing 1-10 of 45

1 / 5