Delegating to AWS Agent

Community

Automate AWS tasks, keep AI focused.

Authorryancnelson
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents your main AI assistant from getting bogged down with complex AWS CLI and API details, which bloats context, increases costs, and reduces focus. It delegates specialized AWS queries to a sub-agent, ensuring your primary AI remains efficient and cost-effective.

Core Features & Use Cases

  • EC2 Instance Management: List EC2 instances by state or name, and manage their lifecycle (start/stop).
  • S3 Bucket & Object Listing: Easily list S3 buckets and their contents.
  • IAM Key Management: View IAM access keys for specific users.
  • ECS Deployment Control: Initiate new ECS service deployments with confirmation for destructive operations.
  • Use Case: When a user asks to "show me running EC2 instances", this Skill automatically delegates the task to a specialized sub-agent, which executes the necessary cloud-ec2-list command and returns a formatted list, without exposing complex AWS CLI details to the main AI.

Quick Start

Example: Delegating an AWS query

Task( subagent_type: "general-purpose", description: "Query AWS infrastructure", prompt: "<full agent instructions from AGENT-INSTRUCTIONS.md>

USER REQUEST: List all running EC2 instances

Return clean, formatted results ready to show the user." )

Dependency Matrix

Required Modules

aws-clibash-my-aws

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Delegating to AWS Agent
Download link: https://github.com/ryancnelson/deli-gator/archive/main.zip#delegating-to-aws-agent

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository