dd-docs

Datadog-Dokumentationssuche mittels docs.datadoghq.com/llms.txt und verlinkten Markdown-Seiten.

npx skills add https://github.com/datadog-labs/agent-skills --skill dd-docs

Datadog Docs

Use this skill to locate Datadog documentation and limits.

LLM-Friendly Documentation

Datadog provides an LLM-optimized documentation index at:

https://docs.datadoghq.com/llms.txt

This file contains:

  • Overview of all Datadog products organized by use case
  • Full list of documentation pages with URLs and descriptions
  • Direct links to Markdown sources (append .md to URLs)

How to Use llms.txt

  1. Fetch the index to understand available documentation:

    curl -s https://docs.datadoghq.com/llms.txt | head -100
    
  2. Search for specific topics:

Examples:

curl -s https://docs.datadoghq.com/llms.txt | grep -i "monitors"
curl -s https://docs.datadoghq.com/llms.txt | grep -i "apm"
curl -s https://docs.datadoghq.com/llms.txt | grep -i "logs"
  1. Fetch specific doc pages (add .md to most Datadog Docs URLs for raw content):
    curl -s https://docs.datadoghq.com/monitors.md
    curl -s https://docs.datadoghq.com/tracing.md
    

Key Documentation Sections

TopicURL
APM/Tracinghttps://docs.datadoghq.com/tracing/
Logshttps://docs.datadoghq.com/logs/
Metricshttps://docs.datadoghq.com/metrics/
Monitorshttps://docs.datadoghq.com/monitors/
Dashboardshttps://docs.datadoghq.com/dashboards/
Securityhttps://docs.datadoghq.com/security/
Syntheticshttps://docs.datadoghq.com/synthetics/
RUMhttps://docs.datadoghq.com/real_user_monitoring/
Incidentshttps://docs.datadoghq.com/service_management/incident_management/
API Referencehttps://docs.datadoghq.com/api/

Scope Guardrails

  • Use llms.txt for documentation lookups
  • Defer to official docs for feature availability and limits

Failure Handling

  • If docs.datadoghq.com is unreachable, check network connectivity
  • For region-specific docs, use appropriate site (datadoghq.eu, etc.)

Mehr Skills von datadog-labs

dd-audit
datadog-labs
Prüfpfad-Untersuchungen – wer was geändert hat, Schlüsselkompromittierung, Ursache von Kostenanstiegen, Compliance-Nachweise (SOC 2/PCI) und Prüfung von KI-Aktivitäten.
official
agent-install
datadog-labs
Installieren Sie den Datadog Agent auf Kubernetes mit dem Datadog Operator – erforderlich, bevor Single Step Instrumentation (SSI) aktiviert werden kann, das automatisch…
official
agent-observability-auto-experiment
datadog-labs
Führe einen iterativen Code-Verbesserungs-Hill-Climb gegen echte Datadog-LLM-Obs-Daten lokal mit Claude Code als Agent durch. Etabliert eine Baseline-Evaluierung, macht eine…
official
agent-observability-eval-bootstrap
datadog-labs
Bootstrappen Sie Evaluatoren aus Produktionstraces — standardmäßig werden Online-LLM-Judge-Evaluatoren vorgeschlagen, und nach Ihrer Bestätigung werden sie in Datadog als deaktivierte Entwürfe erstellt…
official
agent-observability-eval-pipeline
datadog-labs
End-to-End-Agent-Observability-Pipeline für eine instrumentierte ml_app — Produktions-Traces klassifizieren, Fehlerursachen ermitteln, Evaluatoren bootstrapen, dann (optional)…
official
agent-observability-experiment-analyzer
datadog-labs
Analyze LLM experiment results. Handles single or comparative experiments, exploratory or Q&A modes. Use when user says "analyze experiment", "compare…
official
agent-observability-replay-trace
datadog-labs
Verwenden Sie dies, wenn ein Entwickler an EINER bestimmten Agent Observability / LLM Obs-Trace iterieren möchte, deren Ausgabe ihm nicht gefallen hat — indem er diese Trace erneut gegen seine…
official
agent-observability-trace-rca
datadog-labs
Ursachenanalyse bei Produktions-LLM-Traces. Diagnostiziert, warum eine LLM-Anwendung fehlschlägt – arbeitet mit Eval-Judge-Urteilen, Laufzeitfehlern oder strukturellen…
official