← All plugins
alerting-rule-creator
v1.21.0Create intelligent alerting rules for performance monitoring
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/alerting-rule-creator/ inside the repository.
Layout
plugins/performance/alerting-rule-creator/
├── .claude-plugin/plugin.json└── skills/creating-alerting-rules/SKILL.md
Skills1
creating-alerting-rulesskills/creating-alerting-rules/SKILL.md
Execute this skill enables AI assistant to create intelligent alerting rules for proactive performance monitoring. it is triggered when the user requests to "create alerts", "define monitoring rules", or "set up alerting". the skill helps define thresholds, rou... Use when generating or creating new content. Trigger with phrases like 'generate', 'create', or 'scaffold'.
Manifests1
plugins/performance/alerting-rule-creator/.claude-plugin/plugin.json
{
"name": "alerting-rule-creator",
"version": "1.21.0",
"description": "Create intelligent alerting rules for performance monitoring",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"alerting",
"monitoring",
"sre",
"observability",
"agent-skills"
]
}