
Write Pandoc Markdown
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Apply Pandoc-flavored Markdown conventions for academic papers that compile to LaTeX output.
About
Write-pandoc-markdown applies Pandoc-flavored Markdown conventions for academic papers destined for LaTeX output. It standardizes document structure, citations, and formatting so prose converts cleanly to publication-quality PDFs. Aimed at academics and technical writers using the Pandoc toolchain.
- Pandoc-flavored Markdown
- Academic paper conventions
- LaTeX output
- Structured formatting
Write Pandoc Markdown by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install write-pandoc-markdown@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Apply Pandoc-flavored Markdown conventions for academic papers that compile to LaTeX output.
README.md
Write Pandoc Markdown
Pandoc-flavored Markdown conventions for academic papers with LaTeX output.
Type: Skill
Trigger: /write-pandoc-markdown (also activates automatically)
Installation
See the marketplace install instructions.
What It Does
Provides Pandoc Markdown conventions for academic papers, covering YAML frontmatter, math and citations, cross-references, raw LaTeX blocks, and the Pandoc-to-LaTeX build pipeline. Activates automatically on .md files that use Pandoc extensions (math delimiters, citation syntax, raw LaTeX blocks). Distinct from write-markdown, which covers GitHub Flavored Markdown and markdownlint rules.
Usage
/write-pandoc-markdown
The skill also activates automatically when Claude Code detects Pandoc Markdown work (math delimiters, citation syntax, raw LaTeX, academic YAML frontmatter).
Examples
- Editing
main.mdfor an academic paper that compiles to LaTeX - Adding citations using Pandoc
[@key]syntax - Embedding raw LaTeX blocks for figures or theorems
- "/write-pandoc-markdown": loads the full style guide explicitly
See Also
- Write Markdown: GitHub Flavored Markdown for non-academic documents
- Write Math: mathematical exposition for the prose body
- Write LaTeX: the LaTeX target the Pandoc build emits
- All plugins