plugins marketplace
← All plugins

observability-monitoring

v1.2.3

Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards

CodexClaude Code4 skills

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/observability-monitoring/ inside the repository.

Layout

plugins/observability-monitoring/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/distributed-tracing/SKILL.md
├── skills/grafana-dashboards/SKILL.md
├── skills/prometheus-configuration/SKILL.md
└── skills/slo-implementation/SKILL.md

Skills4

distributed-tracingskills/distributed-tracing/SKILL.md

Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.

grafana-dashboardsskills/grafana-dashboards/SKILL.md

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.

prometheus-configurationskills/prometheus-configuration/SKILL.md

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.

slo-implementationskills/slo-implementation/SKILL.md

Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability targets, implementing SRE practices, or measuring service performance.

Manifests2

plugins/observability-monitoring/.codex-plugin/plugin.json
{
  "name": "observability-monitoring",
  "version": "1.2.3",
  "description": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Observability Monitoring",
    "shortDescription": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
    "category": "Coding"
  }
}
plugins/observability-monitoring/.claude-plugin/plugin.json
{
  "name": "observability-monitoring",
  "version": "1.2.3",
  "description": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}