npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

shadcn-skill-cli

v1.0.5

Published

Smart UI wizard CLI for shadcn/ui — init projects, add components, and scaffold templates automatically

Readme

shadcn-skill-cli

Build beautiful UIs in minutes — not hours.

This CLI asks you a few questions about what you're building, then sets up shadcn/ui with the right components and templates automatically.


Quick Start

npx shadcn-skill-cli@latest init

Answer a few questions, and you'll have a complete, production-ready UI project ready to run.


What It Does

  1. Asks what you're building (app type, pages, features)
  2. Installs shadcn/ui with the exact components you need
  3. Generates layouts and page templates using best practices

No more wondering which components to pick or how to structure your UI.


Supported Frameworks

  • Next.js (App Router + TypeScript)
  • Vite (React + TypeScript)

Supported Styles

Choose a visual style that matches your brand:

| Style | Feel | Best for | |-------|------|----------| | Nova | Clean, professional | Most projects | | Vega | Modern, bold | Startups, tech | | Maia | Warm, friendly | Consumer apps | | Mira | Elegant, minimal | Portfolios, creative | | Lyra | Technical, sharp | Dev tools, data | | Luma | Bright, modern | SaaS, cloud |


Available Pages

Each page template is production-ready — just customize the data.

  • Dashboard — Stats cards, activity feed, quick actions
  • Data Table — Search, sort, pagination, row actions (CRUD)
  • Form — Complex forms with validation, multi-step support
  • Settings — Tabs layout for account, appearance, notifications, security
  • Analytics — KPI cards, charts, conversion funnel
  • User Management — User list with roles, status, actions
  • Auth (Login / Register / Forgot) — Ready-to-use auth pages
  • Notification Center — In-app notifications UI
  • File Upload — File manager with drag & drop
  • Documentation — Docs page with sidebar navigation
  • Landing — Hero section, features, CTA

Features

Add features alongside your pages:

  • Sidebar Navigation — Collapsible admin sidebar
  • Dark / Light Mode — Theme toggle with system support
  • Command Palette — ⌘K search across your app
  • Responsive Mobile Nav — Sheet-based mobile menu
  • i18n — Multi-language setup
  • RBAC — Role-based access control UI patterns
  • Export — PDF/CSV export dialogs
  • Wizard Form — Multi-step form flows

Command Reference

init

# Interactive wizard
npx shadcn-skill-cli@latest init

# Skip the wizard with flags
npx shadcn-skill-cli@latest init \
  --type dashboard \
  --framework next \
  --style nova \
  --name "My App"

add:page

# Add a page to an existing project
npx shadcn-skill-cli@latest add:page analytics

doctor

# Check if your project is set up correctly
npx shadcn-skill-cli@latest doctor

list

# See all available pages, components, features
npx shadcn-skill-cli@latest list

After Init

cd your-project
pnpm install
pnpm dev

Your project opens at http://localhost:3000 (Next.js) or http://localhost:5173 (Vite).


Requirements

  • Node.js 18 or higher
  • npm, pnpm, bun, or yarn

Uninstall

npm uninstall -g shadcn-skill-cli

License

MIT