Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Arize Instrumentation

Skill Aktiv

Adds Arize AX tracing to an LLM application for the first time. Follows a two-phase agent-assisted flow to analyze the codebase then implement instrumentation after user confirmation. Use when the user wants to instrument their app, add tracing from scratch, set up LLM observability, integrate OpenTelemetry or openinference, or get started with Arize tracing.

Zweck

To enable users to easily add LLM observability and tracing to their applications using Arize AX by following a guided, agent-assisted workflow.

Funktionen

  • Adds Arize AX tracing to LLM applications.
  • Two-phase agent-assisted analysis and implementation flow.
  • Supports Python, TypeScript/JavaScript, Java, and Go.
  • Integrates with LLM providers, frameworks, and OpenTelemetry.
  • Provides detailed guidance on manual span creation for tool use.

Anwendungsfälle

  • When a user wants to instrument their application for the first time with Arize AX tracing.
  • When a user needs to set up LLM observability from scratch.
  • When a user wants to integrate OpenTelemetry or openinference with their LLM application.
  • When a user needs to get started with Arize tracing and requires guided setup.

Nicht-Ziele

  • Replacing core business logic of the application.
  • Generating extensive documentation or summary files beyond the necessary code.
  • Embedding literal credential values in generated code.
  • Proactively checking `ax` installation or version before it's needed.

Workflow

  1. Phase 0: Environment preflight (confirm scope, identify runtime needs)
  2. Phase 1: Analysis (scan manifests, check imports, detect existing tracing, identify scope)
  3. Phase 1 Output: Summarize findings and propose integration
  4. Phase 2: Implementation (fetch docs, install packages, set credentials, centralize instrumentation, add manual spans if needed)
  5. Verification (app builds, starts, produces traces; check in Arize or provide blockers)

Praktiken

  • Code Analysis
  • Observability
  • Instrumentation
  • Agent-Assisted Development

Voraussetzungen

  • Access to the codebase
  • Python, TypeScript/JavaScript, Java, or Go runtime environment
  • Arize API Key and Space ID (to be configured by the user)

Execution

  • warning:Pinned dependenciesWhile installation instructions specify packages to install, they do not explicitly mandate pinning versions or provide lockfile generation steps, which could lead to unexpected behavior with dependency updates.

Installation

npx skills add github/awesome-copilot

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

95 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne32.9k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Cleanup Cycles

100

Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".

Skill
raintree-technology

Arize Trace Skill

99

Downloads, exports, and inspects existing Arize traces and spans to understand what an LLM app is doing or debug runtime issues. Covers exporting traces by ID, spans by ID, sessions by ID, and root-cause investigation using the ax CLI. Use when the user wants to look at existing trace data, see what their LLM app is doing, export traces, download spans, investigate errors, or analyze behavior regressions.

Skill
github

Coding Standards

100

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

Skill
affaan-m

Aws Cdk Development

100

AWS Cloud Development Kit (CDK) Experte für den Aufbau von Cloud-Infrastruktur mit TypeScript/Python. Verwenden Sie dies beim Erstellen von CDK-Stacks, Definieren von CDK-Konstrukten, Implementieren von Infrastructure as Code oder wenn der Benutzer CDK, CloudFormation, IaC, cdk synth, cdk deploy erwähnt oder AWS-Infrastruktur programmatisch definieren möchte. Behandelt CDK-App-Struktur, Konstruktmuster, Stack-Komposition und Bereitstellungs-Workflows.

Skill
zxkane

Sentry React Router Framework Sdk

100

Full Sentry SDK setup for React Router Framework mode. Use when asked to "add Sentry to React Router Framework", "install @sentry/react-router", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.

Skill
getsentry

Arize Link

99

Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. Produces clickable URLs for sharing Arize resources with team members. Use when the user wants to link to or open a trace, span, session, dataset, evaluator, or annotation config in the Arize UI.

Skill
github