Agent skill · Content & Marketing

open-design-landing

Produce a world-class single-page editorial landing site in the Atelier Zero visual language (Monocle / Apartamento / Études editorial collage) — the same aesthetic Open Design uses for its own marketing surface. The agent fills a typed `inputs.json` from a brand brief, optionally generates 16 collage assets via gpt-image-2, then runs a pure-function composer that emits a self-contained HTML file; a separate path can mirror the Astro marketing site in `apps/landing-page/`. Drop-in scroll-reveal motion and a Headroom-style sticky nav are wired automatically.

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexcursorships scriptsApache-2.0
Install
npx skills add nexu-io/open-design --skill open-design-landing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 37
SKILL.md size: 13 KB
Bundled scripts: yes
Path: design-templates/open-design-landing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 83,577 · +1,339 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# open-design-landing Build a single-page editorial landing site (or a slide deck — see the sibling [`open-design-landing-deck`](../open-design-landing-deck/) skill) in the **Atelier Zero** design system: warm-paper background, Inter Tight + Playfair Display, italic serif emphasis spans, dotted hairline rules, coral terminating dots, scroll-reveal motion, and 16 surreal collage plates. This is the canonical Open Design marketing-page recipe — the example output is the very page you see at [open-design](https://github.com/nexu-io/open-design). The skill is fully **parameterized**. The agent fills one typed `inputs.json` from the user's brief; the composer turns that JSON + the canonical [`styles.css`](./styles.css) into a deployable artifact. ```text inputs.json + styles.css 16 image slots │ │ └──────────► scripts/compose.ts ◄────────────┘ │ ▼ <out>/index.html (self-contained) <out>/assets/ (PNG or SVG) ``` --- ## What you get A single HTML file with **all** of: - Editorial topbar (volume / issue / language strip), Headroom-style sticky nav with live GitHub star count. - 8 numbered Roman-numeral sections with paper-textured background: hero (with 3 stat rings + 4-step index), about,

What's inside
Steps it walks through
  1. What you get
  2. Workflow contract
  3. 1. Gather brand inputs
  4. 2. Decide the image strategy
  5. 3. Compose the artifact
  6. 4. (Optional) Mirror the deployable Astro site
  7. Self-check before delivering
  8. Files in this skill
  9. Boundaries
  10. See also
Ships with 24 files
  • README.md
  • assets/about.png
  • assets/agents/anthropic.svg
  • assets/agents/deepseek.svg
  • assets/agents/gemini.svg
  • assets/agents/minimax.svg
  • assets/agents/moonshot.svg
  • assets/agents/openai.svg
  • assets/agents/qwen.svg
  • assets/agents/xai.svg
  • assets/agents/xiaomi.svg
  • assets/agents/zhipu.svg
  • assets/capabilities.png
  • assets/cta.png
  • assets/hero.png
  • assets/image-manifest.json
  • assets/imagegen-prompts.md
  • assets/lab-1.png
  • assets/lab-2.png
  • assets/lab-3.png
  • assets/lab-4.png
  • assets/lab-5.png
  • assets/method-1.png
  • assets/method-2.png
first 24 of 37
Commands it runs
npx tsx scripts/placeholder.ts <out>/assets/
npx tsx scripts/compose.ts <inputs.json> <out>/index.html
More from open-design
All skills →
About this skill
What does the open-design-landing skill do?

Produce a world-class single-page editorial landing site in the Atelier Zero visual language (Monocle / Apartamento / Études editorial collage) — the same aesthetic Open Design uses for its own marketing surface. The agent fills a typed `inputs.json` from a brand brief, optionally generates 16 collage assets via gpt-image-2, then runs a pure-function composer that emits a self-contained HTML file; a separate path can mirror the Astro marketing site in `apps/landing-page/`. Drop-in scroll-reveal motion and a Headroom-style sticky nav are wired automatically.

How do I install it?

Run `npx skills add nexu-io/open-design --skill open-design-landing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going