Skip to content

Ivlad003/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ivlad-plugins

Claude Code plugin marketplace by ivlad003 — observability, DevOps, and developer productivity tools.

Installation

/plugin marketplace add Ivlad003/plugins

Available Plugins

newrelic-observability

Query and analyze New Relic data directly from Claude Code via REST API calls. No MCP server or Python needed.

/plugin install newrelic-observability@ivlad-plugins

Prerequisites: Set NEW_RELIC_API_KEY and NEW_RELIC_ACCOUNT_ID environment variables.

Includes:

Component Description
/nr-query <NRQL> Run any NRQL query
/nr-alerts Check active alert violations
/nr-status Health overview of all monitored apps
/nr-investigate Full incident investigation with root cause analysis
newrelic-ops skill 12 API operations + 3 investigation workflows
newrelic-investigator agent Correlates signals for incident root cause analysis

Usage:

"What's the error rate for my-app?"
"Are there any open alerts?"
/nr-status
/nr-query SELECT average(duration) FROM Transaction FACET name SINCE 1 hour ago
/nr-investigate checkout is returning 500s

datadog-observability

Query and analyze Datadog data directly from Claude Code via REST API calls. No MCP server or Python needed.

/plugin install datadog-observability@ivlad-plugins

Prerequisites: Set DD_API_KEY and DD_APP_KEY environment variables. Optionally set DD_SITE (defaults to datadoghq.com).

Includes:

Component Description
/dd-logs <query> Search and filter logs
/dd-query <metric> Run a metrics query
/dd-alerts Check triggered monitors
/dd-status Health overview of infrastructure
/dd-investigate Full incident investigation with root cause analysis
datadog-ops skill 12 API operations + 3 investigation workflows
datadog-investigator agent Correlates signals for incident root cause analysis

Usage:

"Search logs for errors in the payment service"
"What monitors are triggered?"
/dd-status
/dd-logs service:checkout status:error
/dd-investigate the checkout service is returning 500s

License

MIT

About

Collection of Claude Code plugins by ivlad003 — observability, DevOps, and developer productivity tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors