Leaderboard/DevOps/agent-plugins
Last commit on September 14, 2026·Created on February 5, 2026

awslabs/agent-plugins

Equips AI agents with the operational capabilities to architect and deploy on AWS
Combined rank
#350
across all skills
In DevOps
#5
category rank
Stars
897
+0.5% in last 7d
Forks
157
+2.6% in last 7d
Watchers
7
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides a suite of plugins that enable AI coding agents to handle AWS infrastructure tasks. It transforms the agent from a code generator into an operational assistant capable of managing cloud resources.

Builders can use these skills to automate the deployment of API Gateway and Lambda functions, or integrate specialized services like Amazon Location Service for geocoding and route calculation.

WHO IT'S FOR
AI agent / automation builders
equipping coding agents with AWS operational skills
Serverless engineers
automating API Gateway and Lambda deployments
Full-stack web and mobile developers
accelerating app delivery with AWS Amplify Gen2
GIS and location-based app developers
integrating maps, geocoding, and routing via AI
Repository contents

34 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

AWS Amplify for Claude Code

Installs: Installs the complete aws-amplify plugin bundle, including the amplify-workflow skill and its bundled AWS documentation/SOP MCP integration. · Claude Code

Before you start
  • Node.js ^18.19.0, ^20.6.0, or >=22
  • npm
  • Configured AWS credentials; aws sts get-caller-identity must succeed
  • For sandbox work, npx ampx --version must return a valid version
  • For mobile work, the applicable platform tooling: Xcode, Android Studio, or Flutter SDK

Platform: Web frameworks and mobile platforms supported by the skill; mobile work requires the applicable platform-specific tooling.

  1. After satisfying the applicable prerequisites, enter both commands in a Claude Code session, in the documented order, to add the marketplace and install the aws-amplify plugin.

    /plugin marketplace add awslabs/agent-plugins
    /plugin install aws-amplify@agent-plugins-for-aws

Give it something to do.

Suggested first task

Plan Amplify Gen 2 authentication

Uses amplify-workflow

  • Existing Amplify Gen 2 project directory replacing <project-path>
  • Node.js ^18.19.0, ^20.6.0, or >=22 and npm
  • Configured AWS credentials

Check the repository for this skill’s setup.

Use the amplify-workflow skill to inspect the Amplify Gen 2 backend at <project-path> and propose the smallest set of changes needed to add email/password authentication. Replace <project-path> with the existing project directory. Stop after presenting the plan; do not deploy it.
Suggested first task

Assess a dev-sized AWS deployment

Uses deploy

  • Application directory replacing <project-path>

Check the repository for this skill’s setup.

Use the deploy skill to analyze the application at <project-path>, recommend a straightforward dev-sized AWS architecture, explain why each service was selected, and provide a monthly cost estimate. Replace <project-path> with the application directory. Stop before generating infrastructure code or deploying anything.