print-styles

Installation
SKILL.md

Print Styles Skill

This skill provides patterns for creating print-friendly stylesheets using @media print. Print styles are often overlooked but essential for articles, invoices, documentation, and any content users might want to print.

Philosophy

Print stylesheets should:

  1. Remove the unnecessary - Navigation, ads, interactive elements
  2. Optimize for paper - Black text on white, appropriate fonts
  3. Preserve content - Don't hide essential information
  4. Save ink/toner - Minimize backgrounds and decorative elements

Basic Print Stylesheet

Separate Print File

Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 4, 2026