Adversarial visual layout audit of documents and slides. Checks overflow, font consistency, component fatigue, and spacing. Supports .tex, .qmd, and .typ files.
Install
npx skillscat add clearsmog/claude-skills/visual-audit Install via the SkillsCat registry.
Visual Audit
Perform a thorough visual layout audit of any supported document. Routes to the document-auditor agent.
Steps
Read the file specified in
$ARGUMENTSFor Quarto (.qmd) files:
- Render with
quarto render Quarto/$ARGUMENTS - Open in browser to inspect each slide
- Render with
For Beamer (.tex) files:
- Compile and check for overfull hbox warnings
For Typst (.typ) files:
- Compile with
typst compile FILENAME.typ - Check for content overflow, component fatigue, typography consistency
- Compile with
Audit every slide/page for:
OVERFLOW: Content exceeding boundaries
FONT CONSISTENCY: Inline font-size overrides, inconsistent sizes
COMPONENT FATIGUE: 2+ colored boxes/callouts on one slide/page, wrong types
SPACING: Missing margins, missing alignment
LAYOUT: Missing transitions, missing framing sentences, semantic colorsProduce a report organized by slide/page with severity and recommendations
Follow the spacing-first principle:
- Reduce vertical spacing with negative margins
- Consolidate lists
- Move displayed equations inline
- Reduce image/SVG size
- Last resort: font size reduction (never below 0.85em)