一键导入
premium
Premium design skill for AI coding agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Premium design skill for AI coding agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.