dd-docs
Look up Datadog documentation via the LLM-optimized docs index
Developer Setup
Setup & Installation
npx skills add https://github.com/datadog-labs/agent-skills --skill dd-docsnpx skills add https://github.com/datadog-labs/agent-skills --skill dd-docsOverview
What This Skill Does
Look up Datadog documentation via the LLM-optimized docs index
Application
When to use this Skill
- Integrating dd docs into your development workflow.
- Following best practices for look up datadog documentation via the llm-optimized docs index.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
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 -100Search for specific topics:
Recommendations
Explore other random skills
auth0-ionic-vue
Use when adding Auth0 authentication to an Ionic Vue application with Capacitor — integrates @auth0/auth0-vue SDK with Capacitor Browser and App plugins for native iOS/Android deep linking, login, logout, and user profile display.
auth0-java-mvc-common
Use when adding Auth0 login, logout, and callback handling to Java Servlet web applications - integrates com.auth0:mvc-auth-commons SDK for server-side Java apps using javax.servlet with session-based authentication. Triggers on AuthenticationController, AuthorizeUrl, Tokens, IdentityVerificationException, Java MVC auth.
auth0-mfa
Use when adding MFA, 2FA, TOTP, SMS codes, push notifications, passkeys, or when requiring step-up verification for sensitive operations or meeting compliance requirements (HIPAA, PCI-DSS) - covers adaptive and risk-based authentication with Auth0.