tmq-markdown2anything

Convert markdown files to styled PDF, DOCX, or HTML documents.

8|3|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/tomique34/claude-skill-creator --skill tmq-markdown2anything
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmq-markdown2anything
Source: https://github.com/tomique34/claude-skill-creator/tree/main/tmq-markdown2anything
Command: npx skills add https://github.com/tomique34/claude-skill-creator --skill tmq-markdown2anything

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, and includes scripts (resource) and templates (resource) components.

What problem does it solve?

This Skill automates the conversion of markdown files into visually appealing and professionally formatted documents (PDF, DOCX, HTML), supporting complex features like Slovak diacritics and custom themes.

Core Features & Use Cases

  • Multi-Format Output: Convert markdown to PDF, DOCX, or HTML.
  • Thematic Styling: Apply one of four professional themes (Professional, Minimalist, Technical, Basic).
  • Slovak Diacritics Support: Ensures correct rendering of all Slovak characters.
  • Batch Processing: Convert entire directories of markdown files at once.
  • Use Case: Convert your project's README.md and documentation files into a polished PDF report for clients or a professional-looking HTML website.

Quick Start

Use the tmq-markdown2anything skill to convert the file 'my-document.md' to a PDF using the professional theme.

Frequently Asked Questions about tmq-markdown2anything

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert markdown to styled PDF or DOCX files?

Converting markdown to PDF or DOCX is handled by applying one of four professional themes to your markdown files. The Skill outputs styled documents while correctly rendering complex features like Slovak diacritics.

Can I batch convert a directory of markdown files to HTML?

Yes, you can batch convert an entire directory of markdown files to HTML. The process generates self-contained HTML files with embedded CSS, ensuring all styles are preserved without external dependencies.

Do I need Python to convert markdown to PDF with Slovak diacritics support?

Yes, you need Python 3.6 or higher and the 'markdown' library installed. This environment is required to process the markdown files and ensure Slovak diacritics render correctly in the output documents.

What is the best way to generate a professional PDF report from a README.md file?

Generating a professional PDF report from a README.md file involves selecting one of four available themes, such as Professional or Minimalist. The Skill converts the markdown input into a polished document suitable for client delivery.

Does converting markdown to self-contained HTML with embedded CSS work for offline use?

Converting markdown to self-contained HTML with embedded CSS works fully for offline use. The generated HTML files include all styling internally, ensuring documents render correctly without requiring an internet connection.