
Bauhaus Design Fundamentals
FreeEssential training for new brand designers.
Free · Opens the source repo
What Bauhaus Design Fundamentals does
The Bauhaus Design Fundamentals skill is a specialized training deck aimed at onboarding junior designers into the world of visual design. It focuses on core principles such as grid systems, typography, and color theory, providing practical exercises that help develop a designer's eye for aesthetics. This skill is particularly beneficial for new hires in design teams, ensuring they have a solid foundation in design history and modernist principles that are crucial for creating effective brand visuals.
Built as a decision-grade professional training deck, this skill adopts a single-theme approach that is visually rooted in the Bauhaus movement, specifically the geometric modernism from 1919 to 1933. The design employs a strict color palette and typography guidelines, ensuring consistency and adherence to the Bauhaus aesthetic. Users are instructed to start from an example HTML file and replace content while strictly following the established design rules, which include a locked token sheet for colors and typography.
The skill is structured to include various layouts that cater to different content types, such as text-centric slides, data presentations, and visual diagrams. Each slide is designed to be self-contained, with a fixed structure that promotes ease of navigation and a clean presentation style. The emphasis on hard design rules, such as zero border-radius and specific gradient usage, reinforces the Bauhaus philosophy of functionality and simplicity in design.
Overall, this skill serves as a comprehensive resource for organizations looking to enhance their onboarding process for new designers. It provides a clear framework for understanding essential design concepts while allowing for creativity within a structured environment.
When to use it
Use this skill when onboarding new designers to ensure they grasp fundamental design principles and the Bauhaus aesthetic.
When not to use it
This skill is not suitable for experienced designers or those looking for advanced design techniques beyond the basics of visual design.
What you can build with it
Onboarding New Designers
Use this skill to effectively train new hires in your design team, ensuring they understand fundamental design concepts.
Workshops and Training Sessions
Implement this training deck in workshops to provide hands-on learning experiences for aspiring designers.
Creating Consistent Brand Visuals
Utilize the principles taught in this skill to maintain consistency in brand visuals across your organization.
How to install Bauhaus Design Fundamentals
View source1. Install with the skills CLI
npx skills add nexu-io/open-design/hps-bauhaus --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by nexu-ioBauhaus 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.
Frequently asked questions about Bauhaus Design Fundamentals
Similar skills
PPTX HTML Fidelity Audit
Ensure your PPTX matches its HTML source perfectly.
HTML PPT Studio
Create professional HTML presentations effortlessly.
Humanize PPT
Transform raw material into presentation-ready outlines.
Replit Deck
Create visually cohesive decision decks with ease.
Open Design Landing Deck
Create engaging marketing decks with a magazine-style format.
Magazine Web Presentation
Create visually striking HTML presentations with ease.
