Blog post
Skill nexu-io/open-design/plugins/_official/examples/blog-post
π¨ The open-source Claude Design alternative. π₯οΈ Local-first desktop app. πΌοΈ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video β real files, HTML/PDF/PPTX/MP4 export. π€ Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen & 20+ CLIs via BYOK.
npx -y skills add nexu-io/open-design --skill blog-postAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
A long-form article / blog post β masthead, hero image placeholder, article body with figures and pull quotes, author byline, related posts. Use when the brief asks for "blog", "article", "post", "essay", or "case study".
SKILL.md
2.8 KB, as published. Nobody here has run it
Blog Post Skill
Produce a single long-form article page β editorial layout, no chrome.
Workflow
- Read the active DESIGN.md (injected above). Lean into the typography tokens β long-form is 70% type, 20% image, 10% chrome.
- Pick the topic from the brief and write a real article β at least 600 words across 4β6 H2 sections. No lorem ipsum.
- Sections, in order:
- Masthead β small wordmark + 4β6 nav links, plain.
- Article header β category eyebrow, headline (display token, large), deck (1β2 sentence subhead), author name + role + date.
- Hero image β a 16:9 placeholder block using a DS-tinted gradient or solid fill (no external images). Add a 1-line caption underneath.
- Body β alternating prose paragraphs with at least:
- 1 pull quote (large display type, accent rule on the inline-start edge so the layout flips correctly under
dir="rtl"). - 1 figure (image placeholder + caption).
- 1 list (numbered or bulleted).
- 1 inline blockquote.
- 1 pull quote (large display type, accent rule on the inline-start edge so the layout flips correctly under
- Author footer β author avatar (initials in a circle), bio paragraph.
- Related β 3 cards linking to other posts. Each card: tiny image block, title, 1-line excerpt, date.
- Write a single HTML document:
<!doctype html>through</html>, CSS inline.- Article body uses the DS body font, centered, max-width per DS layout rule (typically 680β720px).
- Drop caps (
first-letter) only if the DS mood is editorial / serif β skip on tech-y DSes. data-od-idon the headline, hero, body, pull quote, related grid.
- Self-check:
- Type hierarchy is unambiguous β H1 is clearly the headline; H2s are section dividers; pull quotes do not compete with H1.
- Line length 60β75 chars for body prose.
- Accent appears at most twice (eyebrow + pull-quote rule, or one link).
- The page reads like a magazine, not a marketing landing.
Output contract
Emit between <artifact> tags:
<artifact identifier="post-slug" type="text/html" title="Article Title">
<!doctype html>
<html>...</html>
</artifact>
One sentence before the artifact, nothing after.