Source profileQuality 82/100

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
91,167
Declared platforms
0
Static risk flags
0
Last source update
2026-08-25
Source checked
2026-08-25

Decision brief

What it does: 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…

Best for

    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

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    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.

    Source-detected install commandSource
    npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/examples/hps-bauhaus"
    Safe inspection promptEditorial

    Inspect the Agent Skill "hps-bauhaus" from https://github.com/nexu-io/open-design/blob/edfa6b5f447e95cb120eae030f03baba00dc34de/plugins/_official/examples/hps-bauhaus/SKILL.md at commit edfa6b5f447e95cb120eae030f03baba00dc34de. 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

    1. 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
    2. 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.
    3. 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
    4. 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…
    5. 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

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score82/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars91,167SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated 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
    edfa6b5f447e95cb120eae030f03baba00dc34de
    License
    Apache-2.0
    Collected
    2026-08-25
    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-text hero words, .tri-band, and .divider-accent. Never use soft multi-stop gradients.
    • All chrome is ink: 2px solid #111 borders on cards, pills, chart bars, checkboxes; 3px strokes inside SVG.
    • Shadows are hard offsets (4px 4px 0 #111, 8px 8px 0 #111). Blurred rgba drop shadows are forbidden.
    • border-radius is 0 on 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 @import is 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-num rendered stroke-only via -webkit-text-stroke:3px var(--text-1) with transparent fill.
    • Primary top rules: .card-accent / .card-accent-2 / .card-accent-3 give cards an 8px red/yellow/blue top border; rotate the three primaries across a grid rather than repeating one.
    • Tri-band: .tri-band and .divider-accent are ink-bordered strips of the hard three-band gradient.
    • Square checkboxes: .check li::before is a yellow ink-bordered square with an ink check stroke.
    • Geo strip: .geo-square / .geo-triangle / .geo-circle repeat 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):

    grouplayouts
    Openers & transitionscover toc section-divider
    Text-centricbullets two-column three-column big-quote
    Numbers & datastat-highlight kpi-grid table chart-bar chart-line chart-pie chart-radar
    Code & terminalcode diff terminal
    Diagrams & flowsflow-diagram arch-diagram process-steps mindmap
    Plans & comparisonstimeline roadmap gantt comparison pros-cons todo-checklist
    Visualsimage-hero image-grid
    Closerscta 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 @import excepted).
    • Every page is <section class="slide" data-title="..."> inside <div class="deck" id="deck"> — a horizontal scroll-snap strip, each slide exactly 100vw × 100vh (flex:0 0 100vw), 16:9 / 1280×720 baseline with clamp() type scales, padding 72px 96px. One screen per slide; no internal vertical scrolling.
    • Fixed chrome: .deck-header (deck name + theme chip), .deck-footer (attribution + N / total counter), .progress-bar (ink-topped red fill).
    • Keyboard: Space PageUp PageDown Home End navigate; #/N (1-based) hash deep-links via history.replaceState in 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-in on the hero, anim-fade-up on quotes, anim-stagger-list on grids. At most one hero animation plus one stagger per slide.

    Authoring checklist

    1. Copy example.html; keep all <style> blocks and the <script> verbatim.
    2. Replace the 10 demo slides with the planned layout sequence; the script recomputes the N / total counter automatically.
    3. Real content, real numbers — no lorem ipsum, no placeholder images.
    4. Rotate the three primaries deliberately (red = emphasis, yellow = warm support, blue = structure); large areas stay canvas + ink.
    5. Verify: arrows + Space navigate, #/5 deep-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 <[email protected]>). The LICENSE file ships alongside this plugin — keep it in place when redistributing.

    Frequently asked questions

    What to verify before installation and use

    What does the hps-bauhaus source document cover?

    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…

    How do I install hps-bauhaus?

    The source record exposes this install command: npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/examples/hps-bauhaus". Inspect the command and pinned source before running it.

    Alternatives

    Compare before choosing

    Computed 982,634

    aaron-he-zhu/aaron-marketing-skills

    reactivation-specialist

    Use when the user asks to "build a win-back campaign", "re-engage lapsed subscribers", "run a re-permission / re-consent sweep", or "sunset my dead list"; produces a closed-loop reactivation program — a lapsed-cohort definition, a staged offer ladder, a re-consent (re-permission) capture step, and a sunset-confirm / suppression rule. Owns none of the SEND-N sub-item notes: engagement-decay / sunset is email-sequence-designer's and preference-center / frequency options is preference-frequency-man

    Computed 9841

    respira-press/agent-skills-wordpress

    design-system-synthesizer

    Use when the user says 'build a design system for my site', 'extract design tokens', 'capture my brand', or 'build my style guide', or after a rebrand. Reads representative pages, theme files, and media to extract logo, colors, typography, spacing, and components, then writes a visible style-guide page.

    Computed 9830

    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", "

    Computed 97152

    JasonColapietro/suede-creator-skills

    suede-analytics

    Suede-owned measurement discipline for tracking plans, event and conversion instrumentation, UTM and campaign-parameter hygiene, and verification of what actually fires. Use when setting up, auditing, or repairing analytics across web, product, paid, and lifecycle surfaces. NOT FOR: experiment design or significance decisions (use suede-ab-testing), campaign optimization (use suede-ads), attribution models, model comparison, or cross-tool reconciliation (use suede-attribution), or revenue-proces