Complete UI/UX design system for React Native & Next.js - Claude Code skills for greenfield and brownfield projects
git clone https://github.com/apexscaleai/claude-ui-design-system.gitComplete UI/UX design system for React Native & Next.js - Claude Code skills for greenfield and brownfield projects
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/apexscaleai/claude-ui-design-systemCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a comprehensive UI/UX design system for a [COMPANY] in the [INDUSTRY] sector. The design system should include components for both React Native and Next.js. Include a color palette, typography, spacing, and common UI components like buttons, cards, and navigation elements. The design system should be adaptable for both greenfield and brownfield projects. Provide the code for the design system in a structured format.
## UI/UX Design System for [COMPANY] in the [INDUSTRY] Sector
### Color Palette
- Primary: #2A5C8A
- Secondary: #4A8FAA
- Accent: #FFA07A
- Background: #F5F5F5
- Text: #333333
### Typography
- **Headings**: Montserrat (Bold, Semi-Bold)
- **Body**: Open Sans (Regular, Medium)
- **Font Sizes**:
- Headings: 24px, 20px, 18px
- Body: 16px, 14px
### Spacing
- **Padding**: 16px (Standard), 24px (Large)
- **Margins**: 16px (Standard), 24px (Large)
- **Gutters**: 16px (Standard), 24px (Large)
### Components
#### Buttons
```jsx
const Button = ({ title, onPress }) => (
<TouchableOpacity onPress={onPress} style={styles.button}>
<Text style={styles.buttonText}>{title}</Text>
</TouchableOpacity>
);
const styles = StyleSheet.create({
button: {
backgroundColor: '#2A5C8A',
padding: 16,
borderRadius: 8,
alignItems: 'center',
},
buttonText: {
color: 'white',
fontFamily: 'Montserrat-SemiBold',
fontSize: 16,
},
});
```
#### Cards
```jsx
const Card = ({ title, content }) => (
<View style={styles.card}>
<Text style={styles.cardTitle}>{title}</Text>
<Text style={styles.cardContent}>{content}</Text>
</View>
);
const styles = StyleSheet.create({
card: {
backgroundColor: 'white',
borderRadius: 8,
padding: 16,
marginBottom: 16,
shadowColor: '#000',
shadowOffset: { width: 0, height: 2 },
shadowOpacity: 0.1,
shadowRadius: 4,
elevation: 2,
},
cardTitle: {
fontFamily: 'Montserrat-Bold',
fontSize: 20,
marginBottom: 8,
},
cardContent: {
fontFamily: 'OpenSans-Regular',
fontSize: 16,
},
});
```AI assistant built for thoughtful, nuanced conversation
Create stunning websites effortlessly with customizable templates and e-commerce tools.
Create and collaborate on interactive animations with powerful, user-friendly tools.
Visualize user engagement with heatmaps and optimize designs through A/B testing.
IronCalc is a spreadsheet engine and ecosystem
Create stunning websites effortlessly with Wix.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan