Development guide for the @arizeai/phoenix-client TypeScript SDK — run and resume experiments, manage OpenTelemetry tracer providers with stack-based attach/detach, and write vitest unit and integration tests. Use when adding features to phoenix-client, debugging experiment lifecycle or provider cleanup, modifying dataset/prompt/session/span APIs, or writing tests for the js/packages/phoenix-client/ directory.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add Arize-ai/phoenix --skill phoenix-client-development --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Phoenix Client Development?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/arize-ai-phoenix-client-development)More formats (shields.io, HTML) on the badges page.
---
name: phoenix-client-development
description: "Development guide for the @arizeai/phoenix-client TypeScript SDK — run and resume experiments, manage OpenTelemetry tracer providers with stack-based attach/detach, and write vitest unit and integration tests. Use when adding features to phoenix-client, debugging experiment lifecycle or provider cleanup, modifying dataset/prompt/session/span APIs, or writing tests for the js/packages/phoenix-client/ directory."
license: Apache-2.0
metadata:
author: oss@arize.com
version: "1.0.0"
languages: TypeScript
internal: true
---
# Phoenix Client Development
TypeScript SDK for Phoenix AI observability: datasets, experiments, prompts, sessions, spans, traces.
Read existing code in the directory you're working in before writing new code.
## Rule Files
| Rule file | When to read |
| ---------------------- | --------------------------------------------------------- |
| `rules/experiments.md` | Experiment execution, task runners, evaluator wiring |
| `rules/prompts.md` | Prompt helpers, selector shapes, server version gating |
| `rules/tracing.md` | OpenTelemetry tracer providers, span export, global state |
| `rules/testing.md` | Unit tests, integration tests, test fixtures |
## Build and Test
```bash
cd js/
pnpm --filter phoenix-client test
```
Tests use **vitest**. Test files live in `test/` named `*.test.ts`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!