mit einem Klick
premium
Premium design skill for AI coding agents.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Premium design skill for AI coding agents.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| name | premium |
| description | Premium design skill for AI coding agents. |
| metadata | {"author":"typeui.sh","source":"workspace-importer","projectName":"VoxTale","projectLogoUrl":"","importSource":"Manual TypeUI setup","primaryColorReference":"#C82E23","surfaceColorReference":"#F0F5F4","textColorReference":"#111827","typographyScale":"Inter-style sans serif, 12/14/16/20/24/32 scale, medium labels, semibold headings.","spacingScale":"4px base grid with 8px, 12px, 16px, 24px, and 32px layout steps.","radiusScale":"6px controls, 8px cards, 12px overlays, nested radii reduced by inner padding."} |
This skill describes the visual design language for all UI output. Every component, layout, and page should follow the design specs in the module files below. These describe what the design looks like — you choose how to implement the styles.
A clean, minimalist interface inspired by Apple's design language — pure backgrounds, precise typography, generous whitespace, and restrained color use that lets content breathe
layout.md, typography.md, colors.md, buttons.md, cards.md, shadows.md, radius.md, borders.md. Do NOT write JSX until you have loaded all relevant modules.Brand color precedence: When brand.md is available, color tokens from brand.md overwrite same-name tokens in colors.md.
Tokens are AGNOSTIC, NOT Tailwind classes: The tokens defined in the .md files (like neutral-primary-soft, heading, border-default) are agnostic design system tokens, NOT literal Tailwind classes. Do not blindly use classes like bg-neutral-primary-soft unless you have explicitly mapped them in the CSS/Tailwind configuration. You must implement the mapping yourself.
Cross-reference modules. A card containing buttons must satisfy both cards.md AND buttons.md.
Dark mode is automatic. The CSS custom properties resolve differently in light/dark via @media (prefers-color-scheme: dark). Never manually swap colors.
Every interactive element needs hover, focus, and disabled states — defined in the relevant module.
Use semantic HTML: proper heading hierarchy (h1→h6), <button> for actions, <a> for navigation, ARIA attributes where needed.