From 33d92a5797f5b02b5376ac8f484d7d8ba19df6bb Mon Sep 17 00:00:00 2001 From: Bryan Thompson <238056179+bryan-anthropic@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:26:53 -0500 Subject: [PATCH] Add supermemory plugin Driver: dir-plugin-add-official --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index cde7096b..d96fffdc 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -3497,6 +3497,22 @@ }, "homepage": "https://superdesign.dev" }, + { + "name": "supermemory", + "description": "Persistent memory across Claude Code sessions using Supermemory", + "author": { + "name": "Supermemory" + }, + "category": "productivity", + "source": { + "source": "git-subdir", + "url": "https://github.com/supermemoryai/claude-supermemory.git", + "path": "plugin", + "ref": "main", + "sha": "036031872728b8a574af17a1ca3bc640658031cd" + }, + "homepage": "https://supermemory.ai/docs/integrations/claude-code" + }, { "name": "superpowers", "description": "Superpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude how to author and test new skills.",