Leaderboard/DevOps/aws-agent-skills
Last commit on September 15, 2026·Created on May 18, 2019

itsmostafa/aws-agent-skills

A library of specialized capabilities for agents managing AWS cloud infrastructure and services.
Combined rank
#279
across all skills
In DevOps
#3
category rank
Stars
1.2k
+0.2% in last 7d
Forks
442
-0.2% in last 7d
Watchers
28
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides AI agents with the technical context needed to interact with core AWS services. It enables automation builders to integrate cloud management tasks—such as configuring API Gateway endpoints or managing EC2 instances—directly into AI workflows.

By structuring knowledge around specific services like Bedrock and CloudFormation, the repository helps agents handle infrastructure deployment, monitoring, and API orchestration with greater precision.

WHO IT'S FOR
AI agent / automation builders
integrating AWS services into AI workflows
Cloud / Platform engineers
automating infrastructure deployment and monitoring
Backend engineers
managing REST and HTTP API integrations
Generative AI developers
implementing RAG patterns and model invocation
Repository contents

18 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Claude Code marketplace

Installs: Installs the complete aws-agent-skills plugin bundle containing its 18 AWS service skills. · Claude Code

  1. In a Claude Code agent session, add the repository as a plugin marketplace.

    /plugin marketplace add itsmostafa/aws-agent-skills
  2. In the same Claude Code agent session, install the plugin from the added marketplace.

    /plugin install aws-agent-skills
.claude-plugin/marketplace.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Create a Lambda-to-DynamoDB IAM policy

Uses iam

  • The DynamoDB table ARN or tables the Lambda function must access
  • The DynamoDB operations the function requires, such as read-only or read/write access
Create an IAM policy for Lambda to access DynamoDB
.claude-plugin/marketplace.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026skills/iam/SKILL.md · Checked Sep 18, 2026
Author’s example

Create an S3-triggered Python Lambda function

Uses lambda

  • The S3 bucket and object events that should trigger the function
  • What the function should do with each event
  • Any runtime, memory, timeout, or IAM constraints
Create a Python Lambda function triggered by S3
.claude-plugin/marketplace.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026skills/lambda/SKILL.md · Checked Sep 18, 2026
Author’s example

Draft a serverless API template

Uses cloudformation

  • The API routes and HTTP methods
  • The backend resources or Lambda functions for each route
  • Required parameters, outputs, and deployment environment names
Write a CloudFormation template for a serverless API
.claude-plugin/marketplace.json · Checked Sep 18, 2026skills/cloudformation/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026