🎯

cloudwatch

🎯Skill

from itsmostafa/aws-agent-skills

VibeIndex|
What it does

Monitors, analyzes, and provides insights into AWS CloudWatch metrics, logs, and alarms for comprehensive cloud infrastructure observability and performance tracking.

cloudwatch

Installation

Install skill:
npx skills add https://github.com/itsmostafa/aws-agent-skills --skill cloudwatch
976
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# AWS Agent Skills

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![Claude Code](https://img.shields.io/badge/Claude-Code-blueviolet)](https://claude.ai/code)

![Last Commit](https://img.shields.io/github/last-commit/itsmostafa/aws-agent-skills)

![GitHub Stars](https://img.shields.io/github/stars/itsmostafa/aws-agent-skills)

Supercharge Claude Code with AWS cloud engineering skills across 18 core AWS services.

πŸš€ 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 automated cloud engineering support from IaC templates to debugging guidance and security best practices.

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

Why not just use an MCP?

AWS MCP is great for live docs and API calls, but AWS Agent Skills is designed for reasoning first.

It gives AI Agents a curated, LLM-optimized AWS knowledge base with real-world patterns, edge cases, and best practices, without streaming large docs or schemas.

Because the skills are local and pre compressed, it is far more token efficient, keeps the context window small and predictable, and avoids MCP infrastructure, latency, and expanded credential exposure.

Installation

Claude Code

#### From Marketplace

```bash

# Add the marketplace

/plugin marketplace add itsmostafa/aws-agent-skills

# Install the plugin

/plugin install aws-agent-skills

```

#### From GitHub

```bash

/plugin install https://github.com/itsmostafa/aws-agent-skills

```

#### Local Development

```bash

/plugin install ./path/to/aws-agent-skills

```

Codex CLI

```bash

$skill-installer install https://github.com/itsmostafa/aws-agent-skills/

```

For example, to install the rlhf skill:

```bash

$skill-installer install https://github.com/itsmostafa/aws-agent-skills/rlhf

```

Available Skills

| Skill | Description |

|-------|-------------|

| iam | Identity and Access Management - users, roles, policies, permissions |

| lambda | Serverless functions - deployment, triggers, debugging |

| dynamodb | NoSQL database - table design, queries, indexes |

| s3 | Object storage - buckets, objects, security, lifecycle |

| api-gateway | REST and HTTP APIs - integrations, authorization |

| ec2 | Virtual machines - instances, AMIs, networking |

| ecs | Container orchestration - clusters, services, tasks |

| eks | Kubernetes - clusters, node groups, IRSA |

| cloudformation | Infrastructure as Code - templates, stacks, drift |

| cloudwatch | Monitoring - logs, metrics, alarms, dashboards |

| rds | Relational databases - instances, backups, replication |

| sqs | Message queues - standard, FIFO, dead-letter queues |

| sns | Notifications - topics, subscriptions, filtering |

| cognito | User authentication - user pools, identity pools, OAuth |

| step-functions | Workflow orchestration - state machines, error handling |

| secrets-manager | Secret storage - rotation, versioning, RDS integration |

| eventbridge | Event bus - rules, patterns, cross-account events |

| bedrock | Foundation models - inference, RAG, custom models |

Usage Examples

IAM Policy Creation

Ask Claude to help with IAM:

  • "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"

Skill Structure

Each skill contains:

  • SKILL.md - Core concept

More from this repository10

πŸ”Œ
aws-agent-skillsπŸ”ŒPlugin

Enhances Claude Code with pre-compressed, reasoning-optimized expertise across 18 core AWS cloud engineering services, enabling automated infrastructure, security, and development support.

πŸͺ
itsmostafa-aws-agent-skillsπŸͺMarketplace

Provides Claude with specialized, pre-compressed AWS cloud engineering knowledge and skills across 18 core AWS services, enabling automated cloud solution reasoning and support.

🎯
cloudformation🎯Skill

Generates, validates, and provides expert guidance on creating AWS CloudFormation infrastructure-as-code templates with best practices and architectural recommendations.

🎯
api-gateway🎯Skill

Helps developers design, configure, and troubleshoot AWS API Gateway REST and HTTP APIs, including endpoint integrations, authorization strategies, and deployment best practices.

🎯
cognito🎯Skill

Manages user authentication, identity pools, user sign-up, login flows, and access control for web and mobile applications using Amazon Cognito.

🎯
iam🎯Skill

iam skill from itsmostafa/aws-agent-skills

🎯
sqs🎯Skill

Enables Claude Code to generate, configure, and troubleshoot Amazon Simple Queue Service (SQS) messaging infrastructure with AWS best practices and design patterns.

🎯
secrets-manager🎯Skill

Retrieves, manages, and rotates AWS Secrets Manager credentials securely within Claude Code, enabling safe handling of sensitive configuration and authentication information.

🎯
bedrock🎯Skill

Enables Claude Code to generate, analyze, and interact with Amazon Bedrock's generative AI models and foundation model configurations.

🎯
eventbridge🎯Skill

Enables Claude Code to design, configure, and troubleshoot AWS EventBridge event rules, event buses, and event-driven architectures with best practices.