Create print-optimized stylesheets with @media print, PDF-friendly layouts, page break control, and content visibility management for printing. [EXPLICIT] Trigger: "print stylesheet", "print CSS", "PDF layout", "@media print"
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill is limited to using the following tools:
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.html"What looks good on screen doesn't always look good on paper — design for both." — Unknown
Guides the creation of print-optimized stylesheets using @media print — hiding non-essential UI elements, controlling page breaks, adjusting typography for paper, and ensuring links and content are useful in printed/PDF form. Use when your content needs to be printable (invoices, articles, reports, resumes). [EXPLICIT]
@media print block or separate print.css with media="print"nav, .sidebar, .no-print { display: none; }a[href]::after { content: " (" attr(href) ")"; }page-break-inside: avoid on figures, tables, and cards@page { margin: 2cm; }break-before: page for logical content sections::after pseudo-elementcolor-adjust: exact for backgrounds (not universally supported)accessibility-testing — print accessibility overlaps with visual a11yblog-cms — articles and documentation are the most-printed web contentExample invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.