Targeted compilation, format validation, and coherence review for Chinese LaTeX master's and doctoral theses.
Works with
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
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionlatex-thesis-zhExecute the skills CLI command in your project's root directory to begin installation:
Fetches latex-thesis-zh from bahayonghang/academic-writing-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate latex-thesis-zh. Access via /latex-thesis-zh in your agent's command palette.
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 environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
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
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
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
13
total installs
13
this week
101
GitHub stars
0
upvotes
Run in your terminal
13
installs
13
this week
101
stars
使用此 skill 处理已有中文 LaTeX 学位论文项目中的定向问题。保持低摩擦:先判断最小匹配模块,再运行对应脚本,最后以论文审阅友好的格式返回问题和建议。
当用户拥有一个现有中文 .tex 学位论文项目,并希望你帮助处理以下任务时使用本 skill:
即使用户只提到单一问题,例如“帮我判断是不是 thuthesis”“检查绪论逻辑”或“按 GB/T 7714 看参考文献”,也应触发本 skill。
不要将此 skill 用于:
paper-audit)latex-paper-en)| 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 |
main.tex。--section SECTION,当用户只关注某一章或某一节。thuthesis、pkuthss 或特定高校要求。如果参数不完整,只追问入口 .tex 文件和目标模块,不额外扩展问题。
% MODULE (L##) [Severity] [Priority]: ...\cite{}、\ref{}、\label{}、数学环境、参考文献键和模板宏命令。$ARGUMENTS for entry file and module. If missing, ask for the thesis .tex entry file and target module.uv run python ....% Module (L##) [Severity] [Priority]: .... Report exact command and exit code on failure.template first, then structure.\cite{}, \ref{}, \label{}, math blocks, or bibliography keys unless explicitly asked.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.只读取当前模块所需的参考文件,避免一次加载整套指南。
main.tex 为什么 XeLaTeX 一直编译失败,并判断是不是 thuthesis 模板。”Make data-driven prioritization decisions faster
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
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ 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.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
We added latex-thesis-zh from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
I recommend latex-thesis-zh for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: latex-thesis-zh is the kind of skill you can hand to a new teammate without a long onboarding doc.
latex-thesis-zh reduced setup friction for our internal harness; good balance of opinion and flexibility.
latex-thesis-zh is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: latex-thesis-zh is focused, and the summary matches what you get after install.
latex-thesis-zh has been reliable in day-to-day use. Documentation quality is above average for community skills.
Useful defaults in latex-thesis-zh — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
latex-thesis-zh fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
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