pdf-generation

Solid

Professional PDF documentation generation. Convert Markdown to PDF with custom templates, styling, table of contents, cross-references, and optimized output for print and archival.

Data & Documents 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# PDF Generation Skill Professional PDF documentation generation. ## Capabilities - Markdown to PDF conversion - Custom PDF templates and styling - Table of contents generation - Cross-reference and link handling - Image optimization for print - PDF/A compliance for archival - Multi-chapter document assembly - Cover page and headers/footers ## Usage Invoke this skill when you need to: - Generate PDF documentation from Markdown - Create printable user guides - Archive documentation as PDF - Produce branded PDF output - Build multi-chapter manuals ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | inputPath | string | Yes | Path to Markdown source(s) | | outputPath | string | Yes | Output PDF file path | | template | string | No | Path to PDF template | | config | object | No | PDF generation options | | metadata | object | No | Document metadata | | toc | boolean | No | Generate table of contents | ### Input Example ```json { "inputPath": "./docs", "outputPath": "./output/documentation.pdf", "template": "./templates/manual.html", "toc": true, "metadata": { "title": "Product Documentation", "author": "Documentation Team", "version": "1.0.0" } } ``` ## Output Structure ### Single PDF Output ``` output/ └── documentation.pdf ├── Cover page ├── Table of Contents ├── Chapter 1: Getting Started │ ├── Installation │ └── Quick Start ├── Chapter 2: User Guide │ ├──...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

markdown-to-styled-pdf

Generate a professionally styled PDF document from Markdown content with custom fonts, headers, and page numbers.

0 Updated 1 weeks ago
iterationlayer
Data & Documents Listed

pdfx

Complete one-call PDF toolkit. GENERATE publication-quality PDFs/ebooks from Markdown (AI cover, auto TOC + depth-2 sub-entries, part dividers, A-Z index, syntax-highlighted code, inline SVG + Mermaid diagrams, auto-preview) AND PROCESS any PDF — merge/split/rotate/pages/nup/crop, compress, linearize, PDF/A, repair, encrypt/decrypt/unlock/redact/permissions, watermark/stamp/metadata, extract text/tables/images/fonts/links/attachments/bookmarks, to-images/html/markdown, from-images/html/url, OCR + searchable OCR, compare(diff), fill forms. Self-contained.

0 Updated yesterday
docaohieu2808
Data & Documents Listed

professional-latex-pdf-engine

Enterprise-grade LaTeX document generator that produces modern, visually polished PDFs with consistent typography, color themes, professional layout, and rich diagrams. Use this skill whenever the user wants to create a PDF, technical report, research paper, developer CV/resume, architecture document, system design doc, engineering spec, or any publication-quality document. Triggers on: "make a PDF", "create a report", "write a CV", "generate documentation", "LaTeX document", "technical paper", "architecture doc", "design spec", or any request for a professional printable output. Always use this skill even if the user doesn't explicitly mention LaTeX — if the deliverable is a polished PDF, this skill applies. Supports embedded diagrams: flowcharts, system architecture, sequence diagrams, data plots, Gantt charts, network graphs, and UML via TikZ and PGFPlots.

1 Updated 2 months ago
mohamedx2
Data & Documents Listed

docs-writer

Generates MkDocs-flavored or standard GitHub-flavored Markdown documentation from codebase analysis findings including API references, architecture guides, standalone markdown files, and change summaries (converted from agent)

38 Updated today
sequenzia
Data & Documents Listed

markdown-pro

Professional Markdown documentation skill for creating polished README files, changelogs, contribution guides, and technical documentation. Use for: (1) README generation with badges and sections, (2) Automated changelog from git history, (3) Table of contents generation, (4) Contribution guidelines, (5) Technical documentation formatting, (6) Code documentation with syntax highlighting

335 Updated today
aiskillstore