Phoenix phoenix-design
Design system conventions for the Phoenix frontend — layout, dialogs, error display, BEM CSS class naming, and CSS design tokens. Use when building UI, naming CSS classes, creating or consuming tokens, handling errors, or designing dialog interactions in app/src/.
install
source · Clone the upstream repo
git clone https://github.com/Arize-ai/phoenix
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Arize-ai/phoenix "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/phoenix-design" ~/.claude/skills/arize-ai-phoenix-phoenix-design && rm -rf "$T"
manifest:
.agents/skills/phoenix-design/SKILL.mdsource content
Phoenix Design System
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this specification are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.
Rule Files
Read the relevant file(s) based on the task:
| Rule file | When to read |
|---|---|
| Layout stability, scroll behavior, interaction patterns |
| Alert dialog usage, variants, and content writing |
| Error scoping, inline alerts, input validation |
| Naming CSS classes |
| Creating or consuming CSS design tokens |