nexu-io/open-design/plugins/_official/examples/ve-midnight-editorial/SKILL.md
ve-midnight-editorial
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.
- Source repository stars
- 82,073
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-28
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
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 pur…
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/examples/ve-midnight-editorial"Inspect the Agent Skill "ve-midnight-editorial" from https://github.com/nexu-io/open-design/blob/89d6d4ef21baf80f871595abdf6f7de6e941dd44/plugins/_official/examples/ve-midnight-editorial/SKILL.md at commit 89d6d4ef21baf80f871595abdf6f7de6e941dd44. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Locked token sheet — dark (default)
Review the “Locked token sheet — dark (default)” section in the pinned source before continuing.
Review and apply the “Locked token sheet — dark (default)” source section. - 02
Locked token sheet — light (html[data-theme="light"])
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…
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… - 03
Fonts (locked — Google Fonts @import only)
No third font. No bold serif — drama comes from size, not weight.
No third font. No bold serif — drama comes from size, not weight. - 04
Typography scale (locked)
Review the “Typography scale (locked)” section in the pinned source before continuing.
Review and apply the “Typography scale (locked)” source section. - 05
Layout masters (compose 8–15 pages from these)
Review the “Layout masters (compose 8–15 pages from these)” section in the pinned source before continuing.
Review and apply the “Layout masters (compose 8–15 pages from these)” source section.
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 89/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 82,073 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- nexu-io/open-design
- Skill path
- plugins/_official/examples/ve-midnight-editorial/SKILL.md
- Commit
- 89d6d4ef21baf80f871595abdf6f7de6e941dd44
- License
- Apache-2.0
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
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):
- Deep navy + warm gold —
#0f1729page,#d4a73aaccent, parchment text#e8e4d8. Cinematic, magazine-grade, dramatic. - 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. - 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. - 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. - Cinematic staggered transitions — slides enter with
fade + translateY(40px) + scale(0.98)oncubic-bezier(0.16,1,0.3,1);.revealchildren stagger at 0.1s increments (max 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)
| Slot | Font | Usage |
|---|---|---|
--font-body | Instrument Serif (400 + italic), Georgia fallback | display, headings, body, KPI values, quotes |
--font-mono | JetBrains Mono 400/500/600/700 | labels, subtitles, counters, axis/edge labels, code |
No third font. No bold serif — drama comes from size, not weight.
Typography scale (locked)
| Element | Spec |
|---|---|
.slide__display | clamp(48px,10vw,120px), 400, -2px, lh 0.95, gold on title |
.slide__heading | clamp(28px,5vw,48px), 400, -0.5px, lh 1.15 |
.slide__body | clamp(16px,2.2vw,22px), lh 1.6, --text-dim |
.slide__subtitle | mono clamp(12px,1.5vw,18px), uppercase, 1px tracking |
.slide__label | mono clamp(10px,1.2vw,13px), 600, uppercase, 1.5px, gold |
| Divider ghost numeral | clamp(100px,22vw,260px), opacity 0.06, gold |
Layout masters (compose 8–15 pages from these)
| Master | Class | Notes |
|---|---|---|
| Title / cover | .slide--title | centered, gold display, corner-mark SVGs, glow at 50% 30% |
| Agenda / TOC | .slide--toc | gold mono numbers + serif items + right-aligned mono hints, hairline rules |
| Section divider | .slide--divider | ghost gold numeral behind heading + mono subtitle |
| Content (asymmetric) | .slide--content | 3fr/2fr grid: gold-dot bullets left, decorative SVG aside right |
| Split (before/after) | .slide--split | full-bleed 3fr/2fr surface panels, red "Before" / green "After" labels |
| Diagram | .slide--diagram + .pipeline-wrap | pure 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--dashboard | KPI cards: serif clamp(36px,6vw,64px) values + mono labels + trend lines |
| Chart | .slide--chart + .bar-chart | pure CSS bars (gradient gold fill; --ghost dashed variant for baselines), mono values + axis labels |
| Table | .slide--table + .data-table | mono 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--quote | ghost gold “ at opacity 0.06, italic serif quote, mono cite |
| Full-bleed closing | .slide--bleed | fixed 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
.revealchildren 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;
#/Nhash routing (restored on load, updated on slide change);Ttoggles dark/light. prefers-reduced-motiondisables all transitions; responsive height breakpoints (700/600/500px) and a 768px width breakpoint are part of the contract.
Hard rules
- Start from
example.html; replace slide content only. Do not rewrite the CSS or the SlideEngine script. - No colors or fonts outside the two locked token sheets. No new hex values.
- Both themes must work — check every slide in dark and light.
- Zero external JS: no mermaid, no Chart.js, no CDN scripts. Diagrams and
charts are pure CSS/SVG using the masters above. Google Fonts
@importis the only allowed external reference. - Real content, real numbers — no lorem ipsum. Replace all fictional "Nocturne" demo content.
- 8–15 slides; always open with
.slide--titleand close with.slide--bleedor.slide--quote.
Alternatives
Compare before choosing
coreyhaines31/marketingskills
ab-testing
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
coreyhaines31/marketingskills
churn-prevention
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o
event4u-app/agent-config
design-intelligence
Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.
event4u-app/agent-config
design-system-capture
Write and maintain DESIGN.md + PRODUCT.md — captures visual decisions and interaction patterns so design tasks stay consistent across sessions without re-scanning past work.