AWS CloudFormation CloudWatch
CloudFormation-snippets voor CloudWatch-alarms, dashboards, log groups en metric filters, met deploystappen.
Getest · Werkt
Wat het doet
Genereert AWS CloudFormation-templates voor CloudWatch-monitoringinfrastructuur — metric alarms, composite alarms, dashboards, log groups met retentie/KMS-encryptie, metric filters en anomaly detection — plus validate/deploy CLI-commando's en cost-/security-best-practices. Triggert wanneer een gebruiker CloudWatch-alarms, dashboards of logpipelines specifiek via CloudFormation wil bouwen (niet Terraform of CDK). Volledig self-contained: alle vier de referentiebestanden (alarms, dashboards, logs, constraints) resolven, en de skillmap is op zichzelf overdraagbaar zonder afhankelijkheid van een zusterskill of plugin.
Testrapport
Draaide de minitaak twee keer: de baseline-CloudFormation uit algemene AWS-kennis was functioneel maar hardcodete zijn threshold en sloeg log-encryptie over; met de skill kwamen er Parameters, KMS-encrypted log groups bij, plus de niet-voor-de-hand-liggende valkuil dat metric filters na aanmaak immutable zijn. Eén feitelijke misser: de skill stelt dat dashboard-bodies gecapt zijn op 512KB, maar AWS' echte CloudFormation-limiet is 102.400 tekens (~100KB) — de moeite waard om te fixen voordat je hem vertrouwt voor capaciteitsplanning.
Getest op: 2026-07-13 · Claude Code 2.x (agent harness)
Installatie
git clone https://github.com/giuseppe-trisciuoglio/developer-kit cd developer-kit mkdir -p ~/.claude/skills cp -r plugins/developer-kit-aws/skills/aws-cloudformation/aws-cloudformation-cloudwatch ~/.claude/skills/aws-cloudformation-cloudwatch
Commando's en voorbeeldprompts
/aws-cloudformation-cloudwatchCloudFormation-snippets voor CloudWatch-alarms, dashboards, log groups en metric filters, met deploystappen.
Skills reageren op gewone verzoeken — geen commando's om te onthouden. Na installatie activeren prompts zoals deze de skill (in het Engels):
Write a CloudFormation template for a CloudWatch alarm on high CPUBuild a CloudWatch dashboard and log group via CloudFormation for this serviceGenerate a metric filter and alarm in CloudFormation with deploy steps