From 44bd01cb130631033da66a0a49f1438c0db12447 Mon Sep 17 00:00:00 2001 From: Bryan Thompson <238056179+bryan-anthropic@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:26:04 -0500 Subject: [PATCH] Add render plugin Driver: dir-plugin-add-cowork --- .claude-plugin/marketplace.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3199f9d02..1c281219a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1060,6 +1060,18 @@ "sha": "205871ee83508502d2c982ee1bb7e65a2a29190b" }, "homepage": "https://synthflow.ai" + }, + { + "name": "render", + "displayName": "Render", + "description": "Deploy, debug, and monitor applications on Render. Includes skills, an agent, slash commands, a render.yaml validation hook, and the Render MCP server preconfigured over OAuth.", + "category": "deployment", + "source": { + "source": "url", + "url": "https://github.com/render-oss/render-plugin-claude-code.git", + "sha": "e8f889396634dbc8c368448a7f3de993ed4a5ac1" + }, + "homepage": "https://github.com/render-oss/render-plugin-claude-code" } ] }