aws-limits

Installation
SKILL.md

AWS Limits Review

Goal

Catch AWS service limit/quota violations in infrastructure code before they cause production issues.

When to use

  • Reviewing Terraform, CloudFormation, CDK, or Pulumi code
  • Code that provisions or configures AWS resources
  • PR reviews involving AWS infrastructure changes
  • Before deploying infrastructure changes to production

When not to use

  • Non-AWS cloud providers (future skills: cloudflare-limits, gcp-limits)
  • Application code without infrastructure components
  • AWS SDK usage for read-only operations

Inputs

  • Infrastructure code files (.tf, .json, .yaml, .yml, .ts, .py)
  • Context about expected scale/traffic patterns (if available)
Installs
14
GitHub Stars
13
First Seen
Feb 3, 2026
aws-limits — walletconnect/skills