magazine-poster

Generates a single-page editorial magazine-style poster as a self-contained HTML document.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Keimoshi/Silverloft --skill magazine-poster-keimoshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magazine-poster
Source: https://github.com/Keimoshi/Silverloft/tree/main/open-design-port/skills/magazine-poster
Command: npx skills add https://github.com/Keimoshi/Silverloft --skill magazine-poster-keimoshi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating a long-form, editorial-style poster with newsprint aesthetics normally requires manual layout work in design tools; this Skill produces a complete, type-driven magazine poster as a single HTML file directly from a brief. ## Core Features & Use Cases - Editorial Layout Generation: Builds a newsprint-style page with dateline, oversized serif headline featuring a struck-through word and italic accent, a deck subhead, and a 2-column body grid. - Structured Content Sections: Organizes the poster into six numbered cells, each with a mono eyebrow, serif sub-headline, body copy, and an annotated pull-quote callout. - Design System Integration: Reads the active DESIGN.md tokens to select serif, body, and monospace fonts plus accent colors that match the project's design system. - Use Case: A marketing team needs a launch poster that reads like a Sunday-paper essay announcing a product; the Skill emits a print-like HTML artifact ready to preview at desktop widths. ## Quick Start Ask the AI to design an editorial magazine-style poster about your topic with a newsprint background, a struck-through headline word, and six numbered sections.

Frequently Asked Questions about magazine-poster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an editorial magazine-style poster with AI?

Provide a brief describing your topic and ask for a magazine or editorial poster. The Skill writes a complete HTML document with a newsprint background, oversized serif headline, deck subhead, and six numbered body sections, all styled with inline CSS.

What layout elements does a newsprint poster include?

The layout includes a top rule with dateline, a mono eyebrow tag, a 2-3 line serif headline with one struck-through word and one italic accent word, an italic deck, an accent rule bar, a 2-column grid of six numbered cells with pull-quote callouts, and a footer band with a pro tip plate.

Does the poster output require external CSS or font files?

No, the output is a single self-contained HTML document with all CSS inline. Font stacks reference common serif and monospace families like Playfair Display, Iowan Old Style, and IBM Plex Mono via standard fallback chains.

Can the poster adapt to a custom design system?

Yes, the Skill reads the active DESIGN.md and selects the heaviest serif token for the headline, the body serif for columns, and a mono token for eyebrows and annotations, so colors and typography follow your design system.

What screen width is the magazine poster designed for?

The layout targets desktop widths with a minimum page width of 1100px and is checked to look intentional at 1280-1440px. A media query collapses the 2-column grid to a single column below 900px.