export-pdf

Convert Markdown files to PDF documents using mdpdf with custom CSS styling.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/martineserios/thebrana --skill export-pdf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-pdf
Source: https://github.com/martineserios/thebrana/tree/main/system/skills/export-pdf
Command: npx skills add https://github.com/martineserios/thebrana --skill export-pdf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of Markdown files into styled PDF documents, streamlining the process of sharing and archiving content.

Core Features & Use Cases

  • Markdown to PDF Conversion: Utilizes mdpdf to transform .md files into .pdf format.
  • Custom Styling: Supports project-specific CSS for consistent branding and formatting.
  • Use Case: Convert a project proposal written in Markdown into a professional-looking PDF for client delivery.

Quick Start

Convert the markdown file 'my-document.md' to PDF.

Frequently Asked Questions about export-pdf

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

FAQPage Schema
How do I convert markdown to PDF with custom CSS styling?

You can convert markdown to PDF by using the mdpdf tool to transform .md files into .pdf format, applying custom CSS styling to ensure consistent branding and formatting across your documents.

What is the best way to generate styled PDF reports from markdown files?

Generating styled PDF reports from markdown is best handled by automating the conversion process with mdpdf, which supports project-specific CSS for professional-looking proposals and documentation.

Can I apply custom CSS when converting markdown to PDF for client proposals?

Yes, you can apply custom CSS when converting markdown to PDF, allowing you to maintain project-specific branding and formatting for client deliverables and proposals.

Do I need bash to convert markdown files to PDF?

Yes, bash is required to execute the markdown to PDF conversion, alongside read, glob, and askuserquestion tools for file path resolution, validation, and user interaction.

What are the limitations of using mdpdf for markdown to PDF conversion?

Limitations of mdpdf for markdown to PDF conversion include reliance on bash, read, glob, and askuserquestion tools for execution, and dependency on proper file path resolution and validation to function correctly.