This gives Claude access to 36 pre-built shadcn-svelte components for json-render apps, covering everything from cards and buttons to forms, dialogs, and carousels. The nice thing here is the dual entry point design: use the catalog-only import for server-side schema work without pulling in Svelte dependencies, or grab the full implementations when you're actually rendering. It expects you to cherry-pick components rather than importing everything, which keeps things lean. All form inputs support validation with configurable timing (on change, blur, or submit), and everything's built on Svelte 5 with Tailwind CSS. Useful if you're building dynamic UIs from JSON specs and want a solid component library without wiring up shadcn-svelte components yourself.
npx skills add https://github.com/vercel-labs/json-render --skill shadcn-svelte