dd-docs

datadog-labs/agent-skills · updated Apr 8, 2026

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

Use this skill to locate Datadog documentation and limits.

skill.md

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

Topic URL
APM/Tracing https://docs.datadoghq.com/tracing/
Logs https://docs.datadoghq.com/logs/
Metrics https://docs.datadoghq.com/metrics/
Monitors https://docs.datadoghq.com/monitors/
Dashboards https://docs.datadoghq.com/dashboards/
Security https://docs.datadoghq.com/security/
Synthetics https://docs.datadoghq.com/synthetics/
RUM https://docs.datadoghq.com/real_user_monitoring/
Incidents https://docs.datadoghq.com/service_management/incident_management/
API Reference https://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.)

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.450 reviews
  • Yusuf Sethi· Dec 16, 2024

    Registry listing for dd-docs matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Neel Menon· Dec 12, 2024

    Solid pick for teams standardizing on skills: dd-docs is focused, and the summary matches what you get after install.

  • Chaitanya Patil· Dec 4, 2024

    Keeps context tight: dd-docs is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Piyush G· Nov 23, 2024

    dd-docs has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Tariq Lopez· Nov 7, 2024

    Useful defaults in dd-docs — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Kofi Gonzalez· Nov 3, 2024

    dd-docs is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Tariq Haddad· Oct 26, 2024

    I recommend dd-docs for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Charlotte Gill· Oct 22, 2024

    Keeps context tight: dd-docs is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Shikha Mishra· Oct 14, 2024

    Solid pick for teams standardizing on skills: dd-docs is focused, and the summary matches what you get after install.

  • Isabella Khanna· Sep 25, 2024

    dd-docs fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

showing 1-10 of 50

1 / 5