Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
arize-ai avatar

Phoenix Frontend

  • 26 installs
  • 10.9k repo stars
  • Updated August 4, 2026
  • arize-ai/phoenix

phoenix-frontend is a Claude Code skill of frontend development guidelines for building React and TypeScript UI in the Phoenix observability platform's app/ directory.

About

phoenix-frontend provides frontend development guidelines for the Phoenix AI observability platform. Developers use it when writing, reviewing, or modifying React components, TypeScript, styles, or UI features in the app/ directory. It routes to rule files on components, Relay, accessibility, and logo assets, and requires that significant view state be recreatable from the URL and that visual changes be verified with agent-browser.

  • Frontend development guidelines for the Phoenix app/ directory
  • Rule files for components, Relay, accessibility, and SVG logo assets
  • Requires encoding significant view state in the URL and verifying UI with agent-browser

Phoenix Frontend by the numbers

  • 26 all-time installs (skills.sh)
  • Ranked #1,495 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

phoenix-frontend capabilities & compatibility

Capabilities
react component conventions · relay usage · accessibility rules · url state management
Use cases
frontend · ui design
Runs
Runs locally
Pricing
Free
From the docs

What phoenix-frontend says it does

Frontend development guidelines for the Phoenix AI observability platform.
SKILL.md
After visual changes, use `agent-browser` to verify the UI looks correct.
SKILL.md
Significant view state must be recreatable from the URL.
SKILL.md
npx skills add https://github.com/arize-ai/phoenix --skill phoenix-frontend

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs26
repo stars10.9k
Last updatedAugust 4, 2026
Repositoryarize-ai/phoenix

What it does

Follow Phoenix frontend conventions when building or refactoring React/TypeScript components, styles, and UI features in the app/ directory.

Who is it for?

Developers writing or refactoring React/TypeScript components in the Phoenix app

Skip if: Design-system rules like tokens, dialogs, and error display, which live in the phoenix-design skill

When should I use this skill?

You are writing, reviewing, or modifying React components, TypeScript, styles, or UI features in app/

What you get

UI code that follows Phoenix component, Relay, and accessibility rules with view state encoded in the URL

  • React/TypeScript components following Phoenix conventions
  • URL-encoded view state
  • accessible UI

By the numbers

  • 4 rule files: components, relay, accessibility, resize-svg-logo-assets

Files

SKILL.mdMarkdownGitHub ↗

Phoenix Frontend Development

Composable rules for building UI in the Phoenix app. Before starting work, explore app/src/components/ and app/package.json to understand existing patterns, packages, and conventions — then follow these rules.

Rule Files

Read the relevant file(s) based on the task:

Rule fileWhen to read
rules/components.mdCreating, composing, or refactoring components
rules/relay.mdUsing Relay
rules/accessibility.mdAny interactive element, form, overlay, or semantic markup
rules/resize-svg-logo-assets.mdAdding or updating provider/integration logo icons

Verification

After visual changes, use agent-browser to verify the UI looks correct. When modifying a shared component, check its usages across the app.

URL State

Significant view state must be recreatable from the URL. If a user can select a tab, sub-view, or detail state that should survive reloads, sharing, or adjacent-record pagination, encode it in route params or search params and preserve the relevant URL state during navigation.

Related skills

FAQ

Where should view state be stored?

Significant view state must be recreatable from the URL, encoded in route params or search params.

How are visual changes verified?

Use agent-browser to verify the UI looks correct after visual changes.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.