phoenix-observability
Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.
npx skills add Orchestra-Research/AI-Research-SKILLs --skill phoenix --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Phoenix - AI Observability Platform Open-source AI observability and evaluation platform for LLM applications with tracing, evaluation, datasets, experiments, and real-time monitoring. ## When to use Phoenix **Use Phoenix when:** - Debugging LLM application issues with detailed traces - Running systematic evaluations on datasets - Monitoring production LLM systems in real-time - Building experiment pipelines for prompt/model comparison - Self-hosted observability without vendor lock-in **Key features:** - **Tracing**: OpenTelemetry-based trace collection for any LLM framework - **Evaluation**: LLM-as-judge evaluators for quality assessment - **Datasets**: Versioned test sets for regression testing - **Experiments**: Compare prompts, models, and configurations - **Playground**: Interactive prompt testing with multiple models - **Open-source**: Self-hosted with PostgreSQL or SQLite **Use alternatives instead:** - **LangSmith**: Managed platform with LangChain-first integration - **Weights & Biases**: Deep learning experiment tracking focus - **Arize Cloud**: Managed Phoenix with enterprise features - **MLflow**: General ML lifecycle, model registry focus ## Quick start ### Installa
- When to use Phoenix
- Quick start
- Installation
- Launch Phoenix server
- Command-line server (production)
- Basic tracing
- Core concepts
- Traces and spans
- Projects
- Framework instrumentation
- OpenAI
- LangChain
- LlamaIndex
- Anthropic
pip install arize-phoenix With specific backends pip install arize-phoenix[embeddings] # Embedding analysis pip install arize-phoenix-otel # OpenTelemetry config pip install arize-phoenix-evals # Evaluation framework pip install arize-phoenix-client # Lightweight REST client Start Phoenix server phoenix serve With PostgreSQL export PHOENIX_SQL_DATABASE_URL="postgresql://user:pass@host/db"
What does the phoenix-observability skill do?
Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.
How do I install it?
Run `npx skills add Orchestra-Research/AI-Research-SKILLs --skill phoenix --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Orchestra-Research/AI-Research-SKILLs, a repository with 11,391 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
