aws
Installation
SKILL.md
AWS
Official docs
| Topic | URL |
|---|---|
| Documentation hub | https://docs.aws.amazon.com |
| Well-Architected | https://docs.aws.amazon.com/wellarchitected/ |
| IAM best practices | https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html |
| awslabs MCP | https://github.com/awslabs/mcp |
Agent rules
- Least privilege IAM — scoped actions, no
*on production paths without explicit ask. - Region awareness — confirm region; many ARNs and endpoints are regional.
- Cost — flag NAT gateways, idle EBS, oversized instances, cross-AZ data transfer.
- Naming — match existing
{env}-{service}-{resource}conventions in repo. - Do not invent service APIs — verify against docs or Context7 before codegen.