skills/smithery.ai/Delegating to AWS Agent

Delegating to AWS Agent

Installation
SKILL.md

Delegating to AWS Agent

Core Principle

Never handle AWS operations directly. Always delegate to a specialized sub-agent to keep your context clean and costs low.

Recognition Patterns

Delegate when user says:

  • "list ec2 instances"
  • "show s3 buckets"
  • "what access keys does user X have?"
  • "deploy SERVICE to production"
  • "show running instances"
  • "what's in bucket X?"
  • Any mention of: aws, ec2, s3, iam, ecs, lambda, cloudwatch, rds, bucket, instance

How to Delegate

Installs
First Seen
Delegating to AWS Agent from smithery.ai