What problem does it solve? When building React interfaces with shadcn/ui, developers constantly need the exact install command, component source, and usage pattern for a specific component, framework, or feature. This Skill provides a lazy-loaded, offline documentation corpus of 201 MDX files covering 50+ shadcn/ui components, so answers come from authoritative docs instead of guesswork. ## Core Features & Use Cases - Component lookup: Reads a single relevant MDX file (e.g. vendor/components/radix/data-table.mdx) and returns the install command, component source TSX, and usage pattern without paraphrasing. - Theming, dark mode, forms, and RTL guidance: Covers CSS-variable theming, per-framework dark-mode recipes (Next.js, Vite, Remix, Astro), React Hook Form + Zod form patterns, and right-to-left layout support. - Framework installation and registry workflows: Per-framework install guides (Next.js, Vite, Remix, Astro, Laravel, Gatsby) plus a registry reference for safely evaluating and installing community component variants with license, test, and maintenance checks. - Use Case: A user asks "Show me the shadcn data-table component for Next.js" and receives the exact npx shadcn@latest add data-table command, the component source, and the usage pattern extracted from the docs. ## Quick Start Ask the assistant to show the shadcn/ui data-table component source and install command for a Next.js project.