Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:34:55 +08:00
commit e44d77b07a
13 changed files with 3843 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "observability-monitoring",
"description": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"skills": [
"./skills/distributed-tracing",
"./skills/grafana-dashboards",
"./skills/prometheus-configuration",
"./skills/slo-implementation"
],
"agents": [
"./agents/observability-engineer.md",
"./agents/performance-engineer.md",
"./agents/database-optimizer.md",
"./agents/network-engineer.md"
],
"commands": [
"./commands/monitor-setup.md",
"./commands/slo-implement.md"
]
}