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
72Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MIT-0Licence, which decides whether bodies are shown

ecs-devops

25

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

Skill Claude Code ✓ vendor

Use when someone is deploying, releasing, or shipping software to Amazon ECS — phrased as "blue/green deployment on ECS", "canary deployment for my ECS service", "set up CI/CD for ECS", "GitHub Actions deploy to Fargate", "my ECS deployment is stuck", "ECS deployment circuit breaker", "ECS task sets", or "migrate off…

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

ecs-observability

26

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

Skill Claude Code ✓ vendor

Advise on Amazon ECS observability architecture — select the logs/metrics/traces stack (CloudWatch, Container Insights, X-Ray, ADOT/OpenTelemetry, Managed Prometheus/Grafana, FireLens to third-party) by compliance needs, existing tooling, scale, budget, and launch types (EC2, Fargate, Managed Instances, ECS Anywhere).…

not rated 9 +3 yesterday B 237 tokens MIT-0

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

Skill Claude Code ✓ vendor

Run a structured Amazon ECS operational-excellence assessment against a live estate (Fargate/EC2/Managed Instances/ECS Anywhere) and score it GREEN/AMBER/RED. Skip for EKS/Kubernetes (use eks-operation-review). Covers 8 domains — clusters & capacity, networking, task definitions, services & deployment safety (circuit…

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

ecs-recon

28

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

Skill Claude Code ✓ vendor

ECS environment reconnaissance and discovery. Detects compute and capacity providers, task definitions, deployment configuration, auto scaling, networking, security posture, observability, and IaC/CI-CD tooling. Use when someone asks about their ECS environment, wants to describe a cluster, inspect a service, or…

not rated 9 +3 yesterday B 199 tokens MIT-0

ecs-security

29

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

Skill Claude Code ✓ vendor

Security and compliance guidance for Amazon ECS — "ECS was unable to assume the role", task role vs execution role, iam:PassRole, confused-deputy aws:SourceArn trust, Fargate vs EC2 shared responsibility, injecting Secrets Manager/SSM secrets (trailing-colon JSON-key gotcha), readonlyRootFilesystem / non-root / drop…

not rated 9 +3 yesterday B 230 tokens MIT-0

aws-cdk

30

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

Skill Claude Code ✓ vendor

Authors, deploys, and troubleshoots AWS infrastructure using CDK with TypeScript or Python. Covers best practices, stack architecture, and construct patterns. Always use when writing CDK constructs, bootstrapping environments, running cdk deploy/synth/diff, fixing CDK or CloudFormation errors, planning stack…

not rated 9 +3 yesterday C 84 tokens MIT-0

aws-containers

31

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

Skill Claude Code ✓ vendor

Deploys and operates containerized workloads on ECS, Fargate, and ECR. Covers task definitions, Fargate services, ECR repository setup and lifecycle policies, ECS Exec debugging, service scaling, deployment strategies, load balancer integration, and logging configuration. Use when deploying, debugging, or optimizing…

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

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

Skill Claude Code ✓ vendor

Build resilient, long-running, multi-step applications with AWS Lambda durable functions with automatic state persistence, retry logic, and orchestration for long-running executions. Covers the critical replay model, step operations, wait/callback patterns, error handling with saga pattern, testing with…

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

aws-lambda

33

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

Skill Claude Code ✓ vendor

Design, build, deploy, test, and debug serverless applications with AWS Lambda. Triggers on phrases like: Lambda function, event source, serverless application, API Gateway, EventBridge, Step Functions, serverless API, event-driven architecture, Lambda trigger. For deploying non-serverless apps to AWS, use…

not rated 9 +3 changed yesterday A 74 tokens MIT-0

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

Skill Claude Code ✓ vendor

AWS SAM and AWS CDK deployment for serverless applications. Triggers on phrases like: use SAM, SAM template, SAM init, SAM deploy, CDK serverless, CDK Lambda construct, NodejsFunction, PythonFunction, SAM and CDK together, serverless CI/CD pipeline. For general app deployment with service selection, use deploy-on-aws…

not rated 9 +3 changed yesterday A 81 tokens MIT-0

signing-in-to-aws

35

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

Skill Claude Code ✓ vendor

Gets AWS credentials for CLI/SDK access via aws login. Activates when a developer needs to authenticate to AWS for local development, when an AWS operation fails due to missing or expired credentials, or when someone asks about setting up AWS access. Triggers: "set up AWS", "configure AWS", "aws login", "get…

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

java-upgrade

36

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

Skill Claude Code ✓ vendor

Use when upgrading a Java service to the latest Java LTS (target newest — e.g. Java 25; fall back to 21/17 only if a dependency blocks it), performing the associated framework upgrade (Spring Boot 2→3, javax→jakarta), and containerising the result for ECS/EKS. Covers upgrade tooling (OpenRewrite, jdeps, jdeprscan…

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

regression-testing

37

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

Skill Claude Code ✓ vendor

Use when planning or writing a behaviour-first regression safety net BEFORE a major change — a Java/JDK version upgrade, a framework migration (e.g. Spring Boot 2→3, AngularJS→React), a runtime change, or a large refactor. Prioritises tests that validate observable external behaviour (API contracts, E2E flows, pure…

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

web-test-automation

38

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

Skill Claude Code ✓ vendor

Use when designing, choosing tools for, or writing automated tests for web applications — E2E and UI tests, visual regression, web accessibility (axe-core), API testing inside browser flows, flaky-test debugging, page object model, and CI integration. Playwright-first, with Cypress and Selenium guidance and migration…

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

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

Skill Claude Code ✓ vendor

Use when designing, choosing tools for, or writing automated tests for mobile apps — native iOS, native Android, React Native, and Flutter. Covers Appium, Maestro, Detox, Espresso, XCUITest, emulator/simulator vs real device strategy, device farms (AWS Device Farm, BrowserStack, Sauce Labs), gestures, deep links…

not rated 9 +3 yesterday C 144 tokens MIT-0

amazon-dynamodb

45

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

Skill Claude Code ✓ vendor

Designs, reviews, and debugs DynamoDB data layers from design axioms — enumerates access patterns, chooses partition/sort keys and GSIs, decides single-table vs. multi-table, configures Streams, Global Tables, TTL, and zero-ETL integrations to OpenSearch/Redshift/SageMaker Lakehouse, and produces a defensible…

not rated 9 +3 yesterday B 179 tokens MIT-0

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

Skill Claude Code ✓ vendor

Domain architecture guidance for event-driven financial-services systems on AWS — real-time market-data pipelines, stream processing, alert/subscription matching, multi-channel notification delivery, idempotency, and event-driven CDK stack design. Triggers on phrases like: event-driven architecture for FSI, market…

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

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

Skill Claude Code ✓ vendor

Guides general use of AWS messaging and streaming services. Covers Amazon SQS, Amazon SNS, Amazon EventBridge, Amazon MQ, Amazon Kinesis Data Streams, Amazon Data Firehose, Amazon Managed Service for Apache Flink, and Amazon Managed Streaming for Apache Kafka (MSK). Use when reasoning about messaging and streaming…

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

dotnet-testing

48

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

Skill Claude Code ✓ vendor

Use when authoring automated tests for .NET / C# code — unit tests, integration tests, mocking collaborators, and code coverage. Covers choosing a framework, structuring test projects, writing focused tests that map to requirements, and gating merges to keep trunk green. Triggers on .NET test, C# test, xUnit, NUnit…

not rated 9 +3 yesterday A 121 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: