Help us improve
Share bugs, ideas, or general feedback.
From rldyour-design
Централизованная дизайн-система с токенами (W3C DTCG / Tailwind v4 CSS-vars), shadcn/ui, ReactBits. Используй для: дизайн-система, токены, тема, цвета, типография, отступы, моушн, примитивы, UI-kit. EN triggers: design system, design tokens, build theme, color palette, typography scale, spacing scale, motion presets, design primitives, UI primitives, shadcn setup.
npx claudepluginhub nddev-it-com/rldyour-claudecode --plugin rldyour-designHow this skill is triggered — by the user, by Claude, or both
Slash command
/rldyour-design:design-system-implementationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build and maintain a centralized design system so design implementation is consistent, scalable, and easy for future Claude Code sessions to modify with high confidence.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Build and maintain a centralized design system so design implementation is consistent, scalable, and easy for future Claude Code sessions to modify with high confidence.
The design system is the source of truth for reusable visual decisions. Components should consume tokens instead of scattering raw values across pages and features.
Use this skill without waiting for explicit invocation when the task includes:
For a full Figma implementation, use it together with figma-to-code, fsd-frontend-architecture, and design-validation.
Create or update centralized tokens for all relevant categories:
@theme directive, all tokens exposed as native CSS variables, theme switching at selector level without rebuild, OKLCH color support.shared/config/theme: token definitions, CSS variables, theme config, Tailwind/shadcn theme mapping.shared/ui: reusable primitives and shadcn-based components without business logic.app: global style imports, providers, theme initialization, and root CSS variable attachment.If the project already has a design-token convention, extend it rather than creating a parallel system.
When Figma variables are available:
Use shadcn/ui MCP (mcp__plugin_rldyour-mcps_shadcn__* - Browse Components, Search Across Registries, Install with Natural Language) as the primary component and registry workflow:
shared/ui or the existing project-specific UI-kit location.Use ReactBits.dev (curated animated React components) for purposeful motion and interactive effects only:
shared/ui.Report in Russian:
Tokens: new/changed token categories and source.Components: shadcn/ui or ReactBits components used and where they were placed.FSD placement: design-system files and public APIs touched.Compatibility: dependency, accessibility, performance, and reduced-motion notes.Validation: browser/design checks completed or blocked.shared/ui.