How to generate a figure for a specific paragraph of your paper
When to use: You wrote the paragraph, but the reviewer would really appreciate a figure here.
Prerequisites
- LaTeX toolchain (TeX Live or MiKTeX) with tikz, pgfplots — brew install --cask mactex / apt install texlive-full
- Skill cloned — git clone https://github.com/0xE1337/thesis-figure-skill ~/.claude/skills/thesis-figure-skill
Flow
-
Paste the paragraphParagraph: <text about system architecture>. Generate a TikZ figure that illustrates the architecture.✓ Copied→ Diagram type picked + TikZ code
-
Compile and previewSave the code to fig.tex and compile — show me the PDF path.✓ Copied→ PDF produced
-
IterateShrink the node widths and make the arrows straight, not curved.✓ Copied→ Revised TikZ, compiles cleanly
Outcome: A usable publication-quality figure in under 10 minutes.
Pitfalls
- Overly decorated figures that scream 'AI made this' — Ask for minimal, academic-conservative style
- Figure size fights the paper's column width — Specify target width (e.g., 0.9\linewidth) up front