From 242a3d01753336d81db65fa15b4621ddba7802a2 Mon Sep 17 00:00:00 2001 From: tobin Date: Fri, 3 Apr 2026 20:14:45 +0000 Subject: [PATCH] Refresh AWS plugins: add amplify/databases/sagemaker, remove migration Adds three plugins from awslabs/agent-plugins: - aws-amplify (development) - databases-on-aws (database) - sagemaker-ai (development) Removes migration-to-aws (deprecated by the AWS team). --- .claude-plugin/marketplace.json | 48 ++++++++++++++++++++++++--------- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index de9cc7d..37c369d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -156,6 +156,18 @@ "source": "./external_plugins/autofix-bot", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/autofix-bot" }, + { + "name": "aws-amplify", + "description": "Build full-stack apps with AWS Amplify Gen 2 using guided workflows for authentication, data models, storage, GraphQL APIs, and Lambda functions.", + "category": "development", + "source": { + "source": "git-subdir", + "url": "https://github.com/awslabs/agent-plugins.git", + "path": "plugins/aws-amplify", + "ref": "main" + }, + "homepage": "https://github.com/awslabs/agent-plugins" + }, { "name": "aws-serverless", "description": "Design, build, deploy, test, and debug serverless applications with AWS Serverless services.", @@ -446,6 +458,18 @@ }, "homepage": "https://github.com/astronomer/agents" }, + { + "name": "databases-on-aws", + "description": "Expert database guidance for the AWS database portfolio. Design schemas, execute queries, handle migrations, and choose the right database for your workload.", + "category": "database", + "source": { + "source": "git-subdir", + "url": "https://github.com/awslabs/agent-plugins.git", + "path": "plugins/databases-on-aws", + "ref": "main" + }, + "homepage": "https://github.com/awslabs/agent-plugins" + }, { "name": "dataverse", "description": "Agent skills for building on, analyzing, and managing Microsoft Dataverse — with Dataverse MCP, PAC CLI, and Python SDK.", @@ -851,18 +875,6 @@ }, "homepage": "https://github.com/microsoftdocs/mcp" }, - { - "name": "migration-to-aws", - "description": "Assess current cloud provider usage and billing to estimate and compare AWS services and pricing, with recommendations for migration or continued use of current provider.", - "category": "migration", - "source": { - "source": "git-subdir", - "url": "https://github.com/awslabs/agent-plugins.git", - "path": "plugins/migration-to-aws", - "ref": "main" - }, - "homepage": "https://github.com/awslabs/agent-plugins" - }, { "name": "mintlify", "description": "Build beautiful documentation sites with Mintlify. Convert non-markdown files into properly formatted MDX pages, add and modify content with correct component use, and automate documentation updates.", @@ -1249,6 +1261,18 @@ } } }, + { + "name": "sagemaker-ai", + "description": "Build, train, and deploy AI models with deep AWS AI/ML expertise brought directly into your coding assistants, covering the surface area of Amazon SageMaker AI.", + "category": "development", + "source": { + "source": "git-subdir", + "url": "https://github.com/awslabs/agent-plugins.git", + "path": "plugins/sagemaker-ai", + "ref": "main" + }, + "homepage": "https://github.com/awslabs/agent-plugins" + }, { "name": "sanity", "description": "Sanity content platform integration with MCP server, agent skills, and slash commands. Query and author content, build and optimize GROQ queries, design schemas, and set up Visual Editing.",