From 3866e34b15bc9577ef1b04c7cdf72f0e8310aab1 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Mon, 1 Jun 2026 19:25:46 -0500 Subject: [PATCH] Add sagemaker-ai plugin (re-list after YAML fix) (#2158) sagemaker-ai was dropped from the marketplace in #1762 (validate-plugins adoption) due to a manifest/YAML error. AWS has since fixed it; the plugin validates clean at awslabs/agent-plugins@187edde (claude plugin validate passes). Re-listed as a git-subdir source SHA-pinned to current monorepo HEAD, matching its sibling AWS entries (deploy-on-aws, databases-on-aws). Co-authored-by: Claude Opus 4.8 (1M context) --- .claude-plugin/marketplace.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 50430ad4..10710490 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2119,6 +2119,19 @@ } } }, + { + "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", + "sha": "187edde6e122116b43211049195627a5069bda80" + }, + "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.",