Agent skill · AI & Agents

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.

Orchestra-Researchgithub.com/Orchestra-ResearchGitHub ↗
claude-codecodexMIT
Install
npx skills add Orchestra-Research/AI-Research-SKILLs --skill phoenix --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Orchestra Research
Requires: [arize-phoenix>=12.0.0]
Path: 17-observability/phoenix/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 11,391
Language: TeX
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to use Phoenix
  2. Quick start
  3. Installation
  4. Launch Phoenix server
  5. Command-line server (production)
  6. Basic tracing
  7. Core concepts
  8. Traces and spans
  9. Projects
  10. Framework instrumentation
  11. OpenAI
  12. LangChain
  13. LlamaIndex
  14. Anthropic
Ships with 2 files
  • references/advanced-usage.md
  • references/troubleshooting.md
Commands it runs
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"
More from AI-Research-SKILLs
All skills →
About this skill
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.

Keep going