Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Open Design's engineering blueprint: how the sandbox, sidecar, and daemon fit — the system diagram and the invariants. Built as a decision-grade product management deck for engineering org.
.claude/skills/nexu-io-hps-true-blueprint/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | 32% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 29% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 37% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 84% | 0% |
A locked single-theme deck skin ported from the blueprint theme of the upstream MIT-licensed lewislulu/html-ppt-skill (36 themes × 31 layouts). The whole deck reads as one engineering drawing set: blueprint-blue paper, white drafting grid, dashed component outlines, mono lettering, amber redline annotations.
Start from example.html. Replace content only. Never rewrite the design system or the runtime script. The theme is LOCKED — no theme cycling, no colors or fonts outside this spec.
> Sibling note: html-ppt-knowledge-arch-blueprint is the light blueprint > variant (cream paper + rust-red ink). This plugin is the opposite-polarity > scheme — dark blue field, white ink. Do not blend the two palettes.
:root — reproduce verbatim)css:root{ --bg:#0b3a6f; --bg-soft:#0a3260; --surface:rgba(255,255,255,.06); --surface-2:rgba(255,255,255,.1); --border:rgba(190,220,255,.3); --border-strong:rgba(190,220,255,.55); --text-1:#e8f3ff; --text-2:#b8d4f0; --text-3:#7da8cf; --accent:#ffffff; --accent-2:#aee1ff; --accent-3:#ffd27a; --good:#8ef0a6; --warn:#ffd27a; --bad:#ff8a96; --grad:linear-gradient(135deg,#ffffff,#aee1ff); --grad-soft:linear-gradient(135deg,#0a3260,#0b3a6f); --radius:2px; --radius-sm:2px; --radius-lg:4px; --shadow:none; --shadow-lg:0 16px 40px rgba(0,0,0,.3); --font-sans:'JetBrains Mono','IBM Plex Mono',Menlo,monospace; --font-serif:'JetBrains Mono',Menlo,monospace; --font-mono:'JetBrains Mono',SFMono-Regular,Menlo,monospace; --font-display:'JetBrains Mono',Menlo,monospace; --letter-tight:-.02em; --letter-normal:0; --ease:cubic-bezier(.4,0,.2,1); --grid-line:rgba(255,255,255,.06); --ink:rgba(190,220,255,.45); }
Color roles: white --accent for headline emphasis, ice-blue --accent-2 for ink lines / connectors / progress, amber --accent-3 strictly for annotations, callouts and the single highlighted element per slide. --good/--warn/--bad (mint/amber/coral) are redline-annotation semantics — use them in eyebrows and ticks only, never as fills.
'JetBrains Mono', monospace.The only allowed remote resource is the JetBrains Mono Google Fonts @import (weights 300/400/500/700/800 + italic 400).
.h1/.h2 are UPPERCASE, weight 800/700, clamp()-fluid(h1: clamp(40px,5vw,64px)).
.kicker is a // slash-comment style label: 13px, 700, .18emletterspacing, uppercase, ice-blue. .eyebrow: 12px, .22em, --text-3.
.lede is weight 300, --text-2, max-width 64ch.linear-gradient layers at rgba(255,255,255,.06) on a 40px cell over solid #0b3a6f. Never replace with a flat fill or an image.
.slide::before (1px solid--ink, inset 28px) and .slide::after (1px dashed, inset 34px).
.card is rgba(255,255,255,.04) with a1px dashed rgba(190,220,255,.45) border, 2px radius, no shadow.
.title-block strip of borderedcells: DWG NO. / REV. / SCALE / DATE (REV value in amber).
.section-num giant digits,transparent fill, 1.5px -webkit-text-stroke in --ink.
.bar-chart .bar fills with a 45°repeating-linear-gradient cross-hatch (ice-blue; .hot = amber for the one highlighted bar), 1px ice-blue outline, labels uppercase.
rect components(stroke-dasharray:6 4), the focal component in solid white 2px, ice-blue connectors with arrowhead <marker>s, dashed data-flow lines (stroke-dasharray:2 5), and amber dimension-line annotations. No diagram/chart libraries, no remote images.
.steps .card::before renders[01] [02] … in amber mono.
.spec-table cells use 1px dashed borders andread like a materials schedule.
<section class="slide" data-title="..."> inside<div class="deck" id="deck"> — a horizontal scroll-snap strip; every slide is flex:0 0 100vw × 100vh, padding 72px 96px, designed at a 1280×720 16:9 baseline and fluid via clamp(). One screen per slide — no internal scrolling; split content into more slides instead.
.deck-header (project name + locked theme chip),.deck-footer (attribution + N / total counter), 2px .progress-bar.
←/→/Space/PageUp/PageDown/Home/End;#/N hash routing via try/catch-wrapped history.replaceState (srcdoc-safe); dual window/document capture-phase key listeners deduped by Event identity; scroll sync; resize re-snap; body auto-focus. These solve real iframe-host bugs — do not "simplify" them away.
family is ported from, there is no T key and no themes array — the skin is locked.
.anim-rise-in, .anim-fade-up,.anim-stagger-list. At most one hero animation plus one stagger per slide.
<div class="notes">…</div> per slide, 1–3sentences, never visible.
| # | master | use for | |---|---|---| | 1 | drawing-sheet cover + title block | opening | | 2 | sheet-index toc (3 accent cards) | agenda | | 3 | section divider (outline-stroke number) | chapter breaks | | 4 | inline-SVG architecture schematic | system/topology pages | | 5 | two-column notes + dashed spec table | rules, specs | | 6 | KPI grid (g4 cards) | metrics | | 7 | hatched bar chart | distributions, budgets | | 8 | bracketed process steps (g4) | plans, pipelines | | 9 | rev comparison (bad vs good cards) | before/after | | 10 | mono pull-quote sign-off | quote + closer |
Composition default: cover → sheet index → (divider → 2–4 content pages) × N → sign-off. Target 8–15 pages.
example.html; keep all <style> blocks and the <script> verbatim.data-title attributes meaningful.
footer attribution; the counter total is computed by the script.
white/ice-blue ink.
#/4 deep-links, no slide overflowsvertically, no color or font outside this spec.
Palette, token vocabulary, and the blueprint visual language come from the upstream MIT-licensed lewislulu/html-ppt-skill (© lewis <sudolewis@gmail.com>), theme blueprint. The LICENSE file ships alongside this skill — keep it in place when redistributing.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-10 | fail→pass | 14,818 | 7,006 | -53% | 1 | 1 | 0% | 2,819 | 3,723 | +32% | 0 | 0 | — |
case-01 | fail→pass | 42,110 | 37,210 | -12% | 1 | 1 | 0% | 8,268 | 10,643 | +29% | 0 | 0 | — |
case-02 | fail→fail | 43,190 | 37,560 | -13% | 1 | 1 | 0% | 8,268 | 10,643 | +29% | 0 | 0 | — |
case-03 | fail→fail | 39,741 | 39,432 | -1% | 1 | 1 | 0% | 8,266 | 10,641 | +29% | 0 | 0 | — |
case-04 | pass→pass | 30,413 | 16,942 | -44% | 1 | 1 | 0% | 6,289 | 5,772 | -8% | 0 | 0 | — |
case-05 | fail→fail | 24,394 | 22,835 | -6% | 1 | 1 | 0% | 4,816 | 6,766 | +40% | 0 | 0 | — |
case-06 | pass→pass | 40,886 | 36,855 | -10% | 1 | 1 | 0% | 8,239 | 10,614 | +29% | 0 | 0 | — |
case-07 | fail→pass | 15,079 | 6,034 | -60% | 1 | 1 | 0% | 2,836 | 3,509 | +24% | 0 | 0 | — |
case-08 | fail→pass | 14,477 | 7,137 | -51% | 1 | 1 | 0% | 2,721 | 3,731 | +37% | 0 | 0 | — |
case-09 | fail→pass | 14,440 | 10,360 | -28% | 1 | 1 | 0% | 2,295 | 4,213 | +84% | 0 | 0 | — |
case-11 | fail→pass | 9,923 | 7,168 | -28% | 1 | 1 | 0% | 1,601 | 3,719 | +132% | 0 | 0 | — |
case-12 | fail→pass | 15,053 | 10,658 | -29% | 1 | 1 | 0% | 2,409 | 4,165 | +73% | 0 | 0 | — |
case-13 | fail→pass | 15,322 | 12,250 | -20% | 1 | 1 | 0% | 2,474 | 4,654 | +88% | 0 | 0 | — |
case-14 | fail→pass | 14,250 | 20,383 | +43% | 1 | 1 | 0% | 2,162 | 6,374 | +195% | 0 | 0 | — |
case-15 | fail→pass | 13,035 | 8,793 | -33% | 1 | 1 | 0% | 2,033 | 3,818 | +88% | 0 | 0 | — |
case-16 | pass→pass | 15,883 | 5,324 | -66% | 1 | 1 | 0% | 2,577 | 3,284 | +27% | 0 | 0 | — |
case-17 | fail→fail | 13,879 | 6,045 | -56% | 1 | 1 | 0% | 2,773 | 3,432 | +24% | 0 | 0 | — |
case-18 | fail→pass | 12,961 | 4,650 | -64% | 1 | 1 | 0% | 2,010 | 3,130 | +56% | 0 | 0 | — |
case-19 | fail→pass | 9,787 | 4,800 | -51% | 1 | 1 | 0% | 1,469 | 3,126 | +113% | 0 | 0 | — |
case-20 | fail→pass | 13,623 | 7,267 | -47% | 1 | 1 | 0% | 2,053 | 3,473 | +69% | 0 | 0 | — |
case-21 | fail→pass | 12,740 | 5,449 | -57% | 1 | 1 | 0% | 1,940 | 3,344 | +72% | 0 | 0 | — |
case-22 | pass→pass | 13,596 | 8,229 | -39% | 1 | 1 | 0% | 2,301 | 3,773 | +64% | 0 | 0 | — |
case-23 | fail→pass | 12,693 | 2,518 | -80% | 1 | 1 | 0% | 1,875 | 2,801 | +49% | 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. 23 cases were attempted. The headline lift of +65 percentage points is the difference between those two pass rates over the 23 comparable cases.
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.