cost
Ask the AWS DevOps Agent for cost optimization opportunities, scoped to your local IaC
Open a chat session with the AWS DevOps Agent and ask a question
> /plugin marketplace add aws/agent-toolkit-for-awsHow it fires
How this command gets triggered: by you, by Claude, or both.
/chatContext preview
What this command does when you run it.
Open a chat session with the AWS DevOps Agent and ask a question
description: Open a chat session with the AWS DevOps Agent and ask a question argument-hint: [question]
Use the `chatting-with-aws-devops-agent` skill workflow.
1. Gather any obviously relevant local context (IaC, dependency manifest, recent git commits) and inject it alongside the question. 2. Call `aws_devops_agent__chat(message="[Local Context]\n<context>\n\n[Question]\n$ARGUMENTS")`. 3. Show the response to the user. 4. If the user wants follow-ups, use `aws_devops_agent__send_message(execution_id="<from chat response>", content="<follow-up>")`.
If `$ARGUMENTS` is empty, prompt the user for a question first.
Help AI coding agents build, deploy, and manage applications on AWS. The Agent Toolkit for AWS gives AI coding agents the tools, knowledge, and guardrails they need to work with AWS services.
Repo: aws/agent-toolkit-for-aws
Ask the AWS DevOps Agent for cost optimization opportunities, scoped to your local IaC
Start a deep root-cause investigation on the AWS DevOps Agent and stream progress
Trigger a pre-merge release readiness review on a GitHub PR, GitLab MR, or local branch
Run automated UAT tests (UI or API) using a test profile on the AWS DevOps Agent