better-chat-ui
Installation
SKILL.md
Details that make chat interfaces feel better
A chat UI is a state machine wearing a conversation costume. Most chat
interfaces feel broken not because of styling but because they render
the happy path and improvise everything else. Apply these principles
when building or reviewing any UI built on the AI SDK's useChat.
Tool-call and structured-output rendering is covered by the
better-generative-ui skill; use that for anything that maps model
output to components. General surface polish (radius, shadows, press
states) is covered by better-ui, and all text concerns by
better-typography.