# Jaeger Distributed Tracing Platform AI Agent Skills

Jaeger Distributed Tracing Platform publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 1 Jaeger Distributed Tracing Platform repository, with install commands and source links.

Official page: https://skillscout.sh/official/jaegertracing/
Markdown page: https://skillscout.sh/official/jaegertracing/jaegertracing_skills_skillscout.md
Vendor website: https://jaegertracing.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/jaegertracing/jaegertracing_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Jaeger Distributed Tracing Platform skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### jaegertracing/jaeger

Includes 3 official skills: detect-n-plus-one, error-root-cause, skills.

Install:

```bash
npx skills add jaegertracing/jaeger -y
```

Source: https://github.com/jaegertracing/jaeger

## Individual skills

### detect-n-plus-one

Official Jaeger Distributed Tracing Platform skill from jaegertracing/jaeger.

Install:

```bash
npx skills add jaegertracing/jaeger@detect-n-plus-one -y
```

Package: jaegertracing/jaeger
Source: https://github.com/jaegertracing/jaeger/tree/main/cmd/jaeger/internal/extension/jaegerquery/internal/mcptools/skills/detect-n-plus-one

### error-root-cause

Official Jaeger Distributed Tracing Platform skill from jaegertracing/jaeger.

Install:

```bash
npx skills add jaegertracing/jaeger@error-root-cause -y
```

Package: jaegertracing/jaeger
Source: https://github.com/jaegertracing/jaeger/tree/main/cmd/jaeger/internal/extension/jaegerquery/internal/mcptools/skills/error-root-cause

### skills

Official Jaeger Distributed Tracing Platform skill from jaegertracing/jaeger.

Install:

```bash
npx skills add jaegertracing/jaeger@skills -y
```

Package: jaegertracing/jaeger
Source: https://github.com/jaegertracing/jaeger/tree/HEAD/cmd/jaeger/internal/extension/jaegerquery/internal/mcptools/skills

## jaegertracing/jaeger package overview

Includes 3 official skills: detect-n-plus-one, error-root-cause, skills.

### Top skills in this package

- detect-n-plus-one: Official Jaeger Distributed Tracing Platform skill from jaegertracing/jaeger.
- error-root-cause: Official Jaeger Distributed Tracing Platform skill from jaegertracing/jaeger.
- skills: Official Jaeger Distributed Tracing Platform skill from jaegertracing/jaeger.

### Install

Install the full package:

```bash
npx skills add jaegertracing/jaeger -y
```

Install a specific skill:

```bash
npx skills add jaegertracing/jaeger@detect-n-plus-one -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/jaegertracing/jaeger#readme
