datadog-labs/agent-skills · Official

dd-docs

Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.

All-time #7567 Trending #7440 First seen Feb 26, 2026
8-week activity · all time api

Installation

$ npx skills add datadog-labs/agent-skills --skill dd-docs

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from datadog-labs/agent-skills · top by installs.

npx skills add datadog-labs/agent-skills

Browse all from datadog-labs/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 165
License LICENSE
Default branch main
Open issues 2
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
More metadata
version
1.0.0
author
datadog-labs
repository
https://github.com/datadog-labs/agent-skills
tags
datadog,docs,llms.txt,dd-docs
alwaysApply
false

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,232 B
  • docs SUMMARY.md 92 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1,528 installs

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:

``bash curl -s https://docs.datadoghq.com/llms.txt | head -100 ``

  1. Search for specific topics:

Examples:

``bash 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):

``bash curl -s https://docs.datadoghq.com/monitors.md curl -s https://docs.datadoghq.com/tracing.md ``

Key Documentation Sections

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.)