From synthetic-monitoring-setup
Automates synthetic monitoring setup for applications, configuring uptime, transaction, and API monitoring with alerts and dashboards.
How this skill is triggered — by the user, by Claude, or both
Slash command
/synthetic-monitoring-setup:synthetic-monitoring-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill streamlines the process of setting up synthetic monitoring, enabling proactive performance tracking for applications. It guides the user through defining key monitoring scenarios and configuring alerts to ensure optimal application performance and availability.
This skill streamlines the process of setting up synthetic monitoring, enabling proactive performance tracking for applications. It guides the user through defining key monitoring scenarios and configuring alerts to ensure optimal application performance and availability.
This skill activates when you need to:
User request: "Set up uptime monitoring for my website example.com."
The skill will:
User request: "Configure API monitoring for the /users endpoint of my application."
The skill will:
This skill can be integrated with other plugins for incident management and alerting, such as those that handle notifications via Slack or PagerDuty, allowing for automated incident response workflows based on synthetic monitoring results.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin synthetic-monitoring-setupGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.