What problem does it solve?
This skill solves the difficulty of correctly implementing coss UI components, which are built on Base UI with a shadcn-like developer experience. It eliminates common migration mistakes from shadcn/Radix and ensures proper composition, accessibility, and Tailwind styling without guesswork.
Core Features & Use Cases
- Component Discovery: Quickly identify the right coss primitive for any UI task using the component registry index.
- Implementation Guidance: Get correct imports, composition patterns, and prop usage for 53+ primitives including dialogs, menus, forms, and overlays.
- Migration Support: Safely migrate from shadcn/Radix to coss/Base UI with documented pattern translations and pitfall avoidance.
- Particle Examples: Reference production-like particle examples for practical composition patterns.
Quick Start
Use the coss skill to implement a dialog component with correct trigger and popup composition by consulting the dialog primitive reference guide.