docs-latex

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Markdown to LaTeX Conversion

Convert Markdown documents to professional LaTeX with advanced typesetting, TikZ/PGFPlots visualizations, and PDF compilation.

When to Use This Skill

Use this skill when... Use another skill when...
Converting Markdown to presentation-quality PDF Writing Markdown documentation (/docs:generate)
Creating reports with diagrams and visualizations Simple text formatting
Generating print-ready strategic documents Creating HTML documentation
Building lifecycle reports with charts and timelines Syncing existing docs (/docs:sync)

Context

  • LaTeX installed: !which pdflatex
  • Current directory: !pwd
  • Available .md files: !find . -maxdepth 2 -name '*.md' -not -name 'CHANGELOG.md' -not -name 'README.md'
Installs
76
GitHub Stars
36
First Seen
Feb 9, 2026
docs-latex — laurigates/claude-plugins