From AgentCore
Provides expert operation of core AWS services (EC2, S3, VPC, IAM, RDS, ECS, CloudWatch, Secrets Manager) via CLI/console/boto3. Use as the non-serverless, non-IaC fallback for compute, storage, networking, security, and monitoring tasks. Not for CloudFormation, Lambda/API Gateway, or architecture design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentcore:aws-expertThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
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 |
Load the reference for the service you're working with:
| Reference | Covers |
|---|---|
| references/compute.md | EC2, Lambda, ECS |
| references/storage.md | S3, EBS |
| references/database.md | RDS, DynamoDB |
| references/networking.md | VPC, subnets, route tables, security groups, ELB |
| references/security.md | IAM users/roles/policies, Secrets Manager |
| references/monitoring.md | CloudWatch metrics, alarms, logs |
| references/best-practices.md | Best practices, Well-Architected Framework, general approach |
Always design AWS infrastructure that is secure, reliable, performant, and cost-effective.
npx claudepluginhub leonmelamud/agentcore-toolkitGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.