Arize-ai

78 mods across 5 repositories, 13k stars between them.

agent-browser

01

Arize-ai/phoenix

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

11k +28 today A 200 tokens

gh-stack

02

Arize-ai/phoenix

Skill Claude CodeCodex

Manages stacked PRs and splits multi-part work into reviewable branches with gh-stack. Use for stack creation, viewing, edits, push, submit, sync, rebase, merge, or checkout; when asked to split or isolate work for review; whenever a user mentions a stack, branch layers, dependent PRs, or gh stack; or when a stack is…

11k +28 today A 80 tokens

mintlify

03

Arize-ai/phoenix

Skill Claude CodeCodex

Build and maintain documentation sites with Mintlify. Use when creating docs pages, configuring navigation, adding components, or setting up API references.

11k +28 today A 30 tokens

phoenix-cli

04

Arize-ai/phoenix

Skill Claude CodeCodex

Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review experiments, query annotation configs, and use the GraphQL API. Use whenever the user is analyzing traces or spans, investigating LLM/agent failures, deciding…

11k +28 today A 113 tokens

phoenix-design

05

Arize-ai/phoenix

Skill Claude CodeCodex

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 js/app/src/.

11k +28 today A 56 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Audit documentation gaps across the Phoenix repo by analyzing recent commits to main (default: last 7 days). Use this skill whenever the user asks to find undocumented features, identify docs gaps, audit what shipped without docs, check which recent changes need documentation, review stale docs against current code…

11k +28 today A 155 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Create a new built-in classification evaluator for Phoenix evals. Use this skill whenever the user asks to create a new eval, build a new metric, add a new builtin evaluator, create an LLM-as-a-judge metric, or add a new classification evaluator to Phoenix.

11k +28 today A 63 tokens

phoenix-evals

08

Arize-ai/phoenix

Skill Claude CodeCodex

Build and run evaluators for AI/LLM applications using Phoenix.

11k +28 today A 19 tokens

phoenix-frontend

09

Arize-ai/phoenix

Skill Claude CodeCodex

Frontend development guidelines for the Phoenix AI observability platform. Use when writing, reviewing, or modifying React components, TypeScript code, styles, or UI features in the js/app/ directory. Triggers on any frontend task — new components, UI changes, styling, accessibility fixes, form handling, or component…

11k +28 today A 105 tokens

phoenix-github

10

Arize-ai/phoenix

Skill Claude CodeCodex

Manage GitHub issues, labels, project boards, sprint operations, and roadmap health for the Arize-ai/phoenix repository. Use when filing roadmap issues, triaging bugs, applying labels, running sprint close-out and rollover, auditing board hygiene, checking ticket-load balance across the team, keeping roadmap epics up…

11k +28 today A 90 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Generates onboarding code snippets for Phoenix tracing integrations and wires them into the project onboarding UI. Produces install dependencies and implementation sections for SDKs like OpenAI, LangChain, Vercel AI SDK, and others. Supports Python and TypeScript. Use when asked to create onboarding code, tracing…

11k +28 today A 83 tokens

phoenix-llms-txt

12

Arize-ai/phoenix

Skill Claude CodeCodex

Maintain the Phoenix llms.txt documentation index at docs/phoenix/llms.txt — the machine-readable docs map used by AI agents and the px docs fetch CLI. Use this skill whenever adding, auditing, or reorganizing llms.txt entries. Trigger when the user mentions llms.txt, docs index, px docs, or LLM-friendly documentation.

11k +28 today A 81 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Write Playwright E2E tests for the Phoenix AI observability platform. Use when creating, updating, or debugging Playwright tests, or when the user asks about testing UI features, writing E2E tests, or automating browser interactions for Phoenix.

11k +28 today A 57 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Screenshot a running Phoenix feature and attach images to a GitHub PR. Builds the frontend, starts Phoenix with env vars, uses agent-browser to capture screenshots, uploads to GCS, and updates the PR body.

11k +28 today A 48 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Write, extend, and debug PXI Playwright E2E tests for Phoenix. Use when adding PXI agent frontend specs, authoring LLM-as-judge rubrics, asserting PXI tool use, persisting PXI test runs as Phoenix experiments, or debugging PXI E2E failures.

11k +28 today A 68 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Create Phoenix release documentation grounded in actual code changes. Use this skill whenever the user asks to write release notes, document a release, update release documentation, or mentions undocumented releases. Also trigger when the user wants to update GitHub release descriptions, add entries to the release…

11k +28 today A 72 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Bump the next release-please version for a Phoenix Python package (arize-phoenix, arize-phoenix-client, arize-phoenix-evals, arize-phoenix-otel) by opening a PR with a Release-As commit footer. Use this skill when the user asks to "set the release-please version", "force a 2.0.0 release", "release X as Y", "skip a…

11k +28 today A 124 tokens

phoenix-rest-api

18

Arize-ai/phoenix

Skill Claude CodeCodex

REST API development for Phoenix. Use when adding, modifying, or reviewing endpoints in src/phoenix/server/api/routers/v1/.

11k +28 today A 32 tokens

phoenix-server

19

Arize-ai/phoenix

Skill Claude CodeCodex

Backend development guide for the Phoenix AI observability platform (Strawberry GraphQL, SQLAlchemy async, FastAPI). Use this skill when writing or modifying Python server code in the phoenix repo — adding mutations, types, migrations, or tests. Trigger on any backend task touching src/phoenix/server/…

11k +28 today A 76 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Audit recent changes to Phoenix's user-facing surfaces (Python clients, TypeScript clients, CLI, REST/GraphQL APIs) and patch the three external-facing agent skills — phoenix-tracing, phoenix-cli, and phoenix-evals — so they stay in sync with what actually shipped. Use this skill whenever a user asks to update those…

11k +28 today A 170 tokens

phoenix-sqlean

21

Arize-ai/phoenix

Skill Claude CodeCodex

Maintaining packages/phoenix-sqlean, the vendored fork of nalgeon/sqlean.py published as arize-phoenix-sqlean. Use when bumping the bundled SQLite, sqlean, or xxHash versions, changing its wheel matrix, or touching its publish path. Trigger on any change under packages/phoenix-sqlean/…

11k +28 today A 108 tokens

phoenix-tracing

22

Arize-ai/phoenix

Skill Claude CodeCodex

OpenInference semantic conventions and instrumentation for Phoenix AI observability. Use when implementing LLM tracing, creating custom spans, or deploying to production.

11k +28 today A 33 tokens

Arize-ai/phoenix

Skill Claude CodeCodex

Maintain the bundled TypeScript package docs that ship inside Phoenix npm packages. Use this skill whenever adding or updating docs for @arizeai/phoenix-client, @arizeai/phoenix-evals, or @arizeai/phoenix-otel, when changing the Mintlify package-doc pages, when keeping nodemodules/.../docs content aligned with actual…

11k +28 today A 100 tokens

phoenix-typescript

24

Arize-ai/phoenix

Skill Claude CodeCodex

TypeScript conventions and patterns for any TypeScript code in the Phoenix monorepo — including js/packages/, js/app/, and any other TS directories. Use this skill whenever writing, reviewing, or modifying TypeScript code — new functions, types, exports, tests, or refactors. Also trigger when the user asks about TS…

11k +28 today A 82 tokens