This gives Claude the ability to work with shadcn/ui, the React component collection that takes a different approach from typical npm libraries. Instead of installing packages, you copy components directly into your codebase, giving you full ownership to modify them however you need. It's built on Radix UI primitives and Tailwind CSS, so you get accessibility and styling handled, but the code lives in your project. The skill covers the CLI workflow for adding components, theming with CSS variables, and the underlying architecture. Useful when you're building React apps with Tailwind and want production-ready components without being locked into a library's update cycle or abstraction layers.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill shadcn-ui