skills/md_to_letex/SKILL.md
Convert a Markdown (.md) source file into a LaTeX (.tex) document. Use when the user wants to convert Markdown to LaTeX, or as a first step before compiling to PDF with the letex_to_pdf skill.
npx skillsauth add 0yukali0/my-skills md_to_letexInstall 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.
Convert a Markdown source file (.md) into a standalone LaTeX document (.tex) using the pandoc Python package.
flyte run --local skill_impl/md_to_letex/md_to_letex.py md_to_letex --src <來源.md> --output <輸出.tex>| Parameter | Required | Description |
|-----------|----------|-------------|
| --src | Yes | Path to the .md Markdown source file |
| --output| Yes | Output .tex file path |
Convert a Markdown file to LaTeX:
Execute command: flyte run --local skill_impl/md_to_letex/md_to_letex.py md_to_letex --src report.md --output report.tex
Full pipeline — Markdown to PDF:
Execute command: flyte run --local skill_impl/md_to_letex/md_to_letex.py md_to_letex --src report.md --output report.tex
Execute command: flyte run --local skill_impl/letex_to_pdf/letex_to_pdf.py letex_to_pdf --src report.tex --output report.pdf
Saved: report.tex
.tex file is a standalone document with \documentclass preamble, suitable for direct compilation with xelatex or pdflatex.pandoc binary to be installed on the system (sudo apt install pandoc or brew install pandoc).development
This skill should be used when the user wants to visualize data from URLs (CSV or JSON) using interactive charts. Claude fetches the data, analyzes the columns and content, decides the best chart type, generates a Gradio gr.HTML app with Plotly, and verifies the result with Playwright.
development
This skill should be used when the user asks to "查詢台北市/新北市開放資料", "列出台北市/新北市資料集", "台北開放資料有哪些", or wants to browse or filter Taipei/New Taipei Open Data datasets by category.
development
This skill should be used when the user asks to "查詢新北市開放資料", "列出新北市資料集", "新北開放資料有哪些", or wants to browse or filter New Taipei City Open Data datasets by category.
development
This skill should be used when the user asks to "create a mindmap", "generate a mindmap", "draw a mindmap", or wants to visualize structured information as a mindmap diagram.