Datadog Labs/dd-docs — Agent Skills | officialskills.sh
Back to skills

dd-docs

Looks up Datadog documentation by fetching the LLM-optimized index at docs.

Setup & Installation

npx skills add https://github.com/datadog-labs/agent-skills --skill dd-docs
or paste the link and ask your coding assistant to install it
https://github.com/datadog-labs/agent-skills/tree/main/dd-docs
View on GitHub

What This Skill Does

Looks up Datadog documentation by fetching the LLM-optimized index at docs.datadoghq.com/llms.txt. It can search for specific topics like APM, logs, or monitors and retrieve raw Markdown content from any Datadog docs page.

Instead of tabbing over to the Datadog docs site and clicking through navigation, you get the exact documentation page content pulled directly into your workflow.

When to use it

  • Finding the right Datadog docs page for a monitoring setup question
  • Looking up APM tracing configuration details without leaving your editor
  • Checking Datadog log pipeline syntax during a debugging session
  • Pulling metrics API reference docs while writing a custom integration
  • Reviewing Datadog monitor threshold options before creating an alert