← All plugins
ui-design-system
v1.0.0Complete UI/UX design system for React Native & Next.js with 4 core skills
Claude Code
by ApexScale AIMIT26updated 9 months ago
Source
git clone https://github.com/apexscaleai/claude-ui-design-systemClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
ui-design-system/
└── .claude-plugin/plugin.json
Manifests1
.claude-plugin/plugin.json
{
"name": "ui-design-system",
"version": "1.0.0",
"description": "Complete UI/UX design system for React Native & Next.js with 4 core skills",
"author": {
"name": "ApexScale AI",
"url": "https://github.com/apexscaleai"
},
"keywords": [
"ui",
"ux",
"design-system",
"react-native",
"nextjs",
"design-tokens",
"refactoring",
"accessibility"
],
"license": "MIT",
"homepage": "https://github.com/apexscaleai/claude-ui-design-system",
"repository": "https://github.com/apexscaleai/claude-ui-design-system",
"commands": [
"./.claude-plugin/commands/design-foundation.md",
"./.claude-plugin/commands/refactor-ui.md",
"./.claude-plugin/commands/apply-preset.md",
"./.claude-plugin/commands/improve-aesthetics.md"
]
}