Magazine Article Layout
A template skill that turns your draft into a polished Substack/Medium-style long-form HTML page.
Content & WritingBeginner★ 8,191⑂ 803AI score 5/10Last updated: Jul 28, 2026
What it does
A set of layout rules that guide Claude to render long-form content as a magazine-quality HTML page:
- Hero header: oversized title (text-5xl/6xl), optional subtitle, author / read time / date metadata
- Single-column body, ~700px max width, centered,
text-lg leading-relaxed - Serif H2/H3 headings for contrast against the body copy
- Blockquotes with a thick left accent rule and italics
- Rounded dark code blocks with a language label
- Ornamental centered section dividers and a closing "share this" card
Who it's for
- Bloggers, newsletter writers, and technical essayists
- Anyone converting Markdown drafts into presentable web pages
- Teams that want consistent typography without hand-tuning CSS each time
Examples
- "Render this Markdown post as article-magazine HTML" → a single self-contained HTML file with hero header.
- Publish an internal engineering post with dark-mode-ready styling and embed it in your wiki.
- Format a newsletter draft as a magazine spread for screenshots or PDF distribution.
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the next/src/lib/templates/skills/article-magazine folder from the GitHub repo nexu-io/html-anything into my ~/.claude/skills/article-magazine/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/nexu-io/html-anything.git && mkdir -p ~/.claude/skills/article-magazine && cp html-anything/next/src/lib/templates/skills/article-magazine/SKILL.md ~/.claude/skills/article-magazine/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Run
git clone https://github.com/nexu-io/html-anything.git. - Create the skill folder:
mkdir -p ~/.claude/skills/article-magazine. - Copy the file:
cp html-anything/next/src/lib/templates/skills/article-magazine/SKILL.md ~/.claude/skills/article-magazine/. - Restart Claude Code and test with: "Lay out this article in magazine style as HTML."
View source on GitHub ↗License: Apache-2.0