What a pattern expects from your project and how to add it.
Copy the install command from the pattern page. For Pro patterns it carries your personal token.
Run it — the shadcn CLI writes the files into components/patterns/<slug>/ and installs the missing packages.
Read the README next to the code: it names the entry component and the callbacks where your backend plugs in.
npx shadcn@latest add …/registry.jsonDownload the .zip from the pattern page and drop the folder anywhere in your project. Every file imports only npm packages and its own neighbours, so nothing else needs rewiring.
Each pattern page has a “Copy AI prompt” button. It copies a task for Claude Code, Cursor or a similar agent: install the pattern, read its README, place the component and wire it to real data without touching your design tokens.