From phoenix
Instruments LLM apps with OpenInference tracing for Phoenix observability in Python and TypeScript. Guides setup, auto/manual instrumentation, span types, and production deployment.
npx claudepluginhub passelin/marketplace-test --plugin phoenixThis skill uses the workspace's default tool permissions.
Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment.
references/annotations-overview.mdreferences/annotations-python.mdreferences/annotations-typescript.mdreferences/fundamentals-flattening.mdreferences/fundamentals-overview.mdreferences/fundamentals-required-attributes.mdreferences/fundamentals-universal-attributes.mdreferences/instrumentation-auto-python.mdreferences/instrumentation-auto-typescript.mdreferences/instrumentation-manual-python.mdreferences/instrumentation-manual-typescript.mdreferences/metadata-python.mdreferences/metadata-typescript.mdreferences/production-python.mdreferences/production-typescript.mdreferences/projects-python.mdreferences/projects-typescript.mdreferences/sessions-python.mdreferences/sessions-typescript.mdreferences/setup-python.mdCreates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment.
Reference these guidelines when:
| Priority | Category | Description | Prefix |
|---|---|---|---|
| 1 | Setup | Installation and configuration | setup-* |
| 2 | Instrumentation | Auto and manual tracing | instrumentation-* |
| 3 | Span Types | 9 span kinds with attributes | span-* |
| 4 | Organization | Projects and sessions | projects-*, sessions-* |
| 5 | Enrichment | Custom metadata | metadata-* |
| 6 | Production | Batch processing, masking | production-* |
| 7 | Feedback | Annotations and evaluation | annotations-* |
Navigation Patterns:
# By category prefix
references/setup-* # Installation and configuration
references/instrumentation-* # Auto and manual tracing
references/span-* # Span type specifications
references/sessions-* # Session tracking
references/production-* # Production deployment
references/fundamentals-* # Core concepts
references/attributes-* # Attribute specifications
# By language
references/*-python.md # Python implementations
references/*-typescript.md # TypeScript implementations
Reading Order:
Phoenix Documentation:
Python API Documentation:
arize-phoenix-otel API referencearize-phoenix-client API referenceTypeScript API Documentation:
@arizeai/phoenix-otel, @arizeai/phoenix-client, and other TypeScript packages