Logo
Agent Skills
  • Skills
  • Category
  • Publishers
  • Cookbook
  • Blog
Logo
Agent Skills
SkillsCloud & InfrastructureAWS Agent Skills
Featuredmarkdown

AWS Agent Skills

by itsmostafa•Cloud & Infrastructure

Deep expertise across 18 AWS domains with auto-updating documentation - IAM, Lambda, CloudFormation, DynamoDB, S3, API Gateway, and more

3,800downloads
520stars
~2400tokens

Quick Install

One command to add this skill

Terminal
$ mkdir -p ~/.claude/skills/aws-agent-skills && curl -L https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/iam/SKILL.md > ~/.claude/skills/aws-agent-skills/iam-SKILL.md && curl -L https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/lambda/SKILL.md > ~/.claude/skills/aws-agent-skills/lambda-SKILL.md && curl -L https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/cloudformation/SKILL.md > ~/.claude/skills/aws-agent-skills/cloudformation-SKILL.md

Instructions

SKILL.md

Back

Prerequisites

  • AWS CLI configured
  • AWS account

Security & Permissions

4 permissions required

  • Uses network / internet access
  • Can modify files on disk
  • Executes shell commands
  • Connects to external APIs:
    • AWS API

Details

Published
2026/01/10
Language
markdown
Token Est.
~2400

Resources

  • GitHub Repository

Tags

awsiamlambdacloudformationdynamodbs3ec2ecsekscloudwatchrdssqsapi-gatewayserverless
Logo
Agent Skills

Discover and download skills for Claude Code and other AI agents

GitHub
Skills
  • Category
  • Publishers
  • Cookbook
Resources
  • Blog
  • GitHub
Legal
  • Privacy Policy
  • Terms of Service
Copyright © 2026 All Rights Reserved.

AWS Agent Skills

Deep expertise across 18 AWS domains for automated cloud engineering support.

Why AWS Agent Skills?

Developing AWS solutions is complex - spanning IAM, compute, storage, security, serverless, networking, and more.

AWS Agent Skills equips Claude Code (and Codex) with deep expertise across 18 AWS domains, enabling:

  • IaC templates generation
  • Debugging guidance
  • Security best practices
  • Automated documentation

Auto-Updates: Automatically checks AWS documentation for updates on a weekly basis to ensure skills stay current with AWS service changes.

Covered AWS Domains (18)

Identity & Security

  • IAM - Users, roles, policies, permissions
    • Create IAM policies for Lambda to access DynamoDB
    • Set up cross-account access for S3
    • Debug access denied errors

Compute

  • Lambda - Serverless functions, triggers, debugging

    • Create Python Lambda triggered by S3
    • Debug Lambda timeout issues
    • Set up Lambda with VPC access
  • EC2 - Virtual machines, networking

  • ECS - Container orchestration

  • EKS - Kubernetes on AWS

Storage

  • S3 - Object storage, policies, lifecycle
  • DynamoDB - NoSQL database
  • RDS - Relational databases

Networking & API

  • API Gateway - REST and WebSocket APIs
  • VPC - Virtual networks
  • CloudFront - CDN

Infrastructure as Code

  • CloudFormation - Templates, stacks, drift
    • Write templates for serverless APIs
    • Create ECS Fargate with load balancer
    • Set up EventBridge scheduled tasks

Monitoring & Management

  • CloudWatch - Metrics, logs, alarms
  • EventBridge - Event routing
  • SQS - Message queuing
  • SNS - Notifications

Security

  • KMS - Key management
  • Secrets Manager - Secret storage

Skill Structure

Each skill contains:

  • SKILL.md - Core concepts, patterns, CLI reference, best practices, troubleshooting
  • Supplementary files - Deep dives into specific topics

Skills include metadata showing when content was last updated, so you always know how current the information is.

Installation

# Clone entire repository for all skills
git clone https://github.com/itsmostafa/aws-agent-skills.git ~/.claude/plugins/aws-agent-skills

# Or install via Claude Code marketplace
/plugin marketplace add itsmostafa/aws-agent-skills

Usage Examples

IAM Policy Creation

  • "Create an IAM policy for Lambda to access DynamoDB"
  • "Set up cross-account access for S3"
  • "Debug this access denied error"

Lambda Development

  • "Create a Python Lambda function triggered by S3"
  • "Debug my Lambda timeout issues"
  • "Set up Lambda with VPC access"

Infrastructure as Code

  • "Write a CloudFormation template for a serverless API"
  • "Create an ECS Fargate service with load balancer"
  • "Set up EventBridge rules for scheduled tasks"