skills/latex-presentation/SKILL.md
Creates impressive LaTeX Beamer presentations with modern design. Generates .tex files with theme selection, font pairing, TikZ diagrams, overlays, and best practices. Use for LaTeX slides, Beamer presentations, scaffolding decks, slide design advice, or TikZ diagram generation.
npx skillsauth add antoniocascais/claude-code-toolkit latex-presentationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate visually impressive LaTeX Beamer presentations. Focus on .tex file generation only — never compile or run build commands.
Understand the request — determine what the user needs:
Ask clarifying questions if not provided:
Read references/design-guide.md for detailed theme lists, package tables, font pairings, and code patterns before generating.
Generate .tex files following the design principles and patterns from the guide.
\usetheme{metropolis})aspectratio=169)\setbeamertemplate{navigation symbols}{}appendixnumberbeamer[fragile] on any frame containing minted/verbatimtcolorbox instead of default Beamer blocks when visual quality mattersWhen creating a new presentation, generate this file structure:
presentation/
main.tex # document class, preamble, \input calls
preamble.tex # packages, theme config, custom commands
sections/
01-title.tex
02-intro.tex
...
99-backup.tex # appendix/backup slides
figures/ # directory for images
Split into sections for version-control friendliness. One sentence per line in .tex source.
When generating TikZ:
positioning, arrows.meta, shapes libraries<1->, <2->) for incremental revealsremember picture, overlay for absolute positioningMatch theme to context:
If reviewing existing slides, flag:
[fragile] on code framestools
Reviews Claude Code sessions and proposes workflow improvements. Use when: (1) /workflow-review command, (2) "review my workflow", "how can I improve", (3) after long sessions when nudged, (4) start of session with pending review. Analyzes tool usage patterns, CLAUDE.md configuration, and compares against CC best practices. Proposes: CLAUDE.md updates, new skills, underused CC features. Saves session summaries to .claude/workflow-reviews/ for cross-session continuity.
devops
Activates voice conversation mode using Pocket TTS Docker container. Use when user says "voice mode", "let's talk", "talk to me", "speak your responses", or wants Claude to respond with spoken audio. Speaks all responses through TTS and plays via speakers.
testing
Guides strong, effective unit test generation using proven testing techniques. Use when writing unit tests, reviewing test quality, improving existing tests, generating test cases, checking test coverage strength, or when tests exist but may be weak. Triggers on: unit test, test quality, test coverage, write tests, improve tests, review tests, test strength, mutation testing, boundary testing.
development
Creates new Claude Code skills with proper structure and best practices. Use when user wants to create a skill, update an existing skill, add a new command, scaffold a workflow, define skill hooks, or asks "how do I make a skill".