Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.
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
| Topic | URL |
|---|---|
| APM/Tracing | https://docs.datadoghq.com/tracing/ |
npx skills add DataDog/pup --skill dd-docsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.