add marketplace.json changes

This commit is contained in:
Isabella He
2026-01-20 12:43:47 -08:00
parent 7d5dcb6765
commit 3c1e3212f6
3 changed files with 24 additions and 2 deletions

View File

@@ -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.",

View File

@@ -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",

View File

@@ -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",