Hps true blueprint
Skill nexu-io/open-design/plugins/_official/examples/hps-true-blueprint
π¨ 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.
npx -y skills add nexu-io/open-design --skill hps-true-blueprintAssembled 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 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.
SKILL.md
9.6 KB, as published. Nobody here has run it
True BlueprintοΌε·₯η¨θεΎοΌ
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-blueprintis 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.
Locked token sheet (:root β reproduce verbatim)
: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.
Typography
- One family everywhere. Every font slot is
'JetBrains Mono', monospace. The only allowed remote resource is the JetBrains Mono Google Fonts@import(weights 300/400/500/700/800 + italic 400). .h1/.h2are UPPERCASE, weight 800/700,clamp()-fluid (h1:clamp(40px,5vw,64px))..kickeris a// slash-commentstyle label: 13px, 700,.18emletterspacing, uppercase, ice-blue..eyebrow: 12px,.22em,--text-3..ledeis weight 300,--text-2, max-width 64ch.
Signature devices (what makes it a blueprint)
- Drafting-grid canvas β body background is two 1px
linear-gradientlayers atrgba(255,255,255,.06)on a 40px cell over solid#0b3a6f. Never replace with a flat fill or an image. - Double drawing frame β every slide draws
.slide::before(1px solid--ink, inset 28px) and.slide::after(1px dashed, inset 34px). - Dashed translucent cards β
.cardisrgba(255,255,255,.04)with a 1px dashedrgba(190,220,255,.45)border, 2px radius, no shadow. - Title block β the cover carries a
.title-blockstrip of bordered cells:DWG NO. / REV. / SCALE / DATE(REV value in amber). - Construction-line section numbers β
.section-numgiant digits, transparent fill,1.5px -webkit-text-strokein--ink. - Hatched charts β
.bar-chart .barfills with a 45Β°repeating-linear-gradientcross-hatch (ice-blue;.hot= amber for the one highlighted bar), 1px ice-blue outline, labels uppercase. - SVG schematics β diagrams are inline SVG: dashed
rectcomponents (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. - Bracketed step counters β
.steps .card::beforerenders[01] [02] β¦in amber mono. - Dashed spec tables β
.spec-tablecells use 1px dashed borders and read like a materials schedule.
Page structure & runtime (keep the seed verbatim)
- Each page:
<section class="slide" data-title="...">inside<div class="deck" id="deck">β a horizontal scroll-snap strip; every slide isflex:0 0 100vwΓ100vh, padding72px 96px, designed at a 1280Γ720 16:9 baseline and fluid viaclamp(). One screen per slide β no internal scrolling; split content into more slides instead. - Fixed chrome:
.deck-header(project name + locked theme chip),.deck-footer(attribution +N / totalcounter), 2px.progress-bar. - Navigation script:
β/β/Space/PageUp/PageDown/Home/End;#/Nhash routing via try/catch-wrappedhistory.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. - No theme cycling. Unlike the upstream html-ppt-studio system this
family is ported from, there is no
Tkey and nothemesarray β the skin is locked. - Animations: only the inlined subset β
.anim-rise-in,.anim-fade-up,.anim-stagger-list. At most one hero animation plus one stagger per slide. - Speaker notes: one hidden
<div class="notes">β¦</div>per slide, 1β3 sentences, never visible.
Layout masters (all demonstrated in example.html)
| # | 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.
Authoring checklist
- Copy
example.html; keep all<style>blocks and the<script>verbatim. - Replace the 11 demo slides with your planned master sequence; keep the
data-titleattributes meaningful. - Update the header project name, cover title block (DWG NO./REV./DATE) and footer attribution; the counter total is computed by the script.
- Real content, real numbers β no lorem ipsum, no placeholder images.
- Amber appears at most once-as-focus per slide; everything else is white/ice-blue ink.
- Verify: arrows + Space navigate,
#/4deep-links, no slide overflows vertically, no color or font outside this spec.
Attribution
Palette, token vocabulary, and the blueprint visual language come from the
upstream MIT-licensed
lewislulu/html-ppt-skill
(Β© lewis <[email protected]>), theme blueprint. The LICENSE file
ships alongside this skill β keep it in place when redistributing.