aws-samples/sample-ramp-aidlc-mod-starter-packs

About the project

AI-DLC for Modernization Starter Packs is a collection of reusable project templates for applying an AI-driven development lifecycle to application modernization work. Each pack gives teams structured instructions, skills, and agent-tool configurations for use with several coding agents. The catalogue entries are components and tool registrations included in these packs.

This repository also configures its own agents. See what sample-ramp-aidlc-mod-starter-packs tells them →

9Stars on the repository
71Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MIT-0Licence, which decides whether bodies are shown

agentic-optimizer

01

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Guides users to build optimal agentic AI workflows OR optimize existing agents. Analyzes use cases, recommends patterns, selects frameworks (LangGraph, CrewAI, Strands), generates production-ready code, and optimizes existing implementations based on Amazon's production lessons.

not rated 9 +3 yesterday A 58 tokens MIT-0

aws-skills

06

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Guides AWS development with infrastructure automation and cloud architecture patterns. Use when designing or refactoring cloud-native applications on AWS, automating environment provisioning with Terraform/CDK/CloudFormation, setting up secure CI/CD pipelines, evaluating service choices for cost/scalability/fault…

not rated 9 +3 yesterday A 68 tokens MIT-0

iac

07

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Infrastructure as Code best practices with Terraform, Ansible, Pulumi, and CloudFormation. Use when bootstrapping cloud environments, managing remote state backends, recovering from state issues, automating CI/CD pipelines for infrastructure, modularizing infrastructure for reuse, enforcing drift detection, or…

not rated 9 +3 yesterday A 65 tokens MIT-0

terraform-aws

08

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Comprehensive AWS infrastructure management with Terraform. Covers provider configuration, state management (S3 backend with native locking in Terraform 1.11+), common resource patterns (VPC, IAM, S3, RDS, EKS), module usage, and production best practices. Use when provisioning AWS infrastructure, managing Terraform…

not rated 9 +3 yesterday A 90 tokens MIT-0

terraform-skill

09

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…

not rated 9 +3 yesterday A 62 tokens MIT-0

api-gateway

10

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Build, manage, and operate APIs with Amazon API Gateway (REST, HTTP, and WebSocket). Triggers on phrases like: API Gateway, REST API, HTTP API, WebSocket API, custom domain, Lambda authorizer, usage plan, throttling, CORS, VPC link, private API. Also covers troubleshooting API Gateway errors (4xx, 5xx, timeout, CORS…

not rated 9 +3 yesterday A 108 tokens MIT-0

amazon-aurora-mysql

11

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Amazon Aurora MySQL — creates, modifies, and advises on Aurora MySQL clusters specifically (MySQL-compatible engine, Aurora serverless, parallel query). Trigger for Aurora MySQL cluster operations, ACU sizing, I/O-Optimized storage, commitment pricing, or MySQL upgrade planning. Aurora MySQL uses full (VPC-based)…

not rated 9 +3 yesterday A 109 tokens MIT-0

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Amazon Aurora PostgreSQL — creates, modifies, and advises on Aurora PostgreSQL clusters specifically (PostgreSQL-compatible engine, Aurora serverless, express configuration, pgvector, Babelfish). Trigger for Aurora PostgreSQL cluster operations, express-configuration quick-start, ACU sizing, I/O-Optimized storage…

not rated 9 +3 yesterday A 109 tokens MIT-0

aurora-dsql

13

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Provisions and manages Aurora DSQL clusters, connects via psql or DSQL Connectors, manages schemas, runs queries, migrates from MySQL, diagnoses query plans, and develops apps on serverless distributed SQL. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL migration, DDL, query plans, and SAFE SQL CONSTRUCTION …

not rated 9 +3 yesterday A 192 tokens MIT-0

aws-cloudformation

14

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Author, validate, and troubleshoot AWS CloudFormation templates. Covers template authoring with secure defaults, pre-deployment validation (cfn-lint, cfn-guard, change sets), and root-cause diagnosis of failed stacks using CloudFormation events and CloudTrail correlation.

not rated 9 +3 yesterday A 58 tokens MIT-0

aws-iam

15

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Verified corrections for IAM behaviors that AI agents frequently get wrong — policy evaluation edge cases, trust policy gotchas, STS session limits, Organizations quirks, and SAML/MFA specifics. Also provides structured workflows for IAM role management and least-privilege policy generation. Covers condition operator…

not rated 9 +3 yesterday A 205 tokens MIT-0

aws-observability

16

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Builds, configures, debugs, and optimizes AWS observability with CloudWatch (Log Insights, Metrics, Alarms, Dashboards, EMF), X-Ray, CloudTrail, and ADOT (AWS Distro for OpenTelemetry), AND enables/onboards services to Application Signals using ADOT auto-instrumentation SDKs. Covers Log Insights queries, alarms…

not rated 9 +3 yesterday A 245 tokens MIT-0

dotnet-adot-sidecar

18

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Adds OpenTelemetry instrumentation to a containerized .NET application and configures AWS Distro for OpenTelemetry (ADOT) as an ECS sidecar container. Updates existing IaC to include the ADOT collector in the task definition with proper IAM permissions. NOT for non-containerized apps or apps without existing ECS…

not rated 9 +3 yesterday A 70 tokens MIT-0

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Externalizes ASP.NET Core session state to Amazon ElastiCache (Valkey or Redis). Modifies the application to use a distributed cache for session storage, optionally generates IaC (CloudFormation or CDK) to provision a new ElastiCache cluster, and produces a summary guide. NOT for output caching, response caching, or…

not rated 9 +3 yesterday A 85 tokens MIT-0

dotnet-aws-ecs

20

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Generates IaC (CloudFormation or CDK) and a deployment guide to deploy a .NET workload to Amazon ECS Fargate on Linux containers with an Application Load Balancer. Produces a VPC, ECS cluster, task definition, ALB, and auto-scaling. NOT for Windows containers, EC2 launch type, or Kubernetes/EKS deployments.

not rated 9 +3 yesterday A 80 tokens MIT-0

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Enhances a .NET application to externalize configuration into AWS Systems Manager Parameter Store and/or AWS Secrets Manager. Migrates hardcoded values (DB connection strings, API URLs, account IDs, feature flags) from appsettings.json or code into SSM parameters and Secrets Manager secrets, wires the app to resolve…

not rated 9 +3 yesterday A 110 tokens MIT-0

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Fixes build errors, wires dependency injection, and resolves static file serving issues in ASP.NET Framework apps transformed to ASP.NET Core by AWS Transform for .NET. Use after running AWS Transform to get a transformed project from compiling to running correctly. Works through five sequential phases automatically.…

not rated 9 +3 yesterday A 114 tokens MIT-0

ecs-architect

23

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Use when choosing and architecting an Amazon ECS deployment model for a NEW workload — Fargate vs ECS on EC2 vs Managed Instances vs Express Mode vs ECS Anywhere/External — plus capacity-provider strategy, task sizing, awsvpc/ENI density, networking, service parameters, and launch-type or topology migration (EC2…

not rated 9 +3 yesterday A 231 tokens MIT-0

ecs-build

24

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude Code ✓ vendor

Use when building Amazon ECS infrastructure with Terraform, generating apply-ready code for ECS clusters, services, and task definitions across three capacity models — Fargate (FARGATESPOT as capacity provider), EC2 Auto Scaling group providers, and ECS Managed Instances. Covers rolling/blue-green/linear/canary…

not rated 9 +3 yesterday A 220 tokens MIT-0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: