From convert-doc
Install pandoc for document conversion. Use when pandoc is not found or the user wants to set up the convert-doc plugin.
How this skill is triggered — by the user, by Claude, or both
Slash command
/convert-doc:setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install [pandoc](https://pandoc.org/), the universal document converter.
Install pandoc, the universal document converter.
command -v pandoc && pandoc --version
macOS:
brew install pandoc
Linux (Debian/Ubuntu):
sudo apt install pandoc
After installing, verify with pandoc --version.
npx claudepluginhub st0nefish/agent-toolkit --plugin convert-docInstalls pandoc on Linux (apt/dnf/yum), macOS (brew), Windows (choco) for document conversion. Verifies install and tests Markdown to DOCX/HTML.
Renders a polished markdown report to a letter-size PDF using pandoc with xelatex (11pt serif, 1-inch margins, numbered footnotes). Fails loudly with install instructions if pandoc or xelatex is missing.
Generates PDF, DOCX, HTML, ODT, EPUB, RTF documents from markdown using pandoc. For user requests to create reports, export findings, code reviews, or save analysis as formatted files.