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.
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
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.
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.
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.
Installs: Installs the complete aws-serverless plugin bundle. The listed skill paths are the positively supported subset established by the supplied skill documents; the bundle may contain additional skills. · Claude Code
Before you start
Configured AWS credentials
For AWS Lambda durable functions, AWS CLI 2.33.22 or higher, installed and configured
For AWS Lambda durable functions, either Node.js 22+ for TypeScript/JavaScript or Python 3.11+ for Python
For AWS Lambda durable functions, one deployment capability: AWS SAM CLI 1.153.1 or higher, AWS CDK v2.237.1 or higher, or direct Lambda deployment access
For SAM workflows, AWS SAM CLI
For local SAM invocation or container-based builds, a Docker-compatible container runtime
SAM CLI and jq are required for the automatic SAM validation hook; validation is skipped if either is missing.
In a terminal, verify configured AWS credentials.
aws sts get-caller-identity
For SAM workflows, verify that SAM CLI is available.
sam --version
For local invocation or container builds, verify Docker if it is your container runtime.
docker --version
If using Finch instead of Docker, verify Finch instead.
finch --version
To enable automatic SAM template validation, verify jq as well as SAM CLI.
jq --version
Enter this command in a Claude Code session to add the Agent Plugins for AWS marketplace.
/plugin marketplace add awslabs/agent-plugins
Then enter this command in the Claude Code session to install the complete aws-serverless plugin bundle.
Installs: Installs the complete codebase-documentor-for-aws plugin bundle, including its document-service skill and bundled AWS-context integrations. Architecture diagrams use the separately packaged deploy-on-aws skill when available, with Mermaid as the documented fallback. · Claude Code
Enter this command in a Claude Code session to add the Agent Plugins for AWS marketplace.
/plugin marketplace add awslabs/agent-plugins
Then enter this command in the Claude Code session to install the codebase-documentor-for-aws plugin.
Installs: Installs the complete databases-on-aws plugin bundle, documented as partially available for Aurora DSQL. Exact bundle-to-skill-file mapping is unavailable in the supplied excerpts. · Claude Code
Enter this command in a Claude Code session to add the Agent Plugins for AWS marketplace.
/plugin marketplace add awslabs/agent-plugins
Then enter this command in the Claude Code session to install the databases-on-aws plugin.
Installs: Installs the complete deploy-on-aws plugin bundle. The supplied evidence positively maps its deploy skill; the bundle may include other skills and integrations. · Claude Code
Enter this command in a Claude Code session to add the Agent Plugins for AWS marketplace.
/plugin marketplace add awslabs/agent-plugins
Then enter this command in the Claude Code session to install the deploy-on-aws plugin.
After installing or updating the Transform CLI, restart the shell or source its profile so the command is available.
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-transform plugin.
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.
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.