shadcn-create-project
Original:🇺🇸 English
Translated
Scaffold a NEW project with Shadcn UI pre-configured (Next.js, Vite, etc.) using `shadcn create`.
7installs
Sourcewiztral/agent-skills
Added on
NPX Install
npx skill4agent add wiztral/agent-skills shadcn-create-projectTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Shadcn Create Project
Use this skill to create a brand new project with Shadcn UI initialized from the start.
Documentation
Workflow
-
Run Creation Command: Execute the following command to start the interactive setup:bash
pnpm dlx shadcn@latest create(Orif supported)pnpm create shadcn@latest -
Configuration Prompts: The CLI will prompt for the following choices. Choose based on user requirements or use defaults:
- Project Name: (User defined)
- Framework: Next.js, Laravel, Vite, Remix, or TanStack Start.
- Style: New York (Default) or Default.
- Base Color: Slate, Gray, Zinc, Neutral, Stone.
- CSS Variables: (Always prefer CSS variables).
yes
-
Post-Scaffold Verification:
- Verify the project directory was created.
- Verify exists.
components.json - Verify (or CSS config) exists.
tailwind.config.ts/js