Purpose
Create and style components using Skeleton UI framework with proper preset classes.
Prerequisites
Guidelines
- Use preset classes (e.g.,
bg-primary-500) instead of variant-*
- Ensure dark mode compatibility
- Follow Skeleton's spacing and typography system
Example Usage
When user requests: "Create a card component with avatar"
ā Look up Card and Avatar components from Skeleton docs
ā Generate TypeScript component with proper props
ā Apply theme-aware styling
ā Include accessibility attributes