nexu-io/open-design/plugins/_official/examples/hps-true-blueprint/SKILL.md
hps-true-blueprint
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.
- 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 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 letteri…
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/hps-true-blueprint"Inspect the Agent Skill "hps-true-blueprint" from https://github.com/nexu-io/open-design/blob/89d6d4ef21baf80f871595abdf6f7de6e941dd44/plugins/_official/examples/hps-true-blueprint/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 (:root — reproduce verbatim)
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…
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/--wa… - 02
Typography
One family everywhere. Every font slot is 'JetBrains Mono', monospace.
One family everywhere. Every font slot is 'JetBrains Mono', monospace..h1/.h2 are UPPERCASE, weight 800/700, clamp()-fluid.kicker is a // slash-comment style label: 13px, 700, .18em - 03
Signature devices (what makes it a blueprint)
1. Drafting-grid canvas — body background is two 1px 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. 2. Double drawing frame — every slide draws .slide::before (1px solid --ink, inset 28px) and .slide:…
Drafting-grid canvas — body background is two 1pxDouble drawing frame — every slide draws .slide::before (1px solidDashed translucent cards — .card is rgba(255,255,255,.04) with a - 04
Page structure & runtime (keep the seed verbatim)
Each page: inside
Each page: insideFixed chrome: .deck-header (project name + locked theme chip),Navigation script: ←/→/Space/PageUp/PageDown/Home/End; - 05
Layout masters (all demonstrated in example.html)
Composition default: cover → sheet index → (divider → 2–4 content pages) × N → sign-off. Target 8–15 pages.
Composition default: cover → sheet index → (divider → 2–4 content pages) × N → sign-off. Target 8–15 pages.
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 | 82/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/hps-true-blueprint/SKILL.md
- Commit
- 89d6d4ef21baf80f871595abdf6f7de6e941dd44
- License
- Apache-2.0
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
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 <sudolewis@gmail.com>), theme blueprint. The LICENSE file
ships alongside this skill — keep it in place when redistributing.
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
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
existing-ui-audit
Use BEFORE writing or editing any non-trivial UI — inventories components, design tokens, shadcn primitives, and reusable patterns into state.ui_audit. Hard gate for the ui directive set.
nexu-io/open-design
emil-design-eng
This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.