extract-tikz — community extract-tikz, claude-code-my-workflow, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

About this Skill

Perfect for Academic Agents needing advanced LaTeX and Beamer integration for complex diagram extraction and conversion. Extract TikZ diagrams from Beamer source, compile to PDF, convert to SVG with 0-based indexing. Use when updating TikZ diagrams for Quarto slides.

pedrohcgs pedrohcgs
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
39
Canonical Locale
en
Detected Body Locale
en

Perfect for Academic Agents needing advanced LaTeX and Beamer integration for complex diagram extraction and conversion. Extract TikZ diagrams from Beamer source, compile to PDF, convert to SVG with 0-based indexing. Use when updating TikZ diagrams for Quarto slides.

Core Value

Empowers agents to extract TikZ diagrams from Beamer sources, compile to multi-page PDF, and convert each page to SVG format for seamless integration into Quarto slides, leveraging LaTeX, Beamer, and R for data-driven presentations.

Ideal Agent Persona

Perfect for Academic Agents needing advanced LaTeX and Beamer integration for complex diagram extraction and conversion.

Capabilities Granted for extract-tikz

Extracting TikZ diagrams from Beamer sources for conversion to SVG
Compiling Beamer presentations to multi-page PDF for diagram extraction
Converting extracted diagrams to SVG for use in Quarto slides and presentations

! Prerequisites & Limits

  • Requires LaTeX and Beamer installation
  • Needs R for data processing and integration
  • Limited to TikZ diagram extraction and conversion to SVG

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is extract-tikz?

Perfect for Academic Agents needing advanced LaTeX and Beamer integration for complex diagram extraction and conversion. Extract TikZ diagrams from Beamer source, compile to PDF, convert to SVG with 0-based indexing. Use when updating TikZ diagrams for Quarto slides.

How do I install extract-tikz?

Run the command: npx killer-skills add pedrohcgs/claude-code-my-workflow/extract-tikz. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for extract-tikz?

Key use cases include: Extracting TikZ diagrams from Beamer sources for conversion to SVG, Compiling Beamer presentations to multi-page PDF for diagram extraction, Converting extracted diagrams to SVG for use in Quarto slides and presentations.

Which IDEs are compatible with extract-tikz?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for extract-tikz?

Requires LaTeX and Beamer installation. Needs R for data processing and integration. Limited to TikZ diagram extraction and conversion to SVG.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add pedrohcgs/claude-code-my-workflow/extract-tikz. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use extract-tikz immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

extract-tikz

Install extract-tikz, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

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.

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

Step 1: Navigate to the lecture's Figures directory

bash
1cd Figures/$ARGUMENTS

Step 2: Compile the extract_tikz.tex file

bash
1TEXINPUTS=../../Preambles:$TEXINPUTS xelatex -interaction=nonstopmode extract_tikz.tex

Step 3: Count the number of pages

bash
1pdfinfo extract_tikz.pdf | grep "Pages:"

Step 4: Convert each page to SVG using 0-BASED INDEXING

CRITICAL: PDF pages are 1-indexed, but output SVG files are 0-indexed!

bash
1PAGES=$(pdfinfo extract_tikz.pdf | grep "Pages:" | awk '{print $2}') 2for i in $(seq 1 $PAGES); do 3 idx=$(printf "%02d" $((i-1))) 4 pdf2svg extract_tikz.pdf tikz_exact_$idx.svg $i 5done

Step 5: Sync to docs/ for deployment

bash
1cd ../.. 2./scripts/sync_to_docs.sh $ARGUMENTS

Step 6: Verify SVG files

  • Read 2-3 SVG files to confirm they contain valid SVG markup
  • Confirm file sizes are reasonable (not 0 bytes)

Step 7: Report results

Source of Truth Reminder

TikZ diagrams MUST be edited in the Beamer .tex file first, then copied verbatim to extract_tikz.tex. See .claude/rules/single-source-of-truth.md.

Related Skills

Looking for an alternative to extract-tikz or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer