This handles Datadog monitor management through the command line, letting you list, search, create from files, and manage alerting downtimes. What makes it worth looking at is the opinionated best practices baked in: it pushes you toward stable alert windows, proper recovery thresholds to prevent flapping, and a safe deletion workflow that marks monitors instead of nuking them. The guidance on avoiding alert fatigue is solid, like using 5 minute windows instead of 1 minute, scoping alerts to what actually matters, and including runbooks in messages. Requires pup in your path to work with the Datadog API.
npx skills add https://github.com/datadog-labs/agent-skills --skill dd-monitors