Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Open Design as an enterprise design platform: a buyer-forwardable proposal for a design-org's economic buyer — pain, value, ROI, rollout. Built as a decision-grade B2B sales deck for economic buyer, design VP, procurement.
.claude/skills/nexu-io-fs-electric-studio/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 56% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 109% | 0% |
Bold, clean, professional, high-contrast split-panel decks. Theme locked to the Electric Studio preset (section 2 of STYLE_PRESETS.md) from the MIT-licensed zarazhangrui/frontend-slides.
Start from example.html in this plugin folder. It is the proven seed: keep its stage CSS (full viewport-base.css contents), the split-panel shell, the corner-marks chrome, the :root tokens, and the entire SlidePresentation controller script verbatim — replace slide content only. Do not rewrite the design; do not introduce any color or font outside this spec.
:root — complete list, no additions)css:root { --bg-dark: #0a0a0a; /* edge bar, dark text, stage letterbox */ --bg-white: #ffffff; /* upper panel */ --accent-blue: #4361ee; /* cobalt panel, chips, bars, numerals */ --text-dark: #0a0a0a; --text-light: #ffffff; --text-dark-soft: rgba(10, 10, 10, 0.58); --text-light-soft: rgba(255, 255, 255, 0.72); --line-dark: rgba(10, 10, 10, 0.14); --line-light: rgba(255, 255, 255, 0.28); --blue-soft: rgba(67, 97, 238, 0.10); /* tick boxes, outline bar fills */ --stage-bg: var(--bg-dark); --slide-bg: var(--bg-white); --font: 'Manrope', sans-serif; /* the ONLY typeface */ --title-size: 152px; --h2-size: 88px; --lede-size: 33px; --body-size: 27px; --slide-pad-x: 110px; --edge-bar-h: 14px; --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1); --duration-normal: 0.7s; }
Forbidden: any other hue, gradients, purple/indigo (#6366f1), warm accents, photography, illustrations, drop shadows, rounded hero cards. The palette is exactly white / cobalt / near-black plus their soft alphas.
-0.025em to -0.035em), line-height ≤ 1.08. Title ~152px, H2 60–88px. A terminal period in --accent-blue (<span class="blue">.</span>) is a signature flourish.“ mark (~220px): quote typography is the deck's hero visual.letter-spacing: 0.34em, cobalt on white / white on cobalt.--text-dark-soft; body copy on the cobalt panel stays full --text-light for WCAG AA contrast (the soft light alpha is reserved for bold uppercase chrome: marks, hints, separators).letter-spacing: 0.22em.Every slide is the same shell:
html<section class="slide s-<master>"> <div class="split"> <div class="panel panel-white panel-pad"> … </div> <div class="edge-bar"></div> <!-- 14px #0a0a0a accent bar on the panel seam --> <div class="panel panel-blue panel-pad"> … </div> </div> <div class="mark mark-tl dark"><span class="chip"></span>Brand</div> <div class="mark mark-tr dark"><span class="soft">Section</span></div> <div class="mark mark-bl light"><span class="soft">Deck label</span></div> <div class="mark mark-br light">NN / NN</div> </section>
.edge-bar, 14px, --bg-dark) sits on the seam of every slide; use .edge-bar.light (white) only when a slide reads as cobalt-dominant and needs the inverse.NN / NN page mark. Marks over the white panel use .dark, marks over the cobalt panel use .light.--slide-pad-x (110px) on both panels; spacing stays confident and restrained — generous margins, no cramming.| Master | Split | Content | | ------ | ----- | ------- | | s-title | 50/50 | Kicker + giant statement title on white; lede + meta row on blue | | s-agenda | 348px / rest | H2 on white; numbered hairline rows (--line-light) on blue with idx + hint | | s-divider | 150px / rest | Empty white strip; giant outlined number (-webkit-text-stroke: 3px var(--bg-white)) + label on cobalt | | s-bullets | deep / 240px | Kicker + H2 + ≤3 tick points (cobalt-bordered .tick with inline-SVG check) on white; one bold takeaway on blue | | s-stat | deep / 300px | Oversized cobalt number (~400px, 800) on white; label + note on blue | | s-quote | deep / 220px | Cobalt “ + 92px statement quote on white; attribution on blue | | s-compare | 50/50 | The split IS the contrast: "their way" on white vs "our way" on cobalt, dash-topped list items | | s-grid | 300px / rest | H2 on white; 2×2 .gcard grid (2px --line-light borders) on cobalt | | s-chart | deep / 200px | Pure-CSS bar chart on white: cobalt bars (.solid fill or --blue-soft + cobalt border), scaleY(0)→1 entrance; takeaway on blue | | s-close | 150px / rest | Cobalt-dominant statement ("Let's make something electric.") + inline-SVG contact links |
.deck-viewport (fills the window) wraps .deck-stage (1920×1080, transform-origin: 0 0).factor = min(innerWidth/1920, innerHeight/1080), then translate(x, y) scale(factor) to center with letterbox/pillarbox; re-run on resize.prefers-reduced-motion)..active/.visible (visibility/opacity/pointer-events) — never display: none.SlidePresentation controller verbatim): ←/→/↑/↓/Space/PageUp/PageDown/Home/End, debounced wheel (~650ms), touch swipe (≥40px), #/<index> hash routing with deep-link restore, page counter pill in .deck-controls fixed outside the scaled stage..reveal elements transition when the slide gains .visible; stagger via transition-delay in ~0.1s steps.cubic-bezier(0.16, 1, 0.3, 1). Animate only transform and opacity. Chart bars enter via scaleY.prefers-reduced-motion support is mandatory (in the base CSS)..html: all CSS/JS inline, zero build, zero external JS, no CDN scripts. Google Fonts link for Manrope is the only external reference.#4361ee on white, #ffffff on cobalt). Charts are pure CSS. No remote images./* === SECTION NAME === */. Never negate CSS functions directly (-clamp() is silently ignored) — use calc(-1 * clamp(...)).Theme, fixed-stage model, and workflow come from the upstream MIT-licensed zarazhangrui/frontend-slides (© 2025 Zara Zhang), Electric Studio preset (STYLE_PRESETS.md section 2). The LICENSE file ships in this plugin folder; keep it in place when redistributing.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 38,837 | 55,123 | +42% | 1 | 1 | 0% | 8,290 | 10,762 | +30% | 0 | 0 | — |
case-02 | fail→pass | 42,479 | 73,545 | +73% | 1 | 1 | 0% | 8,271 | 10,743 | +30% | 0 | 0 | — |
case-03 | fail→fail | 44,836 | 40,870 | -9% | 1 | 1 | 0% | 8,268 | 10,740 | +30% | 0 | 0 | — |
case-04 | pass→fail | 11,235 | 50,487 | +349% | 1 | 1 | 0% | 2,133 | 10,703 | +402% | 0 | 0 | — |
case-05 | pass→fail | 13,227 | 37,511 | +184% | 1 | 1 | 0% | 1,974 | 10,702 | +442% | 0 | 0 | — |
case-06 | pass→fail | 41,607 | 39,835 | -4% | 1 | 1 | 0% | 7,117 | 10,684 | +50% | 0 | 0 | — |
case-07 | fail→pass | 40,515 | 20,555 | -49% | 1 | 1 | 0% | 6,849 | 6,863 | +0% | 0 | 0 | — |
case-08 | fail→fail | 35,636 | 33,860 | -5% | 1 | 1 | 0% | 7,834 | 10,709 | +37% | 0 | 0 | — |
case-09 | fail→fail | 39,082 | 38,112 | -2% | 1 | 1 | 0% | 8,239 | 10,711 | +30% | 0 | 0 | — |
case-10 | fail→pass | 60,418 | 58,450 | -3% | 1 | 1 | 0% | 6,867 | 10,708 | +56% | 0 | 0 | — |
case-11 | fail→pass | 20,829 | 18,845 | -10% | 1 | 1 | 0% | 3,215 | 6,728 | +109% | 0 | 0 | — |
case-12 | fail→fail | 50,383 | 63,249 | +26% | 1 | 1 | 0% | 8,231 | 10,703 | +30% | 0 | 0 | — |
case-13 | fail→pass | 22,116 | 28,858 | +30% | 1 | 1 | 0% | 4,051 | 6,642 | +64% | 0 | 0 | — |
case-14 | fail→pass | 22,128 | 47,440 | +114% | 1 | 1 | 0% | 4,955 | 10,693 | +116% | 0 | 0 | — |
case-15 | pass→fail | 41,437 | 48,001 | +16% | 1 | 1 | 0% | 5,984 | 10,701 | +79% | 0 | 0 | — |
case-16 | fail→pass | 21,076 | 15,373 | -27% | 1 | 1 | 0% | 3,075 | 5,766 | +88% | 0 | 0 | — |
case-17 | fail→fail | 35,663 | 48,957 | +37% | 1 | 1 | 0% | 7,530 | 10,697 | +42% | 0 | 0 | — |
case-18 | fail→fail | 51,288 | 49,129 | -4% | 1 | 1 | 0% | 8,231 | 10,703 | +30% | 0 | 0 | — |
case-19 | fail→fail | 25,293 | 37,450 | +48% | 1 | 1 | 0% | 5,559 | 10,709 | +93% | 0 | 0 | — |
case-20 | fail→pass | 32,471 | 25,991 | -20% | 1 | 1 | 0% | 4,932 | 8,380 | +70% | 0 | 0 | — |
case-21 | fail→fail | 36,971 | 36,451 | -1% | 1 | 1 | 0% | 8,228 | 10,700 | +30% | 0 | 0 | — |
case-22 | fail→fail | 39,651 | 57,608 | +45% | 1 | 1 | 0% | 8,226 | 10,698 | +30% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +12 percentage points is the difference between those two pass rates over the 22 comparable cases. 7 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.