agentsclimarketplace

Ve midnight editorial

Skill nexu-io/open-design/plugins/_official/examples/ve-midnight-editorial

🎨 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.

Install
npx -y skills add nexu-io/open-design --skill ve-midnight-editorial

Assembled 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

Open Design's financial review: runway, burn, and the sustainability plan that keeps the project independent. Built as a decision-grade data & finance deck for board, leadership.

SKILL.md

10.3 KB, as published. Nobody here has run it

Midnight EditorialοΌˆεˆε€œι‡‘θΎ‰οΌ‰

A single-aesthetic deck plugin: the midnight-editorial preset from the upstream MIT-licensed nicobailon/visual-explainer skill (templates/slide-deck.html), pinned and shipped as one self-contained seed β€” example.html. The upstream mermaid diagram slide has been replaced by a pure CSS/SVG pipeline page; the deck has zero external JS dependencies (Google Fonts @import is the only external reference).

Signature combination (what makes this skin this skin):

  1. Deep navy + warm gold β€” #0f1729 page, #d4a73a accent, parchment text #e8e4d8. Cinematic, magazine-grade, dramatic.
  2. Serif display β†’ mono label drop β€” Instrument Serif at up to 120px (clamp(48px,10vw,120px), weight 400, -2px tracking, 0.95 line-height) falling directly to 13–14px uppercase JetBrains Mono labels with 1.5px letter-spacing. No intermediate sans anywhere.
  3. Gold radial accent glow β€” every content slide carries one radial-gradient(ellipse at X% Y%, var(--accent-dim) 0%, transparent ~40%) inline background, with the ellipse anchor moving per slide.
  4. Gold SVG corner marks + ghost numerals β€” 2px gold corner line marks at opacity 0.15 on the title slide; dividers carry a ghost clamp(100px,22vw,260px) gold numeral at opacity 0.06.
  5. Cinematic staggered transitions β€” slides enter with fade + translateY(40px) + scale(0.98) on cubic-bezier(0.16,1,0.3,1); .reveal children stagger at 0.1s increments (max 6).
  6. SlideEngine dual theme β€” explicit dark/light toggle (T key + ◐ chrome button, html[data-theme]), defaulting to the OS preference. The light mode is a locked cream/gold skin, not an afterthought.

Start from example.html. Replace content only β€” never rewrite the design system or the runtime script, and never introduce colors or fonts outside the token sheets below.

Locked token sheet β€” dark (default)

:root {
  --font-body: 'Instrument Serif', Georgia, serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
  --bg: #0f1729;
  --surface: #162040;
  --surface2: #1d2b52;
  --surface-elevated: #243362;
  --border: rgba(200, 180, 140, 0.08);
  --border-bright: rgba(200, 180, 140, 0.16);
  --text: #e8e4d8;
  --text-dim: #9a9484;
  --accent: #d4a73a;
  --accent-dim: rgba(212, 167, 58, 0.1);
  --code-bg: #0a0f1e;
  --code-text: #d4d0c4;
  --green: #4ade80;  --green-dim: rgba(74, 222, 128, 0.1);
  --red: #f87171;    --red-dim: rgba(248, 113, 113, 0.1);
  --blue: #60a5fa;   --blue-dim: rgba(96, 165, 250, 0.1);
}

Locked token sheet β€” light (html[data-theme="light"])

html[data-theme="light"] {
  --bg: #faf8f2;
  --surface: #ffffff;
  --surface2: #f5f0e6;
  --surface-elevated: #fffdf5;
  --border: rgba(30, 30, 50, 0.08);
  --border-bright: rgba(30, 30, 50, 0.16);
  --text: #1a1814;
  --text-dim: #6e685c;
  --accent: #b8860b;
  --accent-dim: rgba(184, 134, 11, 0.08);
  --code-bg: #2a2520;
  --code-text: #e8e4d8;
  --green: #16a34a;  --green-dim: rgba(22, 163, 74, 0.08);
  --red: #dc2626;    --red-dim: rgba(220, 38, 38, 0.08);
  --blue: #2563eb;   --blue-dim: rgba(37, 99, 235, 0.08);
}

The same light block is mirrored under @media (prefers-color-scheme: light) { html:not([data-theme]) { … } } as a no-JS fallback. Both themes are part of the contract β€” every slide you author must read correctly in both. Semantic colors (--green/--red/--blue) are for status only (trends, before/after labels, diagram node families) β€” never decorative.

Fonts (locked β€” Google Fonts @import only)

SlotFontUsage
--font-bodyInstrument Serif (400 + italic), Georgia fallbackdisplay, headings, body, KPI values, quotes
--font-monoJetBrains Mono 400/500/600/700labels, subtitles, counters, axis/edge labels, code

No third font. No bold serif β€” drama comes from size, not weight.

Typography scale (locked)

ElementSpec
.slide__displayclamp(48px,10vw,120px), 400, -2px, lh 0.95, gold on title
.slide__headingclamp(28px,5vw,48px), 400, -0.5px, lh 1.15
.slide__bodyclamp(16px,2.2vw,22px), lh 1.6, --text-dim
.slide__subtitlemono clamp(12px,1.5vw,18px), uppercase, 1px tracking
.slide__labelmono clamp(10px,1.2vw,13px), 600, uppercase, 1.5px, gold
Divider ghost numeralclamp(100px,22vw,260px), opacity 0.06, gold

Layout masters (compose 8–15 pages from these)

MasterClassNotes
Title / cover.slide--titlecentered, gold display, corner-mark SVGs, glow at 50% 30%
Agenda / TOC.slide--tocgold mono numbers + serif items + right-aligned mono hints, hairline rules
Section divider.slide--dividerghost gold numeral behind heading + mono subtitle
Content (asymmetric).slide--content3fr/2fr grid: gold-dot bullets left, decorative SVG aside right
Split (before/after).slide--splitfull-bleed 3fr/2fr surface panels, red "Before" / green "After" labels
Diagram.slide--diagram + .pipeline-wrappure CSS pipeline: 2px accent-bordered nodes, mono edge labels, arrow connectors, legend. Node families: gold (core), blue (process), green (output/storage). Never mermaid, never any external JS.
Dashboard / big numbers.slide--dashboardKPI cards: serif clamp(36px,6vw,64px) values + mono labels + trend lines
Chart.slide--chart + .bar-chartpure CSS bars (gradient gold fill; --ghost dashed variant for baselines), mono values + axis labels
Table.slide--table + .data-tablemono uppercase headers, zebra rows, gold hover (CSS available in seed)
Code.slide--code--code-bg block, gold filename tab, .hl/.cm spans (CSS available in seed)
Quote.slide--quoteghost gold β€œ at opacity 0.06, italic serif quote, mono cite
Full-bleed closing.slide--bleedfixed dark #0a0f1e β†’ #0f1729 β†’ #162040 gradient (code-bg β†’ bg β†’ surface, all in-family navy) + scrim, white text (intentionally stays dark in light mode)

Decorative devices (locked)

  • One gold radial glow per content slide (inline background-image, var(--accent-dim) ellipse, anchor varies per slide β€” never two glows).
  • Gold corner-mark SVGs (2px lines, opacity 0.15) on the title slide.
  • Ghost gold numerals on dividers; ghost quote mark on quote slides.
  • Decorative asides are inline SVG only β€” circles/lines in theme colors with a mono caption. No icon fonts, no images, no external assets.
  • At most 6 .reveal children per slide (stagger delays stop at 0.6s).

Page structure & runtime (locked)

  • Single self-contained HTML file; <div class="deck"> containing <section class="slide slide--…"> pages; vertical scroll-snap, one viewport (100dvh) per slide, no internal scrolling.
  • SlideEngine builds all chrome at runtime: gold 3px progress bar, right-edge dot rail, mono counter, fading hints, ◐ theme button.
  • Navigation: ←/β†’/Space/PageUp/PageDown/Home/End keys, touch swipe, scroll-snap wheel; #/N hash routing (restored on load, updated on slide change); T toggles dark/light.
  • prefers-reduced-motion disables all transitions; responsive height breakpoints (700/600/500px) and a 768px width breakpoint are part of the contract.

Hard rules

  1. Start from example.html; replace slide content only. Do not rewrite the CSS or the SlideEngine script.
  2. No colors or fonts outside the two locked token sheets. No new hex values.
  3. Both themes must work β€” check every slide in dark and light.
  4. Zero external JS: no mermaid, no Chart.js, no CDN scripts. Diagrams and charts are pure CSS/SVG using the masters above. Google Fonts @import is the only allowed external reference.
  5. Real content, real numbers β€” no lorem ipsum. Replace all fictional "Nocturne" demo content.
  6. 8–15 slides; always open with .slide--title and close with .slide--bleed or .slide--quote.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.