shadcn-setup
Installation
SKILL.md
Shadcn Setup
Use this skill to add Shadcn UI to a project that already exists but doesn't have it configured.
Documentation
Workflow
1. Environment & Prerequisites Detection
Before initializing, ensure the environment is ready:
A. Framework
- Next.js: check for
next.config.jsornext.config.ts. - Vite: check for
vite.config.tsorvite.config.js.