React NativeとNext.js両対応の包括的UI/UXデザインシステム。6つのプリセットスタイル(ミニマリストモダン〜実験的)、デザイントークン基盤、リファクタリング、アクセシビリティ強化機能。
Complete UI/UX design system for React Native & Next.js projects - from greenfield to brownfield.
Choose from 6 curated design styles:
Install via Claude Code plugin system:
# In Claude Code, run:
/plugin marketplace add apexscaleai/claude-ui-design-system
/plugin install ui-design-system@ui-design-system
Restart Claude Code. Skills are now available!
Install globally for use across all projects:
cd ~/.claude/skills
git clone https://github.com/apexscaleai/claude-ui-design-system
Restart Claude Code. Skills are now available!
Install for specific project (team-shared):
cd your-project
mkdir -p .claude/skills
cd .claude/skills
git clone https://github.com/apexscaleai/claude-ui-design-system
Commit to git. Team members get skills automatically.
design-system-foundation - Set up design tokens, structure, theme systemdesign-documentation-generator - Auto-generate design specs and style guidescomponent-library-scaffolder - Scaffold atomic design component librarydesign-preset-system - Apply and switch between design presetsui-refactoring-workflow - Refactor UI with modern design principlescomponent-modernization - Modernize React Native/Next.js componentsdesign-migration - Migrate between design systemsaesthetic-excellence - Improve visual hierarchy, spacing, typographyanimation-enhancement - Add thoughtful animations and transitionsaccessibility-upgrade - Enhance WCAG compliance"Set up design system foundation for my React Native fitness app using glass-aesthetic preset"
Claude will:
"Refactor this button component to use minimalist-modern preset and improve accessibility"
Claude will:
"Generate complete design system documentation for my component library"
Claude creates:
"Convert my app from minimalist-modern to bold-brutalist preset"
Claude will:
claude-ui-design-system/
├── foundation/ # Greenfield - New Projects
│ ├── design-system-foundation/
│ ├── design-documentation-generator/
│ └── component-library-scaffolder/
│
├── presets/ # Design Style Presets
│ └── design-preset-system/
│ └── presets/
│ ├── minimalist-modern/
│ ├── bold-brutalist/
│ ├── soft-neumorphic/
│ ├── glass-aesthetic/
│ ├── timeless-classic/
│ └── bleeding-edge-experimental/
│
├── refactoring/ # Brownfield - Existing
│ ├── ui-refactoring-workflow/
│ ├── component-modernization/
│ └── design-migration/
│
└── enhancement/ # Universal Improvements
├── aesthetic-excellence/
├── animation-enhancement/
└── accessibility-upgrade/
This is a living design system. Contributions welcome!
MIT License - feel free to use in your projects!
Built for the Claude Code community by @apexscaleai
Inspired by:
Questions? Open an issue or start a discussion!