πŸ“
AutomationHTML

Extract TikZ Diagrams

by pedrohcgs

Extract TikZ Diagrams is an Automation skill for Claude Code, published by pedrohcgs in claude-code-my-workflow.

1.5K stars2.9K forkson pedrohcgs/claude-code-my-workflowAdded 2026/08/19+1% in starsRepository updated 2026/06/10
academic-writingcausal-inferenceclaude-codeclaude-code-skillseconometricseconomicslatexquartoreproducible-researchresearch-workflow
Install in seconds
Install Extract TikZ Diagrams
Copy Extract TikZ Diagrams into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/pedrohcgs/claude-code-my-workflow/tree/main/.claude/skills/extract-tikz ~/.claude/skills/extract-tikz

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/pedrohcgs/claude-code-my-workflow.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/extract-tikz/SKILL.md in pedrohcgs/claude-code-my-workflow
Installs to
~/.claude/skills/extract-tikz
Collection
One of 25 skills cataloged from this repository
Category
Automation β€” 1523 skills

What Extract TikZ Diagrams does

Extract TikZ Diagrams extracts TikZ diagrams from Beamer .tex source, compiles each to a standalone PDF, and converts pages to SVG using 0-based indexing. Use when the user asks to extract, regenerate, or sync TikZ diagrams to Quarto.

Extract TikZ Diagrams is cataloged under Automation on DirSkills. Extract TikZ Diagrams comes from a repository tagged academic-writing, causal-inference, claude-code, claude-code-skills and econometrics.

Documentation

README

Extract TikZ Diagrams to SVG

Extract TikZ diagrams from the Beamer source, compile to multi-page PDF, and convert each page to SVG for use in Quarto slides.

Creating a brand-new diagram instead of extracting? Use /new-diagram β€” it scaffolds from templates/tikz-snippets/ with the prevention rules pre-applied.

Steps

Step 0: Freshness Check (MANDATORY)

Before compiling, verify that extract_tikz.tex matches the current Beamer source.

  1. Find the Beamer source: ls Slides/$ARGUMENTS*.tex
  2. Extract all \begin{tikzpicture} blocks from Beamer
  3. Compare with Figures/$ARGUMENTS/extract_tikz.tex
  4. If ANY difference exists: update extract_tikz.tex from the Beamer source
  5. If extract_tikz.tex doesn't exist: create it from scratch

This is the opening of the README. Read the full README on GitHub.

Commands Extract TikZ Diagrams provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /new-diagram

Frequently asked about Extract TikZ Diagrams

  • What else does pedrohcgs publish alongside Extract TikZ Diagrams?

    Extract TikZ Diagrams is one of 25 skills that DirSkills catalogs from pedrohcgs/claude-code-my-workflow, the repository it ships in. Its siblings there include Audit Reproducibility, Capture Environment and Checkpoint. Each one is a separate skill with its own page in this directory, installs the same way Extract TikZ Diagrams does, and is maintained by pedrohcgs in that same repository. The rest of the collection is listed on the pedrohcgs/claude-code-my-workflow page.

  • How does Extract TikZ Diagrams compare to other Automation skills?

    Extract TikZ Diagrams ranks #592 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Extract TikZ Diagrams against them. Open each page to compare what they document and how they install.

More from pedrohcgs/claude-code-my-workflow

Extract TikZ Diagrams is one of 25 skills cataloged on DirSkills from pedrohcgs/claude-code-my-workflow.

See all 25 skills β†’
πŸ”
2w ago

Audit Reproducibility

Audit Reproducibility compares numeric claims in a manuscript against actual analysis outputs and reports PASS/FAIL per claim against tolerance thresholds. Use it before submission, before releasing a replication package, or after a major revision to catch mismatches between the paper and the code.
Quality
1.5K2.9K
🧰
2w ago

Capture Environment

Capture Environment snapshots a project’s software stack for a replication package, including language versions, package locks, seeds, and RNG settings. Use it before releasing or handing off analysis code so others can rebuild the same environment.
DevOps
1.5K2.9K
πŸ“Œ
2w ago

Checkpoint

Checkpoint saves a structured state snapshot before stopping or handing off, capturing the active plan, recent decisions, file pointers with line numbers, open questions, and next actions. Use it before a break, model switch, or collaborator handoff when you need to resume quickly.
AI Engineering
1.5K2.9K
🀝
2w ago

Coauthor Brief

Coauthor Brief generates a Markdown handoff brief for co-authors or future selves, summarizing git changes, artifact status, open questions, and local reproduction steps. Use it when onboarding a collaborator, sending a co-author the repo, or doing a periodic sync.
Automation
1.5K2.9K
πŸš€
2w ago

Commit, PR, and Merge

Commit, PR, and Merge stages changes, verifies quality gates, commits with a descriptive message, creates a pull request, and merges to main when the user explicitly asks to commit or ship changes.
Automation
1.5K2.9K
πŸ“„
2w ago

Compile Beamer LaTeX Slides

Compile Beamer LaTeX Slides compiles Beamer LaTeX slide decks using XeLaTeX with a 3-pass build sequence (xelatex, bibtex, xelatex twice). Use it when the user asks to compile, build slides, rebuild PDF, run latex, or render tex files in Slides/*.tex.
Automation
1.5K2.9K