Back to skills

dd-docs

infrastructure

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

Setup & Installation

npx skills add https://github.com/datadog-labs/dd-docs --skill dd-docs
or paste the link and ask your coding assistant to install it
https://github.com/datadog-labs/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

  • Working with dd docs functionality
  • Implementing dd docs features
  • Debugging dd docs related issues