nexu-io/open-design/plugins/_official/examples/hps-bauhaus/SKILL.md
hps-bauhaus
A visual-design fundamentals course for new brand designers — grid, type, color, and the exercises that build the eye. Built as a decision-grade professional training deck for junior designers, new hires.
- 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
Single-theme deck plugin ported from the bauhaus theme of the upstream MIT-licensed lewislulu/html-ppt-skill (36 themes × 31 layouts × 27 animations). This plugin locks one skin: design-history geometric modernism — the 1919–1933 Dessau language of square/triangle/circle, the th…
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-bauhaus"Inspect the Agent Skill "hps-bauhaus" from https://github.com/nexu-io/open-design/blob/89d6d4ef21baf80f871595abdf6f7de6e941dd44/plugins/_official/examples/hps-bauhaus/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, do not deviate)
Hard rules derived from the sheet:
The three-band gradient (--grad) has hard stops — it is a flag, not aAll chrome is ink: 2px solid 111 borders on cards, pills, chart bars,Shadows are hard offsets (4px 4px 0 111, 8px 8px 0 111). Blurred - 02
Typography
Display (.h1 .h2 .stat-big .quote .section-num .kpi .num):
Display (.h1 .h2 .stat-big .quote .section-num .kpi .num):Body (.lede, card copy, lists): Space Grotesk, weights 300–700.Mono (step counters, theme chip, code): JetBrains Mono. - 03
Signature devices (keep these; they are the style)
Kandinsky mark: inline SVG of red square + yellow triangle + blue
Kandinsky mark: inline SVG of red square + yellow triangle + blueOutlined section numerals: .section-num rendered stroke-only viaPrimary top rules: .card-accent / .card-accent-2 / .card-accent-3 - 04
Layout system (shared upstream catalog, 31 layouts)
The slide scaffold and class vocabulary come from the upstream html-ppt system. Master categories (compose cover → toc → section-divider → content pages → closer):
The slide scaffold and class vocabulary come from the upstream html-ppt system. Master categories (compose cover → toc → section-divider → content pages → closer):The seed demonstrates 10 of them: cover, toc, section-divider, two-column, kpi-grid, stat-highlight, chart-bar, process-steps, big-quote, thanks. Charts are always pure CSS blocks or inline SVG with primary fills and in… - 05
Page structure & runtime contract
One self-contained HTML file: inline + inline , zero
One self-contained HTML file: inline + inline , zeroEvery page is insideFixed chrome: .deck-header (deck name + theme chip), .deck-footer
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-bauhaus/SKILL.md
- Commit
- 89d6d4ef21baf80f871595abdf6f7de6e941dd44
- License
- Apache-2.0
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
Bauhaus Primary (hps-bauhaus)
Single-theme deck plugin ported from the bauhaus theme of the upstream
MIT-licensed lewislulu/html-ppt-skill
(36 themes × 31 layouts × 27 animations). This plugin locks one skin:
design-history geometric modernism — the 1919–1933 Dessau language of
square/triangle/circle, the three primaries on an aged paper ground, and
typography that behaves like a poster.
Start from example.html. Replace content only. Never rewrite the design
system or the runtime script. Never introduce a color or font outside the
token sheet below.
Locked token sheet (:root, do not deviate)
:root{
--bg:#f4efe3; /* aged canvas ground */
--bg-soft:#e8e2d1; /* darker canvas */
--surface:#ffffff; /* card paper */
--surface-2:#f4efe3;
--border:#111111; /* ink — every stroke is this */
--border-strong:#111111;
--text-1:#111111; --text-2:#333333; --text-3:#666666;
--accent:#e03c27; /* Rot — red */
--accent-2:#f4c430; /* Gelb — yellow */
--accent-3:#1d4eaf; /* Blau — blue */
--good:#1b8c3c; --warn:#f4c430; --bad:#e03c27;
--grad:linear-gradient(135deg,#e03c27 0 33%,#f4c430 33% 66%,#1d4eaf 66% 100%);
--grad-soft:linear-gradient(135deg,#f4efe3,#e8e2d1);
--radius:0; --radius-sm:0; --radius-lg:0; /* zero radius, always */
--shadow:4px 4px 0 #111; --shadow-lg:8px 8px 0 #111; /* hard offset, never blurred */
--font-sans:'Space Grotesk','Inter','Noto Sans SC',sans-serif;
--font-mono:'JetBrains Mono',SFMono-Regular,Menlo,monospace;
--font-display:'Archivo Black','Space Grotesk','Noto Sans SC',sans-serif;
--letter-tight:-.03em; --letter-normal:-.01em;
--ease:cubic-bezier(.4,0,.2,1);
}
Hard rules derived from the sheet:
- The three-band gradient (
--grad) has hard stops — it is a flag, not a blend. Use it only on.gradient-texthero words,.tri-band, and.divider-accent. Never use soft multi-stop gradients. - All chrome is ink:
2px solid #111borders on cards, pills, chart bars, checkboxes;3pxstrokes inside SVG. - Shadows are hard offsets (
4px 4px 0 #111,8px 8px 0 #111). Blurredrgbadrop shadows are forbidden. border-radiusis0on every element except the geometric circle device (border-radius:50%).
Typography
- Display (
.h1 .h2 .stat-big .quote .section-num .kpi .num):Archivo Black, weight 400 (the face is already black — never fake-bold), uppercase, letter-spacing-.03em. - Body (
.lede, card copy, lists):Space Grotesk, weights 300–700. - Mono (step counters, theme chip, code):
JetBrains Mono. - No serif, no slab, no handwriting, no brush — those belong to sibling
themes (
editorial-serif,peoples-platform), not this one. - Google Fonts via
@importis the only allowed remote resource.
Signature devices (keep these; they are the style)
- Kandinsky mark: inline SVG of red square + yellow triangle + blue circle, 3px ink strokes — on the cover and the closer.
- Outlined section numerals:
.section-numrendered stroke-only via-webkit-text-stroke:3px var(--text-1)with transparent fill. - Primary top rules:
.card-accent / .card-accent-2 / .card-accent-3give cards an 8px red/yellow/blue top border; rotate the three primaries across a grid rather than repeating one. - Tri-band:
.tri-bandand.divider-accentare ink-bordered strips of the hard three-band gradient. - Square checkboxes:
.check li::beforeis a yellow ink-bordered square with an ink check stroke. - Geo strip:
.geo-square / .geo-triangle / .geo-circlerepeat the square/triangle/circle motif as a footer ornament.
Layout system (shared upstream catalog, 31 layouts)
The slide scaffold and class vocabulary come from the upstream html-ppt
system. Master categories (compose cover → toc → section-divider → content pages → closer):
| group | layouts |
|---|---|
| Openers & transitions | cover toc section-divider |
| Text-centric | bullets two-column three-column big-quote |
| Numbers & data | stat-highlight kpi-grid table chart-bar chart-line chart-pie chart-radar |
| Code & terminal | code diff terminal |
| Diagrams & flows | flow-diagram arch-diagram process-steps mindmap |
| Plans & comparisons | timeline roadmap gantt comparison pros-cons todo-checklist |
| Visuals | image-hero image-grid |
| Closers | cta thanks |
The seed demonstrates 10 of them: cover, toc, section-divider, two-column, kpi-grid, stat-highlight, chart-bar, process-steps, big-quote, thanks. Charts are always pure CSS blocks or inline SVG with primary fills and ink strokes — never Chart.js or any external library. "Images" are geometric SVG compositions; no photos, no external image hosts.
Page structure & runtime contract
- One self-contained HTML file: inline
<style>+ inline<script>, zero build, zero external JS/CSS (Google Fonts@importexcepted). - Every page is
<section class="slide" data-title="...">inside<div class="deck" id="deck">— a horizontal scroll-snap strip, each slide exactly100vw × 100vh(flex:0 0 100vw), 16:9 / 1280×720 baseline withclamp()type scales, padding72px 96px. One screen per slide; no internal vertical scrolling. - Fixed chrome:
.deck-header(deck name + theme chip),.deck-footer(attribution +N / totalcounter),.progress-bar(ink-topped red fill). - Keyboard:
←→SpacePageUpPageDownHomeEndnavigate;#/N(1-based) hash deep-links viahistory.replaceStatein try/catch (srcdoc-safe). The script dedupes dual window/document capture-phase key listeners by Event identity and auto-focuses<body>— these solve real iframe-host bugs; keep the script verbatim. - Speaker notes: one hidden
<div class="notes">…</div>per slide, 1–3 sentences. - Animations: restrained upstream subset —
anim-rise-inon the hero,anim-fade-upon quotes,anim-stagger-liston grids. At most one hero animation plus one stagger per slide.
Authoring checklist
- Copy
example.html; keep all<style>blocks and the<script>verbatim. - Replace the 10 demo slides with the planned layout sequence; the script
recomputes the
N / totalcounter automatically. - Real content, real numbers — no lorem ipsum, no placeholder images.
- Rotate the three primaries deliberately (red = emphasis, yellow = warm support, blue = structure); large areas stay canvas + ink.
- Verify: arrows + Space navigate,
#/5deep-links, no slide overflows vertically, every stroke is #111, every radius is 0.
Attribution
Token vocabulary, layout taxonomy, slide scaffold, and the bauhaus palette
come from the upstream MIT-licensed
lewislulu/html-ppt-skill
(© lewis <sudolewis@gmail.com>). The LICENSE file ships alongside this
plugin — keep it in place when redistributing.
Alternatives
Compare before choosing
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.
MoizIbnYousaf/marketing-cli
higgsfield-generate
Use when the user wants to generate an image or video via Higgsfield AI. Covers 30+ models: Soul V2, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2, Nano Banana 2. Also covers Marketing Studio — branded ad video/image with avatars and products. Use whenever: "generate an image", "make a video", "animate this photo", "image-to-video", "img2vid", "edit this image with AI", "produce a clip", "create an ad", "make a UGC video", "marketing video", "brand video", "TV spot", "import product from URL", "
MoizIbnYousaf/marketing-cli
creative
Generate visual asset briefs, ad copy variants, AI image prompts, video scripts, and storyboards. Full creative production system with 5 specialized modes: product photos, product video, social graphics, talking heads, and ad creative. Make sure to use this skill whenever the user mentions any visual or creative marketing need — ad creative, image prompts, video scripts, thumbnails, banners, social graphics, product photography, storyboards, or marketing visuals of any kind. Even if they just sa
coreyhaines31/marketingskills
site-architecture
When the user wants to plan, map, or restructure their website's page hierarchy, navigation, URL structure, or internal linking. Also use when the user mentions "sitemap," "site map," "visual sitemap," "site structure," "page hierarchy," "information architecture," "IA," "navigation design," "URL structure," "breadcrumbs," "internal linking strategy," "website planning," "what pages do I need," "how should I organize my site," or "site navigation." Use this whenever someone is planning what page