setup-design-system
Installation
SKILL.md
Design System Workflow
Initialize or extend the project's design system with properly accessible, consistent UI components using Tailwind CSS and shadcn/ui.
Step 0: Verify Feature Branch
Ensure we are on a feature branch based on the latest main:
git fetch origin main
If on main, create a new feature branch:
git checkout -b feature/design-system origin/main
If already on a feature branch, rebase onto latest origin/main: