From 3c1e3212f6688f62f4100e630877cfc3ca7356c3 Mon Sep 17 00:00:00 2001 From: Isabella He Date: Tue, 20 Jan 2026 12:43:47 -0800 Subject: [PATCH] add marketplace.json changes --- .claude-plugin/marketplace.json | 22 +++++++++++++++++++ .../.claude-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 51910ed..395f3b0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -394,6 +394,28 @@ "category": "development", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/plugin-dev" }, + { + "name": "claude-code-setup", + "description": "Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.", + "author": { + "name": "Anthropic", + "email": "support@anthropic.com" + }, + "source": "./plugins/claude-code-setup", + "category": "productivity", + "homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-code-setup" + }, + { + "name": "claude-md-management", + "description": "Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.", + "author": { + "name": "Anthropic", + "email": "support@anthropic.com" + }, + "source": "./plugins/claude-md-management", + "category": "productivity", + "homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management" + }, { "name": "greptile", "description": "AI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.", diff --git a/plugins/claude-code-setup/.claude-plugin/plugin.json b/plugins/claude-code-setup/.claude-plugin/plugin.json index 17577f7..de74d14 100644 --- a/plugins/claude-code-setup/.claude-plugin/plugin.json +++ b/plugins/claude-code-setup/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-code-setup", - "description": "Analyze codebases and recommend tailored Claude Code automations such as Skills, MCP Servers, etc", + "description": "Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.", "version": "1.0.0", "author": { "name": "Isabella He", diff --git a/plugins/claude-md-management/.claude-plugin/plugin.json b/plugins/claude-md-management/.claude-plugin/plugin.json index a0d2ed7..d957411 100644 --- a/plugins/claude-md-management/.claude-plugin/plugin.json +++ b/plugins/claude-md-management/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-md-management", - "description": "Tools to maintain and improve CLAUDE.md files", + "description": "Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.", "version": "1.0.0", "author": { "name": "Isabella He",