Section Title
...
--- id: serejaris/personal-corp-skills/design-minimal version: "e0f23197" license: MIT install: manual updated: 2026-07-19 --- # design-minimal — Design Minimal creates a single self-contained HTML file with a restrained visual system—clear hierarchy, strong spacing, and limited palette—ideal for reading-focused dashboards, briefs, handouts, and internal reports. It uses Tailwind CDN for layout and design tokens as CSS variables, with no decorative effects, responsive prefixes, or external dependencies. Publisher: serejaris · Stars: 208 · Updated: 2026-07-19 Install (manual): `git clone https://github.com/serejaris/personal-corp-skills` ## SKILL.md # Design Minimal Generate one standalone HTML page with a restrained minimal visual system: clear hierarchy, strong spacing, explicit structure, limited palette, and no decorative effects. ## Language - Match the visible interface language to the user's language and artifact context. - For Russian pages, write visible UI labels, headings, section names, status explanations, and footer copy in Russian. - Keep English only for file paths, commands, code identifiers, schema fields, API names, model/tool names, and literal values that must remain copyable. - If an English technical term is useful for teaching, pair it with a plain-language local label once, then use the local label in the interface. ## Hard Contract 1. Use one self-contained HTML file. 2. Use Tailwind CDN only for layout and component styling. 3. Do not write custom CSS rules for components, layout, typography, states, cards, grids, buttons, headers, or sections. 4. The only allowed CSS is design tokens as CSS variables in `:root`. 5. Do not add mobile adaptation: no responsive Tailwind prefixes (`sm:`, `md:`, `lg:`, `xl:`, `2xl:`), no media queries, no alternate mobile layout. 6. Do not use external fonts, JavaScript frameworks, icon libraries, SVG icons, gradients, shadows, rounded corners, or accent colors. 7. Use typography, color, spacing, and layout through Tailwind classes plus token variables. Allowed ` ``` Forbidden CSS shape: ```css .card { ... } @media (...) { ... } body { ... } button:hover { ... } ``` ## Tailwind Usage Use Tailwind classes directly on elements. Reference tokens through arbitrary values: ```html
BRIEF 042 · INTERNAL
BRIEF 042 · INTERNAL
Short one-line description.
...
...