← All plugins
synthetic-monitoring-setup
v1.22.0Set up synthetic monitoring for proactive performance tracking
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 2 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/synthetic-monitoring-setup/ inside the repository.
Layout
plugins/performance/synthetic-monitoring-setup/
├── .claude-plugin/plugin.json└── skills/setting-up-synthetic-monitoring/SKILL.md
Skills1
setting-up-synthetic-monitoringskills/setting-up-synthetic-monitoring/SKILL.md
Setup synthetic monitoring for proactive performance tracking including uptime checks, transaction monitoring, and API health. Use when implementing availability monitoring or tracking critical user journeys. Trigger with phrases like "setup synthetic monitoring", "monitor uptime", or "configure health checks".
Manifests1
plugins/performance/synthetic-monitoring-setup/.claude-plugin/plugin.json
{
"name": "synthetic-monitoring-setup",
"version": "1.22.0",
"description": "Set up synthetic monitoring for proactive performance tracking",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"synthetic-monitoring",
"uptime",
"performance",
"testing",
"agent-skills"
]
}