leonmelamud/agentcore-toolkit · Archived

aws-expert

Use when working with core AWS services outside the serverless and IaC specialist skills — EC2, S3, VPC/networking, IAM policies, RDS, ECS, CloudWatch, Secrets Manager — via the AWS CLI/console/boto3. Triggers - "launch an EC2 instance", "S3 bucket policy", "create a VPC", "IAM role/policy", "RDS setup", "ECS service", "CloudWatch alarm". For CloudFormation templates use aws-cloudformation; for Lambda/API-Gateway serverless code use aws-serverless; for architecture design + cost optimization us…

First seen Jul 7, 2026

Installation

$ npx skills add leonmelamud/agentcore-toolkit --skill aws-expert

Summary

  • Use when working with core AWS services outside the serverless and IaC specialist skills — EC2, S3, VPC/networking, IAM policies, RDS, ECS, CloudWatch, Secrets Manager — via the AWS CLI/console/boto3.
  • Triggers - "launch an EC2 instance", "S3 bucket policy", "create a VPC", "IAM role/policy", "RDS setup", "ECS service", "CloudWatch alarm".
  • For CloudFormation templates use aws-cloudformation; for Lambda/API-Gateway serverless code use aws-serverless; for architecture design + cost optimization use aws-solution-architect.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from leonmelamud/agentcore-toolkit.

npx skills add leonmelamud/agentcore-toolkit

Browse all from leonmelamud/agentcore-toolkit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseApache-2.0
Allowed toolsRead, Write, Edit, Bash(aws:*), Glob, Grep
More metadata
version
1.0.0
category
cloud
tags
["aws","cloud","infrastructure","devops"]
requirements
{"aws-cli":">=2.0"}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,468 B
  • docs SUMMARY.md 546 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

AWS Expert

Expert-level operation of core AWS services via the AWS CLI, console, and boto3: compute, storage, databases, networking, security/identity, and monitoring. Design and manage scalable, reliable, and cost-effective infrastructure following AWS Well-Architected Framework principles.

When to use / decision

Use this skill as the non-serverless, non-IaC fallback for hands-on work with core AWS services. Route elsewhere when a specialist fits better:

If the task is about… Use
CloudFormation templates / IaC aws-cloudformation
Lambda / API Gateway serverless code aws-serverless
Architecture design + cost optimization aws-solution-architect
EC2, S3, VPC, IAM, RDS, ECS, CloudWatch, Secrets Manager (CLI/console/boto3) this skill

Reference index

Load the reference for the service you're working with:

Reference Covers
[references/compute.md](references/compute.md) EC2, Lambda, ECS
[references/storage.md](references/storage.md) S3, EBS
[references/database.md](references/database.md) RDS, DynamoDB
[references/networking.md](references/networking.md) VPC, subnets, route tables, security groups, ELB
[references/security.md](references/security.md) IAM users/roles/policies, Secrets Manager
[references/monitoring.md](references/monitoring.md) CloudWatch metrics, alarms, logs
[references/best-practices.md](references/best-practices.md) Best practices, Well-Architected Framework, general approach

Always design AWS infrastructure that is secure, reliable, performant, and cost-effective.