Arize-aiArize-aiOfficialยท36 Agent Skills Included

phoenix

Trace, evaluate, and debug LLM applications in one platform

Captures detailed traces of LLM calls, tool executions, and retrievals using OpenTelemetry instrumentation. Scores output quality with code-based and LLM-as-a-judge evaluators, and runs dataset experiments to compare prompts and models. Eliminates blind debugging of AI agents by surfacing failures, costs, and latency in a searchable UI and CLI.
npx skills add Arize-ai/phoenix --all -g -y

All Skills in This Repository (36)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

phoenix-cli-development

Guides design and implementation of noun-verb commands for the Phoenix CLI.

Official
Advanced
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

phoenix-client-development

Guides development of the phoenix-client TypeScript SDK covering experiments, prompts, tracing, and vitest testing.

Official
Advanced
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

phoenix-otel-development

Guides OpenTelemetry registration and global tracer provider lifecycle management in TypeScript.

Official
Intermediate
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

phoenix-server

Guides backend development of Phoenix's FastAPI, Strawberry GraphQL, and SQLAlchemy server codebase.

Official
Advanced
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

agent-browser

Automates browser interactions via a CLI using Chrome DevTools Protocol and accessibility-tree snapshots.

Official
Intermediate
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

phoenix-skills-audit

Audit recent Phoenix client, CLI, and API changes and patch stale agent skill documentation.

Official
Advanced
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

pxi-eval-dataset

Generate synthetic YAML evaluation datasets for the PXI eval harness.

Official
Advanced
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

mintlify

Build and maintain Mintlify documentation sites with MDX pages and docs.json configuration.

Official
Intermediate
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

gh-stack

Manages stacked GitHub pull requests and splits multi-part work into reviewable branch layers.

Official
Advanced
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

phoenix-sqlean

Maintains the vendored sqlean.py fork by bumping pinned SQLite, sqlean, and xxHash versions.

Official
Advanced
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

phoenix-integration-snippets

Generates onboarding code snippets for Phoenix tracing integrations and wires them into the onboarding UI.

Official
Advanced
๐Ÿ“ฆ In Repo
Arize-aiArize-ai

phoenix-typescript

Enforces TypeScript naming, typing, and import conventions across the Phoenix monorepo.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Phoenix?โ–ผ

Run `npx skills add Arize-ai/phoenix --all -g -y` in your terminal to install all skills in this suite globally.

What is Arize Phoenix used for?โ–ผ

Phoenix is an open-source AI observability platform for tracing, evaluating, and debugging LLM applications. It helps you see exactly what your AI agents and prompts are doing in production.

How do I trace my LLM app with Phoenix?โ–ผ

Install the Phoenix OTel package for Python or TypeScript, call register() with your project name, and your framework's LLM calls are captured automatically. Traces appear in the Phoenix UI at localhost:6006.

Does Phoenix work with Claude Code and Cursor?โ–ผ

Yes. Phoenix ships a remote MCP server and CLI that connect directly to Claude Code, Cursor, Codex, and other MCP-compatible agents for querying traces and experiments.

Can Phoenix evaluate RAG and agent quality?โ–ผ

Yes. It includes pre-built evaluators for faithfulness, relevance, and tool selection, plus custom code or LLM-as-a-judge evaluators you can run over traces and datasets.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’