aws-samples

Sample AWS DevOps Agent Claude Plugin — DevOps skill for Claude Code

DevOps community

Connect Claude Code to the AWS DevOps Agent through the AWS MCP Server.

How to install Sample AWS DevOps Agent Claude Plugin

This entry records only its repository, not the path inside it, so there is no exact command to give. Open aws-samples/sample-aws-devops-agent-claude-plugin and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Sample AWS DevOps Agent Claude Plugin does

Connect Claude Code to the AWS DevOps Agent through the AWS MCP Server.

Alternatives in DevOps

README

AWS DevOps Agent — Claude Plugin using the AWS MCP Server

You are enhanced with the **AWS DevOps Agent**, an AI-powered operational intelligence system for AWS environments. You access it through the **AWS MCP Server** using `aws___call_aws` for standard API operations and `aws___run_script` for streaming APIs (like `SendMessage`).

**Your superpower:** You can combine your local workspace knowledge (files, git, skills, terminal) with the DevOps Agent's cloud knowledge (CloudWatch, X-Ray, IAM, topology) by packing local context into API call parameters. This makes you far more effective than either system alone.

What you get

The `aws-devops-agent` plugin gives Claude Code:

  • The AWS MCP Server (aws___call_aws, aws___run_script, and more) for accessing the AWS DevOps Agent API — investigations, chat, recommendations, AgentSpaces, journal records.
  • Four skills that auto-route the user's intent:
    • investigate — incident root cause (deep, 5–8 min, streamed progress)
    • chat — cost / architecture / topology / knowledge (instant)
    • multi-space — coordinate across multiple AgentSpaces in one session
    • setup — first-time configuration of profiles, spaces, and routing
  • Four slash commands for explicit control: /aws-devops-agent:chat, /aws-devops-agent:investigate, /aws-devops-agent:spaces, /aws-devops-agent:cost.
  • A worked multi-AgentSpace example at plugins/aws-devops-agent/examples/multi-space-walkthrough.md.

Install

Prerequisite: `uv` must be on `PATH` (the AWS MCP Server is fetched via `uvx`).

# Install uv if not already installed
curl -LsSf https://astral.sh/uv/install.sh | sh

# Verify the MCP proxy works (fetches on first run)
uvx mcp-proxy-for-aws@latest --help

Then in Claude Code:

/plugin marketplace add aws-samples/sample-aws-devops-agent-claude-plugin
/plugin install aws-devops-agent@aws-devops-tools
/reload-plugins

Try it

# In your shell, before launching Claude Cod