Pulls Datadog documentation through their llms.txt endpoint, which gives you an LLM-optimized index of all their docs with direct links to markdown sources. Useful when you're configuring monitors, setting up APM, or need to check feature limits without leaving your editor. The skill basically wraps curl commands to fetch either the main index or specific doc pages by appending .md to any Datadog docs URL. It's a straightforward docs lookup tool, nothing fancy, but it saves you from context switching to a browser when you need to reference how Datadog's API or monitoring features actually work.
npx -y skills add datadog-labs/agent-skills --skill dd-docs --agent claude-codeInstalls into .claude/skills of the current project.
Use this skill to locate Datadog documentation and limits.
Datadog provides an LLM-optimized documentation index at:
https://docs.datadoghq.com/llms.txt
This file contains:
.md to URLs)Fetch the index to understand available documentation:
curl -s https://docs.datadoghq.com/llms.txt | head -100
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"
curl -s https://docs.datadoghq.com/monitors.md
curl -s https://docs.datadoghq.com/tracing.md
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev