mcpbeat Sign in

Thesis Tex Writeback Agent Skill

| 把已经在 Markdown 中间层收敛的中文毕业论文内容回写到 `chapters/*.tex` 与相关交付层文件,保持结构、图表、公式、交叉引用与章节承接一致。

806 tokens
context cost
the whole folder, loaded on every use
5
files
instructions only
0
copies elsewhere
how many repositories repackaged it
496
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill thesis-tex-writeback

What comes with it

1 537 bytes besides the instruction
assets/tex_writeback_contract.json
references/consistency_checks.md
references/overview.md
references/writeback_rules.md

The instruction itself

6 sections, as written by the author

Thesis TeX Writeback

Inputs

  • codex_md/00_thesis_outline.md
  • 重构后的各章 Markdown
  • codex_md/terminology_glossary.md
  • codex_md/symbol_metric_table.md
  • codex_md/figure_plan.md
  • 现有 chapters/*.tex

Outputs

  • 更新后的 chapters/*.tex
  • 相关图表、公式、交叉引用的 TeX 同步版本

Load Order

Always read:

  • references/overview.md
  • references/writeback_rules.md
  • references/consistency_checks.md

Machine-readable contract:

  • assets/tex_writeback_contract.json

Workflow

  • 以 Markdown 中间层为准,确定章级与节级结构
  • 把稳定内容回写到 chapters/*.tex
  • 同步图表、公式、表格、交叉引用
  • 同步章首导言、章末小结和必要的承接句
  • 记录哪些问题必须回退到 Markdown 层,而不是留在 TeX 层硬修

Key Rule

如果问题本质上属于:

  • 章节角色不清
  • 主线不稳
  • 证据不足
  • 术语不统一

就不应该留在 tex 层解决。

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take willoscar/thesis-tex-writeback from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.