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:
- Remove the unnecessary - Navigation, ads, interactive elements
- Optimize for paper - Black text on white, appropriate fonts
- Preserve content - Don't hide essential information
- Save ink/toner - Minimize backgrounds and decorative elements