From f70b65538da094ff474a855e7a679fb2c2c8064f Mon Sep 17 00:00:00 2001 From: Noah Zweben Date: Mon, 12 Jan 2026 15:05:15 -0800 Subject: [PATCH] Add circleback plugin to marketplace (#209) Co-authored-by: Claude --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 55547f5..c4a1e16 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -556,6 +556,16 @@ "url": "https://github.com/huggingface/skills.git" }, "homepage": "https://github.com/huggingface/skills.git" + }, + { + "name": "circleback", + "description": "Circleback conversational context integration. Search and access meetings, emails, calendar events, and more.", + "category": "productivity", + "source": { + "source": "url", + "url": "https://github.com/circlebackai/claude-code-plugin.git" + }, + "homepage": "https://github.com/circlebackai/claude-code-plugin.git" } ] }