AgentSkillsCN

thesis

适用于在 thesis/ 目录下处理文件时使用。包含 LaTeX 编写规范、证明书写规则,以及数学文档的质量标准。

SKILL.md
--- frontmatter
name: thesis
description: Use when working on files in thesis/. Contains LaTeX conventions, proof writing rules, and the quality bar for mathematical documentation.

Thesis conventions

[aspirational] A complete master thesis PDF following arxiv best practices.

Currently: skeleton only (main.tex with title, author, and section stubs).

LaTeX conventions

  • Standard AMS theorem environments
  • Build: cd thesis/ && latexmk (TeX Live 2023, pdflatex, latexmk, biber available)

Writing proofs

  • Every proof must be detailed enough for Jörn to verify by skimming
  • Annotate non-obvious steps: cite the specific theorem/lemma used, state why hypotheses are satisfied
  • Never gloss over gaps or handwave — if a step is non-trivial, say so explicitly
  • Agents cannot reliably verify mathematical proofs. Proof correctness requires Jörn's review. Agent-written proofs are drafts until Jörn reviews them.