shadcn-create-project

Scaffold a NEW project with Shadcn UI pre-configured (Next.js, Vite, etc.) using `shadcn create`.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "shadcn-create-project" with this command: npx skills add wiztral/agent-skills/wiztral-agent-skills-shadcn-create-project

Shadcn Create Project

Use this skill to create a brand new project with Shadcn UI initialized from the start.

Documentation

Workflow

  1. Run Creation Command: Execute the following command to start the interactive setup:

    pnpm dlx shadcn@latest create
    

    (Or pnpm create shadcn@latest if supported)

  2. 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: yes (Always prefer CSS variables).
  3. Post-Scaffold Verification:

    • Verify the project directory was created.
    • Verify components.json exists.
    • Verify tailwind.config.ts/js (or CSS config) exists.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

shadcn-theming

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

shadcn-setup

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
85.8K23Kvercel