Documentation
README
Skills provide AI coding assistants with structured knowledge about coss ui — component APIs, composition patterns, styling conventions, migration rules, and common pitfalls. When installed, your assistant knows how to use coss primitives correctly without guessing.
For example, you can ask your assistant to:
- "Add a settings dialog with a form and save/cancel buttons."
- "Add a select with grouped options and a search filter."
- "Migrate this shadcn dropdown menu to coss."
- "Build a toast notification for form submission errors."
Install
npx skills add cosscom/coss
This installs the coss skill into your project. Once installed, your AI assistant automatically loads it when working with coss ui components.
This is the opening of the README. Read the full README on GitHub.