|
| 1 | +{ |
| 2 | + "name": "aws-transform", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Migrate, modernize, and upgrade codebases to AWS. Transforms .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware VMs to EC2, SQL Server to Aurora, and upgrades Java/Python/Node.js versions and AWS SDKs.", |
| 5 | + "author": { |
| 6 | + "name": "Amazon Web Services", |
| 7 | + "email": "aws-agent-plugins@amazon.com", |
| 8 | + "url": "https://github.com/awslabs/agent-plugins" |
| 9 | + }, |
| 10 | + "homepage": "https://github.com/awslabs/agent-plugins", |
| 11 | + "repository": "https://github.com/awslabs/agent-plugins", |
| 12 | + "license": "Apache-2.0", |
| 13 | + "keywords": [ |
| 14 | + "aws", |
| 15 | + "aws-transform", |
| 16 | + "migration", |
| 17 | + "modernization", |
| 18 | + "dotnet", |
| 19 | + "mainframe", |
| 20 | + "cobol", |
| 21 | + "vmware", |
| 22 | + "ec2", |
| 23 | + "sql-server", |
| 24 | + "aurora", |
| 25 | + "java", |
| 26 | + "python", |
| 27 | + "sdk" |
| 28 | + ], |
| 29 | + "skills": "./skills/", |
| 30 | + "mcpServers": "./.mcp.json", |
| 31 | + "interface": { |
| 32 | + "displayName": "AWS Transform", |
| 33 | + "shortDescription": "Migrate and modernize codebases to AWS with assessment, planning, and execution.", |
| 34 | + "longDescription": "AWS Transform brings AI-powered code and workload modernization into your coding agent. Supports .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware to EC2, SQL Server/Oracle/MySQL to Aurora, and Java/Python/Node.js language and AWS SDK upgrades. Guides users through assessment, requirements, approval, tasks, and execution with just-in-time authentication.", |
| 35 | + "defaultPrompt": [ |
| 36 | + "Migrate this .NET Framework app to .NET 8 on AWS.", |
| 37 | + "Assess this codebase for modernization with AWS Transform.", |
| 38 | + "Plan a VMware-to-EC2 migration for my workload." |
| 39 | + ], |
| 40 | + "developerName": "Amazon Web Services", |
| 41 | + "category": "Migration", |
| 42 | + "capabilities": [ |
| 43 | + "Read", |
| 44 | + "Write" |
| 45 | + ], |
| 46 | + "websiteURL": "https://github.com/awslabs/agent-plugins", |
| 47 | + "privacyPolicyURL": "https://aws.amazon.com/privacy/", |
| 48 | + "termsOfServiceURL": "https://aws.amazon.com/service-terms/", |
| 49 | + "brandColor": "#FF9900" |
| 50 | + } |
| 51 | +} |
0 commit comments