dd-docs
Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.
pinned to #8511716updated 2 days ago
Ask your AI client: “install skills/dd-docs”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/dd-docsmetahub onboarded this repo on the author's behalf.
If you own github.com/datadog-labs/agent-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
150
Last commit
2 days ago
Latest release
published
About this skill
Pulled from SKILL.md at publish time.
Use this skill to locate Datadog documentation and limits.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.8511716· 2 days ago
Documentation
6 passed3 warningsDescription qualitywarn
9 words · 80 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
Homepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
README is present and substantial
16,889 chars · 6 sections · 27 code blocks
README has usage / example sections
no labeled section but 27 code blocks document usage
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Description is substantive
Description is 9 words.
Documentation present and substantive
Documentation present (SKILL.md, 256 words).
Documentation shows usage
Documentation includes 1 code example.
Release history
1- releasecurrent8511716warn2 days ago
Contents
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
.mdto URLs)
How to Use llms.txt
-
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"
- 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
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.)
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/dd-docs