md-to-pdf

Installation
SKILL.md

Markdown to PDF

Convert one or more Markdown files to PDF. Supports Mermaid diagrams and Markdown tables.

Prerequisites

  • Node.js v18+

Workflow

Phase 1: Parse Input

Goal: Identify which .md files to convert.

Actions:

  1. Extract .md file paths from the user's message
  2. Resolve each path to absolute path
  3. Verify each file exists using the Read tool
  4. If no paths provided, use AskUserQuestion to ask the user which files to convert
Installs
2
GitHub Stars
1
First Seen
Jun 22, 2026
md-to-pdf — tim80411/ai-agent-extension