Sandbox
@itsmostafa/aws-agent-skills

AWS skill pack for Claude Code and Codex

This repository packages AWS knowledge as local agent skills for 18 core AWS services. Each skill is meant to help an agent answer AWS questions, generate IaC, and debug common cloud issues without pulling in large live docs.

1,153 starsβ€’445 forksβ€’Pythonβ€’Updated 10d ago
Who it's for

Builders who use Claude Code or Codex to work on AWS infrastructure, serverless apps, and cloud troubleshooting.

What it delivers

You can ask your agent for AWS help with more specific guidance and less context churn.

What it does

Service-specific skills

Includes separate skills for IAM, Lambda, DynamoDB, S3, API Gateway, EC2, ECS, EKS, CloudFormation, CloudWatch, RDS, SQS, SNS, Cognito, Step Functions, Secrets Manager, EventBridge, and Bedrock.

Local skill files

Each service skill lives in its own `skills/<service>/` folder with a `SKILL.md` and supporting material for patterns, best practices, and troubleshooting.

Claude Code plugin support

Provides `.claude-plugin/marketplace.json` and install paths for Claude Code marketplace and direct GitHub installs.

Codex skill install path

Documents a Codex CLI install command that points to individual skills in the repository.

Update tracking scripts

Includes Python scripts to check AWS documentation updates and generate update issues.

How to get it

  1. 1Run
    # Add the marketplace
    /plugin marketplace add itsmostafa/aws-agent-skills
    
    # Install the plugin
    /plugin install aws-agent-skills
  2. 2Run
    /plugin install https://github.com/itsmostafa/aws-agent-skills
  3. 3Run
    /plugin install ./path/to/aws-agent-skills
  4. 4Run
    $skill-installer install https://github.com/itsmostafa/aws-agent-skills/<skill-name>
  5. 5For example, to install the rlhf skill
    $skill-installer install https://github.com/itsmostafa/aws-agent-skills/rlhf

README

AWS Agent Skills

License: MIT Claude Code Last Commit GitHub Stars

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

# Add the marketplace
/plugin marketplace add itsmostafa/aws-agent-skills

# Install the plugin
/plugin install aws-agent-skills

From GitHub

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

Local Development

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

Codex CLI

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

For example, to install the rlhf skill:

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

Available Skills

SkillDescription
iamIdentity and Access Management - users, roles, policies, permissions
lambdaServerless functions - deployment, triggers, debugging
dynamodbNoSQL database - table design, queries, indexes
s3Object storage - buckets, objects, security, lifecycle
api-gatewayREST and HTTP APIs - integrations, authorization
ec2Virtual machines - instances, AMIs, networking
ecsContainer orchestration - clusters, services, tasks
eksKubernetes - clusters, node groups, IRSA
cloudformationInfrastructure as Code - templates, stacks, drift
cloudwatchMonitoring - logs, metrics, alarms, dashboards
rdsRelational databases - instances, backups, replication
sqsMessage queues - standard, FIFO, dead-letter queues
snsNotifications - topics, subscriptions, filtering
cognitoUser authentication - user pools, identity pools, OAuth
step-functionsWorkflow orchestration - state machines, error handling
secrets-managerSecret storage - rotation, versioning, RDS integration
eventbridgeEvent bus - rules, patterns, cross-account events
bedrockFoundation 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 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.

Contributing

  1. Fork this repository
  2. Create a feature branch
  3. Add or update skills following the SKILL.md template
  4. Submit a pull request

SKILL.md Template

---
name: service-name
description: Service description. Use when <trigger phrases>.
---

# AWS Service Name

## Overview
## Core Concepts
## Common Patterns
## CLI Reference
## Best Practices
## Troubleshooting
## References

License

MIT License - see LICENSE for details.

Files in the repo

Repository payloadβ€’9 top-level entries
  • .claude-plugin
  • .github
  • scripts
  • skills
  • tracking
  • .gitignore
  • LICENSE
  • README.md
  • REFERENCES.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications β€” runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k