بنقرة واحدة
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: