# Semantic Coding Scan files, replace hardcoded styles with semantic design tokens (colors, typography, spacing, sizing), edit files directly. > Refactored from `semantic-colors` (color-only) into a comprehensive design system skill. ## Usage ``` /semantic-coding [path] ``` ## DO NOT TOUCH (Non-Negotiable) - **Gradients:** `from-*`, `via-*`, `to-*`, `bg-gradient-*`, `linear-gradient()`, `radial-gradient()`, `conic-gradient()` - **SVG defs:** ``, ``, ``, `url(#...)`, anything inside `` - **Glass morphism:** `rgba(255,255,255,0.0x)` overlays on gradient backgrounds - **Decorative shadows:** `boxShadow` glow effects tied to gradient LED/orb effects - **Animations:** `@keyframes`, animation timing values, transform values - **Template literals:** `` `border-${color}-500` ``, dynamic class construction - **Arbitrary values:** `bg-[#hex]`, `text-[14px]`, `p-[20px]` (JIT bracket syntax) - **Component props:** Color/style values passed as non-className props (e.g., `