shadcn-ui
Installation
SKILL.md
<essential_principles>
How shadcn/ui Works
shadcn/ui is NOT a component library - it's a collection of re-usable components you copy into your project and own. This philosophy changes everything about how you work with it.
1. You Own the Code
Components are copied directly into your components/ui/ directory. You can and should modify them. Don't wrap components - edit them directly. This is intentional.
# Install a component
npx shadcn@latest add button
# Components land in your project
# src/components/ui/button.tsx
2. Composition Over Monoliths
Related skills
More from filipebraida/skills
adonisjs
Build AdonisJS 6 features from scratch through production. Full lifecycle - build, debug, test, optimize, refactor. Follows TypeScript-first, Lucid ORM, and AdonisJS conventions.
53inertia-adonisjs
Build AdonisJS 6 + Inertia.js (React) applications from scratch through production. Full lifecycle - setup, pages, forms, shared data, debugging.
24