What problem does it solve? Source files like SQL, Python, YAML, and Markdown do not print well natively, making it hard to produce readable paper copies for reviewers who work offline. This Skill converts any source file into a single self-contained HTML page that opens in a browser and prints cleanly with Ctrl+P. ## Core Features & Use Cases - Format-aware rendering: Detects 16+ file formats (SQL, Python, JS/TS, YAML, JSON, Markdown, CSV, shell, and more) and applies print-safe syntax highlighting, rendered prose, or HTML tables as appropriate. - Print-optimized output: Embeds print CSS with page numbers, document-title headers, page-break rules, line wrapping for long code lines, and a muted color palette that survives black-and-white printing. - Mermaid diagram support: Pre-renders mermaid blocks to inline SVG via the mmdc CLI when available, with a documented CDN fallback for online printing. - Use Case: A developer needs schema.sql and architecture.md printed for a partner who reviews on paper. Invoke the skill on both files to get two styled HTML files in a print-queue folder, ready to open and Ctrl+P. ## Quick Start Ask the AI to make a specific file printable, for example by saying "make schema.sql printable", and it will generate a print-ready HTML file you can open in a browser and print with Ctrl+P.