From 4a928b7b6debf773365e67bb3ddcdd308c58257a Mon Sep 17 00:00:00 2001 From: Tobin South Date: Tue, 17 Mar 2026 13:29:34 -0700 Subject: [PATCH] Add goodmem to marketplace --- .claude-plugin/marketplace.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2ed6589..2f1a692 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -397,7 +397,7 @@ }, { "name": "playground", - "description": "Creates interactive HTML playgrounds \u2014 self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. Includes templates for design playgrounds, data explorers, concept maps, and document critique.", + "description": "Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. Includes templates for design playgrounds, data explorers, concept maps, and document critique.", "author": { "name": "Anthropic", "email": "support@anthropic.com" @@ -675,7 +675,7 @@ }, { "name": "coderabbit", - "description": "Your code review partner. CodeRabbit provides external validation using a specialized AI architecture and 40+ integrated static analyzers\u2014offering a different perspective that catches bugs, security vulnerabilities, logic errors, and edge cases. Context-aware analysis via AST parsing and codegraph relationships. Automatically incorporates CLAUDE.md and project coding guidelines into reviews. Useful after writing or modifying code, before commits, when implementing complex or security-sensitive logic, or when a second opinion would increase confidence in the changes. Returns specific findings with suggested fixes that can be applied immediately. Free to use.", + "description": "Your code review partner. CodeRabbit provides external validation using a specialized AI architecture and 40+ integrated static analyzers—offering a different perspective that catches bugs, security vulnerabilities, logic errors, and edge cases. Context-aware analysis via AST parsing and codegraph relationships. Automatically incorporates CLAUDE.md and project coding guidelines into reviews. Useful after writing or modifying code, before commits, when implementing complex or security-sensitive logic, or when a second opinion would increase confidence in the changes. Returns specific findings with suggested fixes that can be applied immediately. Free to use.", "category": "productivity", "source": { "source": "url", @@ -705,7 +705,7 @@ }, { "name": "qodo-skills", - "description": "Qodo Skills provides a curated library of reusable AI agent capabilities that extend Claude's functionality for software development workflows. Each skill is designed to integrate seamlessly into your development process, enabling tasks like code quality checks, automated testing, security scanning, and compliance validation. Skills operate across your entire SDLC\u2014from IDE to CI/CD\u2014ensuring consistent standards and catching issues early.", + "description": "Qodo Skills provides a curated library of reusable AI agent capabilities that extend Claude's functionality for software development workflows. Each skill is designed to integrate seamlessly into your development process, enabling tasks like code quality checks, automated testing, security scanning, and compliance validation. Skills operate across your entire SDLC—from IDE to CI/CD—ensuring consistent standards and catching issues early.", "category": "development", "source": { "source": "url", @@ -1038,6 +1038,16 @@ "sha": "eeef353eead2e3dc5f33f64dbaae54e1309e0d45" }, "homepage": "https://github.com/intercom/claude-plugin-external" + }, + { + "name": "goodmem", + "description": "GoodMem memory infrastructure for AI agents. Use Python SDK skills to write code that manages embedders, spaces, and memories, or use MCP tools to perform GoodMem operations directly via natural language.", + "source": { + "source": "url", + "url": "https://github.com/PAIR-Systems-Inc/goodmem-claude-code-plugin.git", + "sha": "215568baf203887b5d7f8245e0503dd4a81336c2" + }, + "homepage": "https://github.com/PAIR-Systems-Inc/goodmem-claude-code-plugin" } ] }