ワンクリックで
frontend-design-system
Token-first frontend design system with Tailwind v4 and CSS variables (light/dark only)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Token-first frontend design system with Tailwind v4 and CSS variables (light/dark only)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | frontend-design-system |
| description | Token-first frontend design system with Tailwind v4 and CSS variables (light/dark only) |
| allowed-tools | Read, Glob, Grep, Bash, apply_patch |
| version | 1 |
| priority | HIGH |
Use this skill for any frontend code changes in this repository.
src/styles.css.--sea-ink, --lagoon, etc.)--text-primary, --bg-surface, --border-subtle)--button-neutral-bg, --auth-avatar-bg)className strings when a semantic token can be used.src/styles.css for repeated component patterns (.button-neutral, .chip-shell, .icon-button).style usage minimal and only for dynamic runtime values (for example animation delays).data-theme="light" forces lightdata-theme="dark" forces darkdata-theme means auto/system modehtml color-scheme aligned with resolved mode.--text-*--bg-*--border-*src/styles.css instead of duplicating utility strings.Run after frontend changes:
vp checkvp testvp build for larger UI/theming changesManual checks: