Marketplace ui-design-system
The Design System, Theme, and UX rules for the Physical AI Hub.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/abdulsamad94/ui-design-system" ~/.claude/skills/aiskillstore-marketplace-ui-design-system && rm -rf "$T"
manifest:
skills/abdulsamad94/ui-design-system/SKILL.mdsource content
UI Design System & Theme
Core Philosophy
- Aesthetic: Premium, Modern, "Physical AI" (Dark, Sleek, Futuristic).
- Feel: Smooth, Responsive, High-End.
Typography
- Font: Poppins (Geometric Sans-Serif).
- Weights: 400 (Regular), 500 (Medium), 600 (Semi-Bold), 700 (Bold).
- Usage: Clean, legible, widely spaced.
Color Palette (Dark Mode - Primary)
- Background:
linear-gradient(135deg, #1a1f28 0%, #161b23 50%, #0f1419 100%) - Primary Accent:
(Teal/Greenish) used in buttons and highlights.#2d7d6c - Text:
(Off-white for readability).#ededed - Borders: Subtle, often
.rgba(255, 255, 255, 0.1)
Components
- Buttons: Rounded corners, smooth hover transitions, subtle shadows.
- Cards: Glassmorphism effect (blur + transparency), rounded corners (
or12px
).16px - Inputs: Rounded (
), borderless or subtle border, focus rings.24px - Dropdowns: Floating, animated slide-in, shadow depth.
Animations
- Transitions:
orall 0.2s ease
for premium feel.cubic-bezier - Keyframes:
,fadeIn
,slideIn
.dropdownSlideIn
CSS Structure
- Global:
(Tailwind + Variables).app/globals.css - Docusaurus:
(Overrides).textbook/src/css/custom.css - Modules:
for complex components (like Chatbot, Dropdown).styles.module.css