shadcn/ui + Base UI Guidelines A guide for using shadcn/ui components when working with Base UI. Prevents LLMs from incorrectly suggesting Radix UI patterns (asChild, etc.). ⚠️ CRITICAL: Before suggesting any code, verify this is a Base UI project by checking . The field should start with (e.g., , , , , ). If it starts with something else, this skill does not apply. Ensure the package is installed. If not, install it using the appropriate package manager. Slot Pattern The major difference between Radix UI and Base UI is the slot pattern. Radix UI uses , while Base UI uses the prop. Always use…