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 skills add https://github.com/datadog-labs/agent-skills --skill dd-docs