Installation
SKILL.md
Print files on Mac or Linux using the lp command with sensible defaults.
Printing Markdown
To print a markdown file, first convert it to PDF using the /md-to-pdf skill:
~/.claude/skills/md-to-pdf/scripts/md-to-pdf.cjs doc.md
~/.claude/skills/print/scripts/print doc.pdf
rm doc.pdf # Delete if PDF was just for printing
The /md-to-pdf skill handles Mermaid diagrams, syntax highlighting, and page numbers.