anmath-figures

GitHub

针对纯数学手稿的排版与结构优化技能,涵盖章节划分、符号一致性、定理前置及交换图使用,旨在提升Annals of Mathematics级别的专业可读性。

Annals-of-Mathematics-Skills/skills/anmath-figures/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

论文逻辑混乱难以理解 符号定义不一致或后引入 定理与证明混杂不清 需使用交换图清晰表达关系 评估是否值得插入图表

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill anmath-figures -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Annals-of-Mathematics-Skills/skills/anmath-figures -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@anmath-figures

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill anmath-figures -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "anmath-figures",
    "description": "Use when organizing the exposition and structure of a pure-mathematics manuscript for Annals of Mathematics — sectioning, notation, statements-before-proofs, commutative diagrams, and readability for an expert non-specialist. Figures are optional and rare; this skill is about exposition first. Does not assess the proof's correctness."
}

Exposition and Structure (anmath-figures)

When to trigger

  • The paper is hard to follow even though the proof is correct
  • Notation is inconsistent or introduced after first use
  • Theorems and their proofs are interleaved confusingly
  • A relation between objects would be far clearer as a commutative diagram
  • You are deciding whether the rare case of an actual figure is warranted

In pure mathematics, papers are theorem-and-proof and usually have no experiments and few or no figures. "Figures" here means exposition and structure: a figure or diagram is included only when it conveys structure more efficiently than prose.

Exposition principles (Annals readability)

  1. Statements before proofs. State each definition, lemma, proposition, and theorem in full before proving it. The reader should always know the target before the argument.
  2. Notation introduced once, used consistently. Define every symbol at first use; keep a fixed convention throughout; avoid overloading the same symbol for two things.
  3. Logical sectioning. Preliminaries → key constructions → main lemmas → proof of the Main Theorem → consequences. Each section has a clear job and a one-line opener.
  4. Self-contained where reasonable. Recall the precise external statements you use so a reader need not reconstruct them from memory.
  5. Readable by an expert non-specialist. Someone strong in an adjacent area should be able to follow the architecture; gloss the field-specific shorthand the first time.

Sectioning template

Section Contents
Introduction Problem, Main Theorem, what is new, method sketch, organization
Preliminaries / Notation Conventions, recalled definitions, cited external results
Constructions / setup The objects the proof manipulates
Key lemmas The intermediate results, stated then proved
Proof of Main Theorem Assembling the lemmas into the headline result
Consequences Corollaries and remarks
Appendices Auxiliary/technical material (see anmath-supplementary)

Numbering and cross-reference conventions

  • Number theorem-like environments in one per-section sequence (Theorem 3.1, Lemma 3.2, Corollary 3.3) so a referee deep in a long verification can locate any statement from its number alone.
  • Give the headline result a stable early label — Theorem 1.1, or letters (Theorem A, B, …) in a long paper — and use it everywhere.
  • Number displayed equations only when referenced; an unnumbered-but-needed display forces "the equation above," which breaks silently under revision.
  • Open each section with what it proves and what it consumes: "In this section we prove Proposition 3.1, using Lemma 2.4."

Diagrams and figures (when justified)

  • Commutative diagrams: use tikz-cd (or amscd) when a chain of maps or an exact sequence is clearer drawn than written. Keep arrows labeled and consistent.
  • A genuine figure (a configuration, a region, a graph): include only when it removes real ambiguity. Use vector output (PDF/EPS), label everything, and reference it in text.
  • Tables: occasionally useful for case enumerations or notation summaries; keep clean.
  • Most Annals papers have zero figures — do not add one for decoration.

Micro-example: when a diagram earns its place

Prose version: "The map φ factors through the quotient, and the induced map commutes with the two projections of Section 2."

As a tikz-cd square with labeled arrows, the same content is checkable at a glance. That is the admission test — the referee verifies commutativity faster from the picture than from the sentence. A picture that merely restates a relation the prose already makes precise is decoration.

Checklist

  • Every definition/lemma/proposition/theorem is stated before it is proved
  • Numbering is one per-section sequence; the headline theorem has a stable label used everywhere
  • Every symbol is defined at first use and used consistently
  • Sections are logically ordered with clear one-line openers
  • External results used are recalled precisely (statement + citation)
  • Commutative diagrams (if any) are typeset with labeled, consistent arrows
  • Any figure is vector, labeled, referenced, and genuinely necessary
  • An expert in an adjacent area could follow the overall architecture

Anti-patterns

  • Using a symbol before defining it, or redefining a symbol mid-paper
  • Interleaving proof fragments with statements so the target is unclear
  • A wall of unsegmented text with no sectioning logic
  • Adding a decorative figure that conveys nothing the prose does not
  • Field jargon used without a single gloss for the adjacent-area reader
  • Sloppy diagram arrows (unlabeled, inconsistent direction) that obscure the maps

Output format

【Section plan】1 Intro · 2 Prelim · 3 ... · n Appendix
【Notation issues fixed】...
【Statements-before-proofs】compliant / fix: ...
【Diagrams】none / commutative diagram in §... via tikz-cd
【Figure justification】none needed / figure in §... because ...
【Next step】anmath-supplementary (appendix triage) or anmath-writing-style

Version History

  • 1839142 Current 2026-07-05 12:22

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
d7125f7
Hash
b4d687f7
Indexed
2026-07-05 12:22

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-17 05:41
浙ICP备14020137号-1 $Гость$