observability-frameworks
v1.0.0Enterprise observability frameworks (multi-window burn-rate alerting, CMDB tagging governance, migration blueprint with verification contract) as Claude Code skills, so the expertise is applied the same way on every engagement and its usage is measured.
By Jigeesha GuptaLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install observability-frameworks for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install observability-frameworks@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Jigeesha03/ClaudeUsecasePart3Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is use-case-5-ip-as-skills/plugins/observability-frameworks/.
Plugin files
├── .claude-plugin/plugin.json├── skills/alerting-framework/SKILL.md└── skills/cmdb-tagging/SKILL.md
Included Skills2
Multi-window, multi-burn-rate SLO alerting framework. Use whenever someone defines an SLO, writes or reviews an alerting condition, a Prometheus alert rule, a Dynatrace Davis anomaly detector, a PagerDuty threshold, or asks "when should this page?". Derives every threshold from the error budget and generates the rules file; never hand-picks a number.
CMDB and telemetry tagging governance framework. Use whenever someone writes a tag rule, adds tags/labels/resource attributes to a service, VM, Kubernetes workload or OTel resource, asks which tags are mandatory, or needs a compliance report over an inventory. Validates against the taxonomy and produces the fix list.
Plugin manifests1
{
"name": "observability-frameworks",
"displayName": "Observability Frameworks",
"version": "1.0.0",
"description": "Enterprise observability frameworks (multi-window burn-rate alerting, CMDB tagging governance, migration blueprint with verification contract) as Claude Code skills, so the expertise is applied the same way on every engagement and its usage is measured.",
"author": {
"name": "Jigeesha Gupta"
},
"license": "MIT",
"keywords": [
"observability",
"sre",
"slo",
"alerting",
"cmdb",
"tagging",
"migration",
"otel",
"dynatrace"
],
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[observability-frameworks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/observability-frameworks)