fx-pdf-export

Generate branded PDFs from Markdown with cover, TOC, and appendices.

Updated May 19, 2026
One-click install
npx skills add https://github.com/TimeKast/AgendaInteligente --skill fx-pdf-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fx-pdf-export
Source: https://github.com/TimeKast/AgendaInteligente/tree/main/.claude/skills/fx-pdf-export
Command: npx skills add https://github.com/TimeKast/AgendaInteligente --skill fx-pdf-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires md-to-pdf, puppeteer/chromium, npx, python3, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

It solves the overhead of manually exporting planning and proposal documents into consistent, client-ready PDFs with branded styling and predictable structure.

Core Features & Use Cases

  • Branded Markdown → PDF: Generates branded PDFs from Markdown using the kit CSS and md-to-pdf (Puppeteer/Chromium).
  • Optional cover + automatic TOC: Adds a cover page (with detected logos) and builds a table of contents from H2 headings.
  • Metadata + appendices: Reads document metadata from the Markdown header and can append additional sections/files (e.g., appendix docs) with consistent formatting.

Quick Start

Use the /pdf command to export a Markdown file into a branded PDF with the kit styling and structure.

Frequently Asked Questions about fx-pdf-export

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

FAQPage Schema
How do I convert Markdown to a branded PDF with a cover page and table of contents?

Converting Markdown to a branded PDF applies consistent CSS styling via md-to-pdf and Puppeteer, automatically generating a cover page with detected logos and a table of contents derived from H2 headings.

Can I append additional files to a Markdown PDF export?

Appending additional files to a Markdown PDF export supports inserting appendix documents with consistent formatting, allowing you to include supplementary sections into the final client deliverable.

Does md-to-pdf require Chromium or Puppeteer to generate PDFs from Markdown?

Generating PDFs from Markdown using md-to-pdf requires Puppeteer and Chromium to render the HTML content, alongside npx and python3 for executing the export scripts and parsing project configurations.

How does a Markdown to PDF generator handle document metadata and custom logos?

Handling document metadata and custom logos reads header configurations directly from the Markdown source, applying detected logo paths to render a branded cover page for planning and proposal documents.

How does a Markdown to PDF generator handle document metadata and custom logos?

Handling document metadata and custom logos reads header configurations directly from the Markdown source, applying detected logo paths to render a branded cover page for planning and proposal documents.

What is the best way to automate creating client-ready proposal PDFs from Markdown?

Automating client-ready proposal PDFs from Markdown uses a dedicated export script to apply branded styling, build an automatic table of contents from H2 headings, and format appendices consistently.