diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6eaed9e..689643f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,6 +58,10 @@ Create a file at `catalog//.json` with the followi | `description` | ✅ | A brief description of the augment's purpose | | `metadata.sourceSet` | ✅ | The source repository name | | `metadata.repoPath` | ✅ | Path to the definition file within the repository | +| `metadata.marketplace.sourceSet` | Plugins only | Repository containing the marketplace used to discover the plugin | +| `metadata.marketplace.repoPath` | Plugins only | Path to the marketplace manifest within that repository | + +`metadata.marketplace` only applies to entries with the `application/vnd.github.copilot-plugin` media type. Omit it from all other augment types. ### 4. Validate your JSON diff --git a/catalog/anthropics/agent-sdk-dev.json b/catalog/anthropics/agent-sdk-dev.json index 029a674..392a15d 100644 --- a/catalog/anthropics/agent-sdk-dev.json +++ b/catalog/anthropics/agent-sdk-dev.json @@ -6,6 +6,10 @@ "description": "Claude Agent SDK Development Plugin", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/agent-sdk-dev/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-sdk-dev/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/ai-governance-legal.json b/catalog/anthropics/ai-governance-legal.json index e4b83e9..ff472a8 100644 --- a/catalog/anthropics/ai-governance-legal.json +++ b/catalog/anthropics/ai-governance-legal.json @@ -6,6 +6,10 @@ "description": "Triages proposed AI use cases against your registry, runs impact assessments across the regimes in scope, reviews vendor AI terms for...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "ai-governance-legal/.claude-plugin/plugin.json" + "repoPath": "ai-governance-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/apollo.json b/catalog/anthropics/apollo.json index 5214736..d93843d 100644 --- a/catalog/anthropics/apollo.json +++ b/catalog/anthropics/apollo.json @@ -6,6 +6,10 @@ "description": "3 pre-built skills that chain multiple Apollo APIs into complete sales workflows - no manual steps, no tab switching. Enrich any contact from a name...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "partner-built/apollo/.claude-plugin/plugin.json" + "repoPath": "partner-built/apollo/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/asana.json b/catalog/anthropics/asana.json index c26207d..4cb9429 100644 --- a/catalog/anthropics/asana.json +++ b/catalog/anthropics/asana.json @@ -6,6 +6,10 @@ "description": "Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/asana/.claude-plugin/plugin.json" + "repoPath": "external_plugins/asana/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/bio-research.json b/catalog/anthropics/bio-research.json index 3069ccc..1899cdd 100644 --- a/catalog/anthropics/bio-research.json +++ b/catalog/anthropics/bio-research.json @@ -6,6 +6,10 @@ "description": "Connect to preclinical research tools and databases (literature search, genomics analysis, target prioritization) to accelerate early-stage life...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "bio-research/.claude-plugin/plugin.json" + "repoPath": "bio-research/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/brand-voice.json b/catalog/anthropics/brand-voice.json index a9401a4..7d67427 100644 --- a/catalog/anthropics/brand-voice.json +++ b/catalog/anthropics/brand-voice.json @@ -6,6 +6,10 @@ "description": "Brand Voice transforms scattered brand materials into enforceable AI guardrails - automatically. It searches across Notion, Google Drive, Confluence...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "partner-built/brand-voice/.claude-plugin/plugin.json" + "repoPath": "partner-built/brand-voice/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/claude-code-setup.json b/catalog/anthropics/claude-code-setup.json index 84602e9..a86128f 100644 --- a/catalog/anthropics/claude-code-setup.json +++ b/catalog/anthropics/claude-code-setup.json @@ -6,6 +6,10 @@ "description": "Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/claude-code-setup/.claude-plugin/plugin.json" + "repoPath": "plugins/claude-code-setup/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/claude-for-msft-365-install.json b/catalog/anthropics/claude-for-msft-365-install.json index 7eae29d..9be3dcb 100644 --- a/catalog/anthropics/claude-for-msft-365-install.json +++ b/catalog/anthropics/claude-for-msft-365-install.json @@ -6,6 +6,10 @@ "description": "Provision direct cloud access (Vertex AI, Bedrock, or LLM gateway) for the Claude Office add-in. Generates the customized add-in manifest, walks...", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "claude-for-msft-365-install/.claude-plugin/plugin.json" + "repoPath": "claude-for-msft-365-install/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/claude-md-management.json b/catalog/anthropics/claude-md-management.json index 111d9fa..edd78af 100644 --- a/catalog/anthropics/claude-md-management.json +++ b/catalog/anthropics/claude-md-management.json @@ -6,6 +6,10 @@ "description": "Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/claude-md-management/.claude-plugin/plugin.json" + "repoPath": "plugins/claude-md-management/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/claude-opus-4-5-migration.json b/catalog/anthropics/claude-opus-4-5-migration.json index 55b0f59..d264c1a 100644 --- a/catalog/anthropics/claude-opus-4-5-migration.json +++ b/catalog/anthropics/claude-opus-4-5-migration.json @@ -6,6 +6,10 @@ "description": "Migrate your code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5.", "metadata": { "sourceSet": "anthropics/claude-code", - "repoPath": "plugins/claude-opus-4-5-migration/.claude-plugin/plugin.json" + "repoPath": "plugins/claude-opus-4-5-migration/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-code", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/cocounsel-legal.json b/catalog/anthropics/cocounsel-legal.json index d796730..083ee5b 100644 --- a/catalog/anthropics/cocounsel-legal.json +++ b/catalog/anthropics/cocounsel-legal.json @@ -6,6 +6,10 @@ "description": "CoCounsel Legal delivers comprehensive Westlaw Deep Research reports with inline, linked citations to Westlaw and Practical Law sources.", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "external_plugins/cocounsel-legal/.claude-plugin/plugin.json" + "repoPath": "external_plugins/cocounsel-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/code-modernization.json b/catalog/anthropics/code-modernization.json index fcdf18a..28da97e 100644 --- a/catalog/anthropics/code-modernization.json +++ b/catalog/anthropics/code-modernization.json @@ -6,6 +6,10 @@ "description": "Modernize legacy codebases (COBOL, legacy Java/C++/.NET, monolith web apps) with a structured preflight / assess / map / extract-rules / brief /...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/code-modernization/.claude-plugin/plugin.json" + "repoPath": "plugins/code-modernization/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/code-review.json b/catalog/anthropics/code-review.json index eb65639..909b53c 100644 --- a/catalog/anthropics/code-review.json +++ b/catalog/anthropics/code-review.json @@ -6,6 +6,10 @@ "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/code-review/.claude-plugin/plugin.json" + "repoPath": "plugins/code-review/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/code-simplifier.json b/catalog/anthropics/code-simplifier.json index 5ddaab3..8acc940 100644 --- a/catalog/anthropics/code-simplifier.json +++ b/catalog/anthropics/code-simplifier.json @@ -6,6 +6,10 @@ "description": "Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/code-simplifier/.claude-plugin/plugin.json" + "repoPath": "plugins/code-simplifier/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/commercial-legal.json b/catalog/anthropics/commercial-legal.json index a2b627b..1c6fbc2 100644 --- a/catalog/anthropics/commercial-legal.json +++ b/catalog/anthropics/commercial-legal.json @@ -6,6 +6,10 @@ "description": "Reviews vendor agreements, NDAs, and SaaS subscriptions against your sales-side or purchasing-side playbook, tracks renewals and cancel-by deadlines...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "commercial-legal/.claude-plugin/plugin.json" + "repoPath": "commercial-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/commit-commands.json b/catalog/anthropics/commit-commands.json index 984c05d..73e5847 100644 --- a/catalog/anthropics/commit-commands.json +++ b/catalog/anthropics/commit-commands.json @@ -6,6 +6,10 @@ "description": "Streamline your git workflow with simple commands for committing, pushing, and creating pull requests", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/commit-commands/.claude-plugin/plugin.json" + "repoPath": "plugins/commit-commands/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/common-room.json b/catalog/anthropics/common-room.json index a6333f6..13c0b09 100644 --- a/catalog/anthropics/common-room.json +++ b/catalog/anthropics/common-room.json @@ -6,6 +6,10 @@ "description": "Turn Common Room into your GTM copilot. Research accounts and contacts, prep for calls with attendee profiles and talking points, and draft...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "partner-built/common-room/.claude-plugin/plugin.json" + "repoPath": "partner-built/common-room/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/context7.json b/catalog/anthropics/context7.json index c8e6089..1cecbaa 100644 --- a/catalog/anthropics/context7.json +++ b/catalog/anthropics/context7.json @@ -6,6 +6,10 @@ "description": "Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/context7/.claude-plugin/plugin.json" + "repoPath": "external_plugins/context7/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/corporate-legal.json b/catalog/anthropics/corporate-legal.json index d23d77a..4592d1e 100644 --- a/catalog/anthropics/corporate-legal.json +++ b/catalog/anthropics/corporate-legal.json @@ -6,6 +6,10 @@ "description": "Runs M&A diligence at scale with cited tabular review, builds disclosure schedules and closing checklists, drafts board consents and minutes in house...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "corporate-legal/.claude-plugin/plugin.json" + "repoPath": "corporate-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/cowork-plugin-management.json b/catalog/anthropics/cowork-plugin-management.json index 36a776d..bd671c7 100644 --- a/catalog/anthropics/cowork-plugin-management.json +++ b/catalog/anthropics/cowork-plugin-management.json @@ -6,6 +6,10 @@ "description": "Create, customize, and manage plugins tailored to your organization's tools and workflows. Configure MCP servers, adjust plugin behavior, and adapt...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "cowork-plugin-management/.claude-plugin/plugin.json" + "repoPath": "cowork-plugin-management/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/customer-support.json b/catalog/anthropics/customer-support.json index d5b5861..118169e 100644 --- a/catalog/anthropics/customer-support.json +++ b/catalog/anthropics/customer-support.json @@ -6,6 +6,10 @@ "description": "Triage tickets, draft responses, escalate issues, and build your knowledge base. Research customer context and turn resolved issues into self-service...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "customer-support/.claude-plugin/plugin.json" + "repoPath": "customer-support/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/cwc-makers.json b/catalog/anthropics/cwc-makers.json index 4c41db4..aa81e25 100644 --- a/catalog/anthropics/cwc-makers.json +++ b/catalog/anthropics/cwc-makers.json @@ -6,6 +6,10 @@ "description": "Seamless onboarding for the Code-with-Claude Makers Cardputer: one /maker-setup command clones the build-with-claude repo, flashes UIFlow firmware...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/cwc-makers/.claude-plugin/plugin.json" + "repoPath": "plugins/cwc-makers/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/data.json b/catalog/anthropics/data.json index 26b9e70..b7d75ae 100644 --- a/catalog/anthropics/data.json +++ b/catalog/anthropics/data.json @@ -6,6 +6,10 @@ "description": "Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "data/.claude-plugin/plugin.json" + "repoPath": "data/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/design.json b/catalog/anthropics/design.json index a3aeaf0..242828b 100644 --- a/catalog/anthropics/design.json +++ b/catalog/anthropics/design.json @@ -6,6 +6,10 @@ "description": "Accelerate design workflows - critique, design system management, UX writing, accessibility audits, research synthesis, and dev handoff. From...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "design/.claude-plugin/plugin.json" + "repoPath": "design/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/discord.json b/catalog/anthropics/discord.json index 0fca035..a992913 100644 --- a/catalog/anthropics/discord.json +++ b/catalog/anthropics/discord.json @@ -6,6 +6,10 @@ "description": "Discord channel for Claude Code - messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/discord/.claude-plugin/plugin.json" + "repoPath": "external_plugins/discord/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/earnings-reviewer.json b/catalog/anthropics/earnings-reviewer.json index 8ced6e1..2db42d6 100644 --- a/catalog/anthropics/earnings-reviewer.json +++ b/catalog/anthropics/earnings-reviewer.json @@ -6,6 +6,10 @@ "description": "Earnings call and filings to model update to note draft", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/earnings-reviewer/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/earnings-reviewer/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/employment-legal.json b/catalog/anthropics/employment-legal.json index 9f6121b..c14e9a3 100644 --- a/catalog/anthropics/employment-legal.json +++ b/catalog/anthropics/employment-legal.json @@ -6,6 +6,10 @@ "description": "Reviews hires and terminations for jurisdiction-specific risk flags, classifies workers against the controlling state test, tracks leave deadlines...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "employment-legal/.claude-plugin/plugin.json" + "repoPath": "employment-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/engineering.json b/catalog/anthropics/engineering.json index fb43be1..70cb334 100644 --- a/catalog/anthropics/engineering.json +++ b/catalog/anthropics/engineering.json @@ -6,6 +6,10 @@ "description": "Streamline engineering workflows - standups, code review, architecture decisions, incident response, and technical documentation. Works with your...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "engineering/.claude-plugin/plugin.json" + "repoPath": "engineering/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/enterprise-search.json b/catalog/anthropics/enterprise-search.json index c94fb59..86a578c 100644 --- a/catalog/anthropics/enterprise-search.json +++ b/catalog/anthropics/enterprise-search.json @@ -6,6 +6,10 @@ "description": "Search across all of your company's tools in one place. Find anything across email, chat, documents, and wikis without switching between apps.", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "enterprise-search/.claude-plugin/plugin.json" + "repoPath": "enterprise-search/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/equity-research.json b/catalog/anthropics/equity-research.json index 24f8568..556979b 100644 --- a/catalog/anthropics/equity-research.json +++ b/catalog/anthropics/equity-research.json @@ -6,6 +6,10 @@ "description": "Equity research tools: earnings analysis, initiating coverage reports, and research workflows", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/vertical-plugins/equity-research/.claude-plugin/plugin.json" + "repoPath": "plugins/vertical-plugins/equity-research/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/example-plugin.json b/catalog/anthropics/example-plugin.json index 5c0e56b..8163fa2 100644 --- a/catalog/anthropics/example-plugin.json +++ b/catalog/anthropics/example-plugin.json @@ -6,6 +6,10 @@ "description": "A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/example-plugin/.claude-plugin/plugin.json" + "repoPath": "plugins/example-plugin/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/explanatory-output-style.json b/catalog/anthropics/explanatory-output-style.json index 6b9d07f..1ebd01f 100644 --- a/catalog/anthropics/explanatory-output-style.json +++ b/catalog/anthropics/explanatory-output-style.json @@ -6,6 +6,10 @@ "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/explanatory-output-style/.claude-plugin/plugin.json" + "repoPath": "plugins/explanatory-output-style/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/fakechat.json b/catalog/anthropics/fakechat.json index 71f5ed6..c8ac159 100644 --- a/catalog/anthropics/fakechat.json +++ b/catalog/anthropics/fakechat.json @@ -6,6 +6,10 @@ "description": "Localhost iMessage-style web chat for Claude Code - test surface with file upload and edits. No tokens, no access control.", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/fakechat/.claude-plugin/plugin.json" + "repoPath": "external_plugins/fakechat/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/feature-dev.json b/catalog/anthropics/feature-dev.json index 765a34f..27a70ab 100644 --- a/catalog/anthropics/feature-dev.json +++ b/catalog/anthropics/feature-dev.json @@ -6,6 +6,10 @@ "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/feature-dev/.claude-plugin/plugin.json" + "repoPath": "plugins/feature-dev/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/finance.json b/catalog/anthropics/finance.json index 0fceae2..9bce996 100644 --- a/catalog/anthropics/finance.json +++ b/catalog/anthropics/finance.json @@ -6,6 +6,10 @@ "description": "Streamline finance and accounting workflows, from journal entries and reconciliation to financial statements and variance analysis. Speed up audit...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "finance/.claude-plugin/plugin.json" + "repoPath": "finance/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/financial-analysis.json b/catalog/anthropics/financial-analysis.json index 529c76c..7d7a01f 100644 --- a/catalog/anthropics/financial-analysis.json +++ b/catalog/anthropics/financial-analysis.json @@ -6,6 +6,10 @@ "description": "Core financial modeling and analysis tools: DCF, comps, LBO, 3-statement models, competitive analysis, and deck QC", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/vertical-plugins/financial-analysis/.claude-plugin/plugin.json" + "repoPath": "plugins/vertical-plugins/financial-analysis/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/firebase.json b/catalog/anthropics/firebase.json index 1932b15..836e299 100644 --- a/catalog/anthropics/firebase.json +++ b/catalog/anthropics/firebase.json @@ -6,6 +6,10 @@ "description": "Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/firebase/.claude-plugin/plugin.json" + "repoPath": "external_plugins/firebase/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/frontend-design-plugin.json b/catalog/anthropics/frontend-design-plugin.json index e5d4bbd..f59deee 100644 --- a/catalog/anthropics/frontend-design-plugin.json +++ b/catalog/anthropics/frontend-design-plugin.json @@ -6,6 +6,10 @@ "description": "Frontend design skill for UI/UX implementation", "metadata": { "sourceSet": "anthropics/claude-code", - "repoPath": "plugins/frontend-design/.claude-plugin/plugin.json" + "repoPath": "plugins/frontend-design/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-code", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/fund-admin.json b/catalog/anthropics/fund-admin.json index 787b559..416e54a 100644 --- a/catalog/anthropics/fund-admin.json +++ b/catalog/anthropics/fund-admin.json @@ -6,6 +6,10 @@ "description": "Fund administration and finance ops skills: GL reconciliation, break tracing, accruals, roll-forwards, variance commentary, NAV tie-out", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/vertical-plugins/fund-admin/.claude-plugin/plugin.json" + "repoPath": "plugins/vertical-plugins/fund-admin/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/github.json b/catalog/anthropics/github.json index e8c8eec..a52bdf4 100644 --- a/catalog/anthropics/github.json +++ b/catalog/anthropics/github.json @@ -6,6 +6,10 @@ "description": "Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/github/.claude-plugin/plugin.json" + "repoPath": "external_plugins/github/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/gitlab.json b/catalog/anthropics/gitlab.json index c1239a3..ea3419c 100644 --- a/catalog/anthropics/gitlab.json +++ b/catalog/anthropics/gitlab.json @@ -6,6 +6,10 @@ "description": "GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/gitlab/.claude-plugin/plugin.json" + "repoPath": "external_plugins/gitlab/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/gl-reconciler.json b/catalog/anthropics/gl-reconciler.json index 2731a6a..f2cb366 100644 --- a/catalog/anthropics/gl-reconciler.json +++ b/catalog/anthropics/gl-reconciler.json @@ -6,6 +6,10 @@ "description": "Finds breaks, traces root cause, routes for sign-off", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/gl-reconciler/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/gl-reconciler/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/greptile.json b/catalog/anthropics/greptile.json index aa25aaa..448b8af 100644 --- a/catalog/anthropics/greptile.json +++ b/catalog/anthropics/greptile.json @@ -6,6 +6,10 @@ "description": "AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/greptile/.claude-plugin/plugin.json" + "repoPath": "external_plugins/greptile/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/healthcare.json b/catalog/anthropics/healthcare.json index 5fa2ee3..e4c7d22 100644 --- a/catalog/anthropics/healthcare.json +++ b/catalog/anthropics/healthcare.json @@ -6,6 +6,10 @@ "description": "Claude for Healthcare - skills for payer, provider, pharma, and general healthcare work (prior auth, ICD-10-CM coding, clinical-note extraction...", "metadata": { "sourceSet": "anthropics/healthcare", - "repoPath": "plugins/healthcare/.claude-plugin/plugin.json" + "repoPath": "plugins/healthcare/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/healthcare", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/hookify.json b/catalog/anthropics/hookify.json index 7c572af..abfc3ac 100644 --- a/catalog/anthropics/hookify.json +++ b/catalog/anthropics/hookify.json @@ -6,6 +6,10 @@ "description": "Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/hookify/.claude-plugin/plugin.json" + "repoPath": "plugins/hookify/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/human-resources.json b/catalog/anthropics/human-resources.json index 8dc3374..9349de0 100644 --- a/catalog/anthropics/human-resources.json +++ b/catalog/anthropics/human-resources.json @@ -6,6 +6,10 @@ "description": "Streamline people operations - recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "human-resources/.claude-plugin/plugin.json" + "repoPath": "human-resources/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/imessage.json b/catalog/anthropics/imessage.json index 23a40bc..ccb7fdb 100644 --- a/catalog/anthropics/imessage.json +++ b/catalog/anthropics/imessage.json @@ -6,6 +6,10 @@ "description": "iMessage channel for Claude Code - reads chat.db directly, sends via AppleScript. Built-in access control; manage pairing, allowlists, and policy via...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/imessage/.claude-plugin/plugin.json" + "repoPath": "external_plugins/imessage/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/investment-banking.json b/catalog/anthropics/investment-banking.json index 5c5c144..1d893ac 100644 --- a/catalog/anthropics/investment-banking.json +++ b/catalog/anthropics/investment-banking.json @@ -6,6 +6,10 @@ "description": "Investment banking productivity tools: client and market insights, deck creation, financial analysis, and transaction management", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/vertical-plugins/investment-banking/.claude-plugin/plugin.json" + "repoPath": "plugins/vertical-plugins/investment-banking/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/ip-legal.json b/catalog/anthropics/ip-legal.json index 17a37de..a3e6f4c 100644 --- a/catalog/anthropics/ip-legal.json +++ b/catalog/anthropics/ip-legal.json @@ -6,6 +6,10 @@ "description": "Runs first-pass trademark clearance and freedom-to-operate triage, screens invention disclosures for initial patentability, drafts and triages...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "ip-legal/.claude-plugin/plugin.json" + "repoPath": "ip-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/kyc-screener.json b/catalog/anthropics/kyc-screener.json index dbb9b68..f74f2ba 100644 --- a/catalog/anthropics/kyc-screener.json +++ b/catalog/anthropics/kyc-screener.json @@ -6,6 +6,10 @@ "description": "Parses onboarding docs, runs the rules engine, flags gaps", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/kyc-screener/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/kyc-screener/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/laravel-boost.json b/catalog/anthropics/laravel-boost.json index 6d30c14..9cc3e90 100644 --- a/catalog/anthropics/laravel-boost.json +++ b/catalog/anthropics/laravel-boost.json @@ -6,6 +6,10 @@ "description": "Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/laravel-boost/.claude-plugin/plugin.json" + "repoPath": "external_plugins/laravel-boost/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/law-student.json b/catalog/anthropics/law-student.json index 7dbee31..92cc393 100644 --- a/catalog/anthropics/law-student.json +++ b/catalog/anthropics/law-student.json @@ -6,6 +6,10 @@ "description": "Drills Socratically, briefs cases, builds outlines, runs bar prep sessions tuned to your jurisdiction, grades IRAC practice, and plans the study...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "law-student/.claude-plugin/plugin.json" + "repoPath": "law-student/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/learning-output-style.json b/catalog/anthropics/learning-output-style.json index fdb56a8..9bd23e3 100644 --- a/catalog/anthropics/learning-output-style.json +++ b/catalog/anthropics/learning-output-style.json @@ -6,6 +6,10 @@ "description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/learning-output-style/.claude-plugin/plugin.json" + "repoPath": "plugins/learning-output-style/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/legal-builder-hub.json b/catalog/anthropics/legal-builder-hub.json index df50fbd..01d9e7a 100644 --- a/catalog/anthropics/legal-builder-hub.json +++ b/catalog/anthropics/legal-builder-hub.json @@ -6,6 +6,10 @@ "description": "Finds, evaluates, and installs community legal skills - with a security review gate before anything lands in your environment.", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "legal-builder-hub/.claude-plugin/plugin.json" + "repoPath": "legal-builder-hub/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/legal-clinic.json b/catalog/anthropics/legal-clinic.json index 5594985..323e891 100644 --- a/catalog/anthropics/legal-clinic.json +++ b/catalog/anthropics/legal-clinic.json @@ -6,6 +6,10 @@ "description": "Sets up the clinic, onboards students, runs structured intake, tracks deadlines with malpractice-aware caution, and hands off cases at semester end ...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "legal-clinic/.claude-plugin/plugin.json" + "repoPath": "legal-clinic/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/legal.json b/catalog/anthropics/legal.json index 3bf1ff8..398d8a8 100644 --- a/catalog/anthropics/legal.json +++ b/catalog/anthropics/legal.json @@ -6,6 +6,10 @@ "description": "Speed up contract review, NDA triage, and compliance workflows for in-house legal teams. Draft legal briefs, organize precedent research, and manage...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "legal/.claude-plugin/plugin.json" + "repoPath": "legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/linear.json b/catalog/anthropics/linear.json index 2f9172a..80729e7 100644 --- a/catalog/anthropics/linear.json +++ b/catalog/anthropics/linear.json @@ -6,6 +6,10 @@ "description": "Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/linear/.claude-plugin/plugin.json" + "repoPath": "external_plugins/linear/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/litigation-legal.json b/catalog/anthropics/litigation-legal.json index eb90a27..b628b94 100644 --- a/catalog/anthropics/litigation-legal.json +++ b/catalog/anthropics/litigation-legal.json @@ -6,6 +6,10 @@ "description": "Manages the litigation portfolio - matters, deadlines, holds, demands, outside counsel - and does the work: claim charts (patent and civil)...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "litigation-legal/.claude-plugin/plugin.json" + "repoPath": "litigation-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/lseg.json b/catalog/anthropics/lseg.json index 33f6620..8c83c88 100644 --- a/catalog/anthropics/lseg.json +++ b/catalog/anthropics/lseg.json @@ -6,6 +6,10 @@ "description": "Price bonds, analyze yield curves, evaluate FX carry trades, value options, and build macro dashboards using LSEG financial data and analytics.", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/partner-built/lseg/.claude-plugin/plugin.json" + "repoPath": "plugins/partner-built/lseg/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/market-researcher.json b/catalog/anthropics/market-researcher.json index 1be7330..249a016 100644 --- a/catalog/anthropics/market-researcher.json +++ b/catalog/anthropics/market-researcher.json @@ -6,6 +6,10 @@ "description": "Sector or theme to industry overview, competitive landscape, peer comps, and ideas shortlist", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/market-researcher/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/market-researcher/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/marketing.json b/catalog/anthropics/marketing.json index 44fc3c6..7ec9a6d 100644 --- a/catalog/anthropics/marketing.json +++ b/catalog/anthropics/marketing.json @@ -6,6 +6,10 @@ "description": "Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "marketing/.claude-plugin/plugin.json" + "repoPath": "marketing/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/math-olympiad.json b/catalog/anthropics/math-olympiad.json index 078b2d4..b49542d 100644 --- a/catalog/anthropics/math-olympiad.json +++ b/catalog/anthropics/math-olympiad.json @@ -6,6 +6,10 @@ "description": "Solve competition math (IMO, Putnam, USAMO) with adversarial verification that catches what self-verification misses. Fresh-context verifiers attack...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/math-olympiad/.claude-plugin/plugin.json" + "repoPath": "plugins/math-olympiad/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/mcp-server-dev.json b/catalog/anthropics/mcp-server-dev.json index 9d19919..908bd85 100644 --- a/catalog/anthropics/mcp-server-dev.json +++ b/catalog/anthropics/mcp-server-dev.json @@ -6,6 +6,10 @@ "description": "Skills for designing and building MCP servers that work seamlessly with Claude - guides you through deployment models (remote HTTP, MCPB, local)...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/mcp-server-dev/.claude-plugin/plugin.json" + "repoPath": "plugins/mcp-server-dev/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/mcp-tunnels.json b/catalog/anthropics/mcp-tunnels.json index ff7df6e..2df11ae 100644 --- a/catalog/anthropics/mcp-tunnels.json +++ b/catalog/anthropics/mcp-tunnels.json @@ -6,6 +6,10 @@ "description": "Connect Claude to a private MCP server through an Anthropic MCP tunnel. Drives the Docker Compose quickstart end to end: certificates, proxy config...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/mcp-tunnels/.claude-plugin/plugin.json" + "repoPath": "plugins/mcp-tunnels/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/meeting-prep-agent.json b/catalog/anthropics/meeting-prep-agent.json index e075079..66fd253 100644 --- a/catalog/anthropics/meeting-prep-agent.json +++ b/catalog/anthropics/meeting-prep-agent.json @@ -6,6 +6,10 @@ "description": "Briefing pack before every client meeting", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/meeting-prep-agent/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/meeting-prep-agent/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/model-builder.json b/catalog/anthropics/model-builder.json index bc3876e..485769d 100644 --- a/catalog/anthropics/model-builder.json +++ b/catalog/anthropics/model-builder.json @@ -6,6 +6,10 @@ "description": "DCF, LBO, 3-statement, comps - live in Excel", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/model-builder/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/model-builder/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/month-end-closer.json b/catalog/anthropics/month-end-closer.json index d37445d..53ca324 100644 --- a/catalog/anthropics/month-end-closer.json +++ b/catalog/anthropics/month-end-closer.json @@ -6,6 +6,10 @@ "description": "Accruals, roll-forwards, variance commentary", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/month-end-closer/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/month-end-closer/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/operations.json b/catalog/anthropics/operations.json index afd4d35..ca5d2df 100644 --- a/catalog/anthropics/operations.json +++ b/catalog/anthropics/operations.json @@ -6,6 +6,10 @@ "description": "Optimize business operations - vendor management, process documentation, change management, capacity planning, and compliance tracking. Keep your...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "operations/.claude-plugin/plugin.json" + "repoPath": "operations/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/pdf-viewer.json b/catalog/anthropics/pdf-viewer.json index 2173fd4..52d8927 100644 --- a/catalog/anthropics/pdf-viewer.json +++ b/catalog/anthropics/pdf-viewer.json @@ -6,6 +6,10 @@ "description": "View, annotate, and sign PDFs in a live interactive viewer. Mark up contracts, fill forms with visual feedback, stamp approvals, and place signatures...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "pdf-viewer/.claude-plugin/plugin.json" + "repoPath": "pdf-viewer/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/pitch-agent.json b/catalog/anthropics/pitch-agent.json index b0e88a7..d683563 100644 --- a/catalog/anthropics/pitch-agent.json +++ b/catalog/anthropics/pitch-agent.json @@ -6,6 +6,10 @@ "description": "Comps, precedents, LBO to a branded pitch deck, end to end", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/pitch-agent/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/pitch-agent/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/playground.json b/catalog/anthropics/playground.json index d296e6c..10396fd 100644 --- a/catalog/anthropics/playground.json +++ b/catalog/anthropics/playground.json @@ -6,6 +6,10 @@ "description": "Creates interactive HTML playgrounds - self-contained single-file explorers with visual controls, live preview, and prompt output with copy button", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/playground/.claude-plugin/plugin.json" + "repoPath": "plugins/playground/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/playwright.json b/catalog/anthropics/playwright.json index e1d7230..3537f68 100644 --- a/catalog/anthropics/playwright.json +++ b/catalog/anthropics/playwright.json @@ -6,6 +6,10 @@ "description": "Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/playwright/.claude-plugin/plugin.json" + "repoPath": "external_plugins/playwright/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/plugin-dev.json b/catalog/anthropics/plugin-dev.json index 5185255..38fbe07 100644 --- a/catalog/anthropics/plugin-dev.json +++ b/catalog/anthropics/plugin-dev.json @@ -6,6 +6,10 @@ "description": "Plugin development toolkit with skills for creating agents, commands, hooks, MCP integrations, and comprehensive plugin structure guidance", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/plugin-dev/.claude-plugin/plugin.json" + "repoPath": "plugins/plugin-dev/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/pr-review-toolkit.json b/catalog/anthropics/pr-review-toolkit.json index b5dc967..8ed28dc 100644 --- a/catalog/anthropics/pr-review-toolkit.json +++ b/catalog/anthropics/pr-review-toolkit.json @@ -6,6 +6,10 @@ "description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/pr-review-toolkit/.claude-plugin/plugin.json" + "repoPath": "plugins/pr-review-toolkit/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/privacy-legal.json b/catalog/anthropics/privacy-legal.json index 014abf6..a23fb7e 100644 --- a/catalog/anthropics/privacy-legal.json +++ b/catalog/anthropics/privacy-legal.json @@ -6,6 +6,10 @@ "description": "Triages processing activities, generates PIAs, reviews DPAs as controller or processor, drafts DSAR responses within statutory timelines, and...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "privacy-legal/.claude-plugin/plugin.json" + "repoPath": "privacy-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/private-equity.json b/catalog/anthropics/private-equity.json index 1e5b4af..2ef8dc8 100644 --- a/catalog/anthropics/private-equity.json +++ b/catalog/anthropics/private-equity.json @@ -6,6 +6,10 @@ "description": "Private equity deal sourcing and workflow tools: company discovery, CRM integration, and founder outreach", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/vertical-plugins/private-equity/.claude-plugin/plugin.json" + "repoPath": "plugins/vertical-plugins/private-equity/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/product-legal.json b/catalog/anthropics/product-legal.json index 880be68..fbbc9d6 100644 --- a/catalog/anthropics/product-legal.json +++ b/catalog/anthropics/product-legal.json @@ -6,6 +6,10 @@ "description": "Reviews product launches against your risk calibration, answers 'is this a problem?' questions in minutes, checks marketing copy for claims that need...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "product-legal/.claude-plugin/plugin.json" + "repoPath": "product-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/product-management.json b/catalog/anthropics/product-management.json index 3244a30..697b79e 100644 --- a/catalog/anthropics/product-management.json +++ b/catalog/anthropics/product-management.json @@ -6,6 +6,10 @@ "description": "Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "product-management/.claude-plugin/plugin.json" + "repoPath": "product-management/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/productivity.json b/catalog/anthropics/productivity.json index a394b38..1629492 100644 --- a/catalog/anthropics/productivity.json +++ b/catalog/anthropics/productivity.json @@ -6,6 +6,10 @@ "description": "Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "productivity/.claude-plugin/plugin.json" + "repoPath": "productivity/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/project-artifact.json b/catalog/anthropics/project-artifact.json index de1a805..52b465e 100644 --- a/catalog/anthropics/project-artifact.json +++ b/catalog/anthropics/project-artifact.json @@ -6,6 +6,10 @@ "description": "Generate and publish a project status artifact - an opinionated, tabbed status page (overview & success criteria, the workstream sequence, next...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/project-artifact/.claude-plugin/plugin.json" + "repoPath": "plugins/project-artifact/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/ralph-loop.json b/catalog/anthropics/ralph-loop.json index 13dfc49..f7bca7e 100644 --- a/catalog/anthropics/ralph-loop.json +++ b/catalog/anthropics/ralph-loop.json @@ -6,6 +6,10 @@ "description": "Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/ralph-loop/.claude-plugin/plugin.json" + "repoPath": "plugins/ralph-loop/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/ralph-wiggum.json b/catalog/anthropics/ralph-wiggum.json index 3d3ee5c..9cc0476 100644 --- a/catalog/anthropics/ralph-wiggum.json +++ b/catalog/anthropics/ralph-wiggum.json @@ -6,6 +6,10 @@ "description": "Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true...", "metadata": { "sourceSet": "anthropics/claude-code", - "repoPath": "plugins/ralph-wiggum/.claude-plugin/plugin.json" + "repoPath": "plugins/ralph-wiggum/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-code", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/regulatory-legal.json b/catalog/anthropics/regulatory-legal.json index 9d9bac0..5bff70e 100644 --- a/catalog/anthropics/regulatory-legal.json +++ b/catalog/anthropics/regulatory-legal.json @@ -6,6 +6,10 @@ "description": "Watches regulatory feeds, diffs new rules against your policy library, tracks comment deadlines and open gaps, and writes the digest your team reads...", "metadata": { "sourceSet": "anthropics/claude-for-legal", - "repoPath": "regulatory-legal/.claude-plugin/plugin.json" + "repoPath": "regulatory-legal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-for-legal", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/sales.json b/catalog/anthropics/sales.json index 8177e80..06f12bf 100644 --- a/catalog/anthropics/sales.json +++ b/catalog/anthropics/sales.json @@ -6,6 +6,10 @@ "description": "Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "sales/.claude-plugin/plugin.json" + "repoPath": "sales/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/security-guidance.json b/catalog/anthropics/security-guidance.json index d054245..9d3dbb4 100644 --- a/catalog/anthropics/security-guidance.json +++ b/catalog/anthropics/security-guidance.json @@ -6,6 +6,10 @@ "description": "Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/security-guidance/.claude-plugin/plugin.json" + "repoPath": "plugins/security-guidance/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/serena.json b/catalog/anthropics/serena.json index 3c046b4..778f243 100644 --- a/catalog/anthropics/serena.json +++ b/catalog/anthropics/serena.json @@ -6,6 +6,10 @@ "description": "Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/serena/.claude-plugin/plugin.json" + "repoPath": "external_plugins/serena/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/skill-creator-plugin.json b/catalog/anthropics/skill-creator-plugin.json index 47f81c8..6e07cf0 100644 --- a/catalog/anthropics/skill-creator-plugin.json +++ b/catalog/anthropics/skill-creator-plugin.json @@ -6,6 +6,10 @@ "description": "Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "plugins/skill-creator/.claude-plugin/plugin.json" + "repoPath": "plugins/skill-creator/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/slack-by-salesforce.json b/catalog/anthropics/slack-by-salesforce.json index ce2e4d1..95c8267 100644 --- a/catalog/anthropics/slack-by-salesforce.json +++ b/catalog/anthropics/slack-by-salesforce.json @@ -6,6 +6,10 @@ "description": "Official Slack MCP server for interactive and collaborative workflows. Surface insights, draft messages, and engage teams directly within Slack from...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "partner-built/slack/.claude-plugin/plugin.json" + "repoPath": "partner-built/slack/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/small-business.json b/catalog/anthropics/small-business.json index d2ece8b..9fc0c58 100644 --- a/catalog/anthropics/small-business.json +++ b/catalog/anthropics/small-business.json @@ -6,6 +6,10 @@ "description": "Pre-built small business workflows (including payroll planning, month-end close, weekly briefs, and growth campaigns) using your QuickBooks, PayPal...", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "small-business/.claude-plugin/plugin.json" + "repoPath": "small-business/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/sp-global.json b/catalog/anthropics/sp-global.json index c474c50..53fe0e5 100644 --- a/catalog/anthropics/sp-global.json +++ b/catalog/anthropics/sp-global.json @@ -6,6 +6,10 @@ "description": "S&P Global - Financial data and analytics skills including company tearsheets, earnings previews, and transaction summaries", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/partner-built/spglobal/.claude-plugin/plugin.json" + "repoPath": "plugins/partner-built/spglobal/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/statement-auditor.json b/catalog/anthropics/statement-auditor.json index 9019993..f1740dc 100644 --- a/catalog/anthropics/statement-auditor.json +++ b/catalog/anthropics/statement-auditor.json @@ -6,6 +6,10 @@ "description": "Audits pre-generated LP statements before distribution", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/statement-auditor/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/statement-auditor/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/telegram.json b/catalog/anthropics/telegram.json index 07537ae..e866f31 100644 --- a/catalog/anthropics/telegram.json +++ b/catalog/anthropics/telegram.json @@ -6,6 +6,10 @@ "description": "Telegram channel for Claude Code - messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/telegram/.claude-plugin/plugin.json" + "repoPath": "external_plugins/telegram/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/terraform.json b/catalog/anthropics/terraform.json index 1ac65f9..44ff911 100644 --- a/catalog/anthropics/terraform.json +++ b/catalog/anthropics/terraform.json @@ -6,6 +6,10 @@ "description": "The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for...", "metadata": { "sourceSet": "anthropics/claude-plugins-public", - "repoPath": "external_plugins/terraform/.claude-plugin/plugin.json" + "repoPath": "external_plugins/terraform/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/claude-plugins-public", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/valuation-reviewer.json b/catalog/anthropics/valuation-reviewer.json index 0468b0e..f715974 100644 --- a/catalog/anthropics/valuation-reviewer.json +++ b/catalog/anthropics/valuation-reviewer.json @@ -6,6 +6,10 @@ "description": "Ingests GP packages, runs valuation template, stages LP reporting", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/agent-plugins/valuation-reviewer/.claude-plugin/plugin.json" + "repoPath": "plugins/agent-plugins/valuation-reviewer/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/wealth-management.json b/catalog/anthropics/wealth-management.json index c6d3349..9452e88 100644 --- a/catalog/anthropics/wealth-management.json +++ b/catalog/anthropics/wealth-management.json @@ -6,6 +6,10 @@ "description": "Wealth management and financial advisory tools: client reviews, financial planning, portfolio analysis, and client reporting", "metadata": { "sourceSet": "anthropics/financial-services-plugins", - "repoPath": "plugins/vertical-plugins/wealth-management/.claude-plugin/plugin.json" + "repoPath": "plugins/vertical-plugins/wealth-management/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/financial-services-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/anthropics/zoom-plugin.json b/catalog/anthropics/zoom-plugin.json index 8f4f380..4636bfc 100644 --- a/catalog/anthropics/zoom-plugin.json +++ b/catalog/anthropics/zoom-plugin.json @@ -6,6 +6,10 @@ "description": "Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows", "metadata": { "sourceSet": "anthropics/knowledge-work-plugins", - "repoPath": "partner-built/zoom-plugin/.claude-plugin/plugin.json" + "repoPath": "partner-built/zoom-plugin/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "anthropics/knowledge-work-plugins", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/apify/apify-agent-skills.json b/catalog/apify/apify-agent-skills.json index fb570bf..3132cba 100644 --- a/catalog/apify/apify-agent-skills.json +++ b/catalog/apify/apify-agent-skills.json @@ -6,6 +6,10 @@ "description": "Official Apify agent skills for web scraping, data extraction, and automation", "metadata": { "sourceSet": "apify/agent-skills", - "repoPath": ".claude-plugin/plugin.json" + "repoPath": ".claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "apify/agent-skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/astronomer/astronomer-data.json b/catalog/astronomer/astronomer-data.json index 9b381d3..e002c14 100644 --- a/catalog/astronomer/astronomer-data.json +++ b/catalog/astronomer/astronomer-data.json @@ -6,6 +6,10 @@ "description": "Data engineering plugin - warehouse exploration, pipeline authoring, Airflow integration", "metadata": { "sourceSet": "astronomer/agents", - "repoPath": ".cursor-plugin/plugin.json" + "repoPath": ".cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "astronomer/agents", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/axiomhq/axiom-cli.json b/catalog/axiomhq/axiom-cli.json index 3e7d507..84739a0 100644 --- a/catalog/axiomhq/axiom-cli.json +++ b/catalog/axiomhq/axiom-cli.json @@ -6,6 +6,10 @@ "description": "Axiom CLI and APL query assistance for Claude Code", "metadata": { "sourceSet": "axiomhq/cli", - "repoPath": ".claude-plugin/plugin.json" + "repoPath": ".claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "axiomhq/cli", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/better-auth/better-auth.json b/catalog/better-auth/better-auth.json index 60701e6..f0f5177 100644 --- a/catalog/better-auth/better-auth.json +++ b/catalog/better-auth/better-auth.json @@ -6,6 +6,10 @@ "description": "Better Auth development plugin for Claude", "metadata": { "sourceSet": "better-auth/skills", - "repoPath": "better-auth/.claude-plugin/plugin.json" + "repoPath": "better-auth/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "better-auth/skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/chromedevtools/devtools-for-agents.json b/catalog/chromedevtools/devtools-for-agents.json index 3d5dc20..0274ac6 100644 --- a/catalog/chromedevtools/devtools-for-agents.json +++ b/catalog/chromedevtools/devtools-for-agents.json @@ -6,6 +6,10 @@ "description": "Help your agent build, debug, and verify your code correctly. With Chrome DevTools for agents, your AI agent can interact with the Chrome browser to...", "metadata": { "sourceSet": "ChromeDevTools/chrome-devtools-mcp", - "repoPath": ".cursor-plugin/plugin.json" + "repoPath": ".cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "ChromeDevTools/chrome-devtools-mcp", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/agent-compatibility.json b/catalog/cursor/agent-compatibility.json index 9dcc4ad..5abfd3a 100644 --- a/catalog/cursor/agent-compatibility.json +++ b/catalog/cursor/agent-compatibility.json @@ -6,6 +6,10 @@ "description": "CLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality.", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "agent-compatibility/.cursor-plugin/plugin.json" + "repoPath": "agent-compatibility/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/cli-for-agent.json b/catalog/cursor/cli-for-agent.json index 58152da..c9b78be 100644 --- a/catalog/cursor/cli-for-agent.json +++ b/catalog/cursor/cli-for-agent.json @@ -6,6 +6,10 @@ "description": "Patterns for designing CLIs that coding agents can run reliably: non-interactive flags, layered help with examples, pipelines, actionable errors...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "cli-for-agent/.cursor-plugin/plugin.json" + "repoPath": "cli-for-agent/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/continual-learning.json b/catalog/cursor/continual-learning.json index 88b69fd..3b3c9cf 100644 --- a/catalog/cursor/continual-learning.json +++ b/catalog/cursor/continual-learning.json @@ -6,6 +6,10 @@ "description": "Incrementally learns durable user preferences and workspace facts from transcript changes and keeps AGENTS.md up to date with plain bullet points.", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "continual-learning/.cursor-plugin/plugin.json" + "repoPath": "continual-learning/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/create-plugin.json b/catalog/cursor/create-plugin.json index 5bb7c09..5608633 100644 --- a/catalog/cursor/create-plugin.json +++ b/catalog/cursor/create-plugin.json @@ -6,6 +6,10 @@ "description": "Scaffold and validate new Cursor plugins. Handles directory setup, manifest generation, and pre-submission quality checks for the marketplace.", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "create-plugin/.cursor-plugin/plugin.json" + "repoPath": "create-plugin/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/cursor-sdk.json b/catalog/cursor/cursor-sdk.json index fea65ab..f133ec6 100644 --- a/catalog/cursor/cursor-sdk.json +++ b/catalog/cursor/cursor-sdk.json @@ -6,6 +6,10 @@ "description": "Build apps, scripts, CI pipelines, and automations on top of the Cursor TypeScript SDK (@cursor/sdk) runtime selection, auth, streaming, MCP, error...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "cursor-sdk/.cursor-plugin/plugin.json" + "repoPath": "cursor-sdk/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/cursor-team-kit.json b/catalog/cursor/cursor-team-kit.json index 66539be..7f958c9 100644 --- a/catalog/cursor/cursor-team-kit.json +++ b/catalog/cursor/cursor-team-kit.json @@ -6,6 +6,10 @@ "description": "Internal workflows used by Cursor developers for CI, code review, shipping, control-cli, control-ui, verify-this, test reliability, code cleanup, and...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "cursor-team-kit/.cursor-plugin/plugin.json" + "repoPath": "cursor-team-kit/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/docs-canvas.json b/catalog/cursor/docs-canvas.json index 2ee9647..3c6e720 100644 --- a/catalog/cursor/docs-canvas.json +++ b/catalog/cursor/docs-canvas.json @@ -6,6 +6,10 @@ "description": "Render documentation architecture notes, API references, runbooks, and codebase walkthroughs as a navigable Cursor Canvas with sections, table of...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "docs-canvas/.cursor-plugin/plugin.json" + "repoPath": "docs-canvas/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/orchestrate.json b/catalog/cursor/orchestrate.json index 182d8bf..ddefa29 100644 --- a/catalog/cursor/orchestrate.json +++ b/catalog/cursor/orchestrate.json @@ -6,6 +6,10 @@ "description": "Fan a large task out across parallel Cursor cloud agents via the Cursor SDK: planners publish tasks, workers hand off back up, and a script...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "orchestrate/.cursor-plugin/plugin.json" + "repoPath": "orchestrate/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/pr-review-canvas.json b/catalog/cursor/pr-review-canvas.json index 068ca47..8fd45a9 100644 --- a/catalog/cursor/pr-review-canvas.json +++ b/catalog/cursor/pr-review-canvas.json @@ -6,6 +6,10 @@ "description": "Render PR diffs as interactive Cursor Canvases organized for reviewer comprehension groups changes by importance, separates boilerplate from core...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "pr-review-canvas/.cursor-plugin/plugin.json" + "repoPath": "pr-review-canvas/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/pstack.json b/catalog/cursor/pstack.json index ed8b216..fcf8b8c 100644 --- a/catalog/cursor/pstack.json +++ b/catalog/cursor/pstack.json @@ -6,6 +6,10 @@ "description": "if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "pstack/.cursor-plugin/plugin.json" + "repoPath": "pstack/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/ralph-loop.json b/catalog/cursor/ralph-loop.json index 52ef768..866f629 100644 --- a/catalog/cursor/ralph-loop.json +++ b/catalog/cursor/ralph-loop.json @@ -6,6 +6,10 @@ "description": "Continuous self-referential AI loops for iterative development, implementing the Ralph Wiggum technique. Run the agent in a while-true loop with the...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "ralph-loop/.cursor-plugin/plugin.json" + "repoPath": "ralph-loop/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/teaching.json b/catalog/cursor/teaching.json index b6c88d9..eb6a999 100644 --- a/catalog/cursor/teaching.json +++ b/catalog/cursor/teaching.json @@ -6,6 +6,10 @@ "description": "Skill mapping, practice plans, and learning retrospectives. Builds personalized roadmaps with milestones and practice checkpoints, and runs periodic...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "teaching/.cursor-plugin/plugin.json" + "repoPath": "teaching/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/cursor/thermos.json b/catalog/cursor/thermos.json index a9720ef..c1b6cef 100644 --- a/catalog/cursor/thermos.json +++ b/catalog/cursor/thermos.json @@ -6,6 +6,10 @@ "description": "Thermo-nuclear branch review: deep correctness and security audits plus harsh code-quality rubrics, parallel subagents, thermos orchestration, and...", "metadata": { "sourceSet": "cursor/plugins", - "repoPath": "thermos/.cursor-plugin/plugin.json" + "repoPath": "thermos/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "cursor/plugins", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/dbt-labs/dbt-extras.json b/catalog/dbt-labs/dbt-extras.json index 076fe38..b7f7659 100644 --- a/catalog/dbt-labs/dbt-extras.json +++ b/catalog/dbt-labs/dbt-extras.json @@ -6,6 +6,10 @@ "description": "Miscellaneous skills for dbt.", "metadata": { "sourceSet": "dbt-labs/dbt-agent-skills", - "repoPath": "skills/dbt-extras/.claude-plugin/plugin.json" + "repoPath": "skills/dbt-extras/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "dbt-labs/dbt-agent-skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/dbt-labs/dbt-migration.json b/catalog/dbt-labs/dbt-migration.json index c65828a..80fbca5 100644 --- a/catalog/dbt-labs/dbt-migration.json +++ b/catalog/dbt-labs/dbt-migration.json @@ -6,6 +6,10 @@ "description": "Skills for migrating dbt projects - moving from dbt Core to the Fusion engine or across data platforms.", "metadata": { "sourceSet": "dbt-labs/dbt-agent-skills", - "repoPath": "skills/dbt-migration/.claude-plugin/plugin.json" + "repoPath": "skills/dbt-migration/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "dbt-labs/dbt-agent-skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/dbt-labs/dbt.json b/catalog/dbt-labs/dbt.json index d73a45b..3297311 100644 --- a/catalog/dbt-labs/dbt.json +++ b/catalog/dbt-labs/dbt.json @@ -6,6 +6,10 @@ "description": "Agent skills for dbt: data modeling, analytics engineering, semantic layer metrics, unit testing, job troubleshooting, and dbt MCP server setup....", "metadata": { "sourceSet": "dbt-labs/dbt-agent-skills", - "repoPath": "skills/dbt/.cursor-plugin/plugin.json" + "repoPath": "skills/dbt/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "dbt-labs/dbt-agent-skills", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/denoland/deno-skills.json b/catalog/denoland/deno-skills.json index 24e8724..5869fda 100644 --- a/catalog/denoland/deno-skills.json +++ b/catalog/denoland/deno-skills.json @@ -6,6 +6,10 @@ "description": "Modern Deno development knowledge including JSR packages, Fresh framework, Deno Deploy, and best practices", "metadata": { "sourceSet": "denoland/skills", - "repoPath": ".claude-plugin/plugin.json" + "repoPath": ".claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "denoland/skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/dotnet/dotnet-msbuild.json b/catalog/dotnet/dotnet-msbuild.json index dfea20e..4d749db 100644 --- a/catalog/dotnet/dotnet-msbuild.json +++ b/catalog/dotnet/dotnet-msbuild.json @@ -6,6 +6,10 @@ "description": "Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.", "metadata": { "sourceSet": "dotnet/skills", - "repoPath": "plugins/dotnet-msbuild/.claude-plugin/plugin.json" + "repoPath": "plugins/dotnet-msbuild/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "dotnet/skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/exa-labs/exa.json b/catalog/exa-labs/exa.json index 24557d3..d4d5602 100644 --- a/catalog/exa-labs/exa.json +++ b/catalog/exa-labs/exa.json @@ -6,6 +6,10 @@ "description": "Exa AI web search, deep research, and content extraction. Provides MCP tools and research skills for comprehensive web search, people discovery...", "metadata": { "sourceSet": "exa-labs/exa-mcp-server", - "repoPath": ".claude-plugin/plugin.json" + "repoPath": ".claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "exa-labs/exa-mcp-server", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/jetbrains/modern-go-guidelines.json b/catalog/jetbrains/modern-go-guidelines.json index 652816e..b56ba54 100644 --- a/catalog/jetbrains/modern-go-guidelines.json +++ b/catalog/jetbrains/modern-go-guidelines.json @@ -6,6 +6,10 @@ "description": "Enhances Claude Code with modern Go guidelines up to go 1.26 version.", "metadata": { "sourceSet": "JetBrains/go-modern-guidelines", - "repoPath": "claude/modern-go-guidelines/.claude-plugin/plugin.json" + "repoPath": "claude/modern-go-guidelines/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "JetBrains/go-modern-guidelines", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/laravel/laravel-cloud.json b/catalog/laravel/laravel-cloud.json index e03cd29..598061d 100644 --- a/catalog/laravel/laravel-cloud.json +++ b/catalog/laravel/laravel-cloud.json @@ -6,6 +6,10 @@ "description": "Deploying and managing apps on Laravel Cloud", "metadata": { "sourceSet": "laravel/agent-skills", - "repoPath": "laravel-cloud/.cursor-plugin/plugin.json" + "repoPath": "laravel-cloud/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "laravel/agent-skills", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/laravel/laravel-nightwatch.json b/catalog/laravel/laravel-nightwatch.json index 9733365..e3560f6 100644 --- a/catalog/laravel/laravel-nightwatch.json +++ b/catalog/laravel/laravel-nightwatch.json @@ -6,6 +6,10 @@ "description": "Configuring Laravel Nightwatch data collection, sampling, filtering, and redaction", "metadata": { "sourceSet": "laravel/agent-skills", - "repoPath": "laravel-nightwatch/.cursor-plugin/plugin.json" + "repoPath": "laravel-nightwatch/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "laravel/agent-skills", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/laravel/laravel.json b/catalog/laravel/laravel.json index e917cdc..c925a80 100644 --- a/catalog/laravel/laravel.json +++ b/catalog/laravel/laravel.json @@ -6,6 +6,10 @@ "description": "Agents and skills for PHP / Laravel development", "metadata": { "sourceSet": "laravel/agent-skills", - "repoPath": "laravel/.cursor-plugin/plugin.json" + "repoPath": "laravel/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "laravel/agent-skills", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/medusajs/ecommerce-storefront.json b/catalog/medusajs/ecommerce-storefront.json index 418df93..090ef97 100644 --- a/catalog/medusajs/ecommerce-storefront.json +++ b/catalog/medusajs/ecommerce-storefront.json @@ -6,6 +6,10 @@ "description": "Comprehensive skills for building ecommerce storefronts with best practices for UI/UX, SEO, and mobile responsiveness", "metadata": { "sourceSet": "medusajs/medusa-agent-skills", - "repoPath": "plugins/ecommerce-storefront/.claude-plugin/plugin.json" + "repoPath": "plugins/ecommerce-storefront/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "medusajs/medusa-agent-skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/medusajs/learn-medusa.json b/catalog/medusajs/learn-medusa.json index d95f3ac..a2d5dd0 100644 --- a/catalog/medusajs/learn-medusa.json +++ b/catalog/medusajs/learn-medusa.json @@ -6,6 +6,10 @@ "description": "Interactive guided tutorial for learning Medusa development. Teaches you to build custom features step-by-step with a brands example.", "metadata": { "sourceSet": "medusajs/medusa-agent-skills", - "repoPath": "plugins/learn-medusa/.claude-plugin/plugin.json" + "repoPath": "plugins/learn-medusa/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "medusajs/medusa-agent-skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/medusajs/medusa-cloud.json b/catalog/medusajs/medusa-cloud.json index 03baccf..285dc05 100644 --- a/catalog/medusajs/medusa-cloud.json +++ b/catalog/medusajs/medusa-cloud.json @@ -6,6 +6,10 @@ "description": "Skills for managing Medusa Cloud resources through the Cloud CLI (mcloud). Covers setup, deployments, debugging, environment variables, environment...", "metadata": { "sourceSet": "medusajs/medusa-agent-skills", - "repoPath": "plugins/medusa-cloud/.claude-plugin/plugin.json" + "repoPath": "plugins/medusa-cloud/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "medusajs/medusa-agent-skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/medusajs/medusa-dev.json b/catalog/medusajs/medusa-dev.json index b5bb742..0f5645d 100644 --- a/catalog/medusajs/medusa-dev.json +++ b/catalog/medusajs/medusa-dev.json @@ -6,6 +6,10 @@ "description": "Comprehensive skills for building Medusa applications: backend (modules, workflows, API routes), admin UI (widgets, forms, tables), and storefronts...", "metadata": { "sourceSet": "medusajs/medusa-agent-skills", - "repoPath": "plugins/medusa-dev/.claude-plugin/plugin.json" + "repoPath": "plugins/medusa-dev/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "medusajs/medusa-agent-skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/modelcontextprotocol/mcp-apps.json b/catalog/modelcontextprotocol/mcp-apps.json index 80f70cf..fdef89b 100644 --- a/catalog/modelcontextprotocol/mcp-apps.json +++ b/catalog/modelcontextprotocol/mcp-apps.json @@ -6,6 +6,10 @@ "description": "Claude Code skill for building MCP Apps with interactive UIs", "metadata": { "sourceSet": "modelcontextprotocol/ext-apps", - "repoPath": "plugins/mcp-apps/.claude-plugin/plugin.json" + "repoPath": "plugins/mcp-apps/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "modelcontextprotocol/ext-apps", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/payloadcms/payload.json b/catalog/payloadcms/payload.json index 5c3eda5..58beb86 100644 --- a/catalog/payloadcms/payload.json +++ b/catalog/payloadcms/payload.json @@ -6,6 +6,10 @@ "description": "Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.", "metadata": { "sourceSet": "payloadcms/payload", - "repoPath": "tools/claude-plugin/.claude-plugin/plugin.json" + "repoPath": "tools/claude-plugin/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "payloadcms/payload", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/pinecone-io/pinecone.json b/catalog/pinecone-io/pinecone.json index 9c0f363..ae3cdf3 100644 --- a/catalog/pinecone-io/pinecone.json +++ b/catalog/pinecone-io/pinecone.json @@ -6,6 +6,10 @@ "description": "Pinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid...", "metadata": { "sourceSet": "pinecone-io/pinecone-claude-code-plugin", - "repoPath": ".claude-plugin/plugin.json" + "repoPath": ".claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "pinecone-io/pinecone-claude-code-plugin", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/qdrant/qdrant.json b/catalog/qdrant/qdrant.json index c241129..5f31e40 100644 --- a/catalog/qdrant/qdrant.json +++ b/catalog/qdrant/qdrant.json @@ -6,6 +6,10 @@ "description": "Agent skills for Qdrant vector search: scaling, performance optimization, search quality, monitoring, deployment, edge, model migration, version...", "metadata": { "sourceSet": "qdrant/skills", - "repoPath": ".claude-plugin/plugin.json" + "repoPath": ".claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "qdrant/skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/railwayapp/railway.json b/catalog/railwayapp/railway.json index de7670b..1cc2253 100644 --- a/catalog/railwayapp/railway.json +++ b/catalog/railwayapp/railway.json @@ -6,6 +6,10 @@ "description": "Railway agent skills and hosted MCP server for deploying, configuring, monitoring, and troubleshooting apps and infrastructure on Railway from...", "metadata": { "sourceSet": "railwayapp/railway-skills", - "repoPath": "plugins/railway/.cursor-plugin/plugin.json" + "repoPath": "plugins/railway/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "railwayapp/railway-skills", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/sveltejs/svelte.json b/catalog/sveltejs/svelte.json index 06e658d..4115690 100644 --- a/catalog/sveltejs/svelte.json +++ b/catalog/sveltejs/svelte.json @@ -6,6 +6,10 @@ "description": "A plugin for all things related to Svelte development, MCP, skills, and more.", "metadata": { "sourceSet": "sveltejs/ai-tools", - "repoPath": "plugins/cursor/svelte/.cursor-plugin/plugin.json" + "repoPath": "plugins/cursor/svelte/.cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "sveltejs/ai-tools", + "repoPath": ".cursor-plugin/marketplace.json" + } } } diff --git a/catalog/webflow/webflow-skills.json b/catalog/webflow/webflow-skills.json index 0e4dae8..5376115 100644 --- a/catalog/webflow/webflow-skills.json +++ b/catalog/webflow/webflow-skills.json @@ -6,6 +6,10 @@ "description": "Production-ready skills for managing Webflow CMS content, auditing site health, optimizing assets, building Designer pages and components, creating...", "metadata": { "sourceSet": "webflow/webflow-skills", - "repoPath": "plugins/webflow-skills/.claude-plugin/plugin.json" + "repoPath": "plugins/webflow-skills/.claude-plugin/plugin.json", + "marketplace": { + "sourceSet": "webflow/webflow-skills", + "repoPath": ".claude-plugin/marketplace.json" + } } } diff --git a/catalog/webflow/webflow.json b/catalog/webflow/webflow.json index eb45bd9..cf774a2 100644 --- a/catalog/webflow/webflow.json +++ b/catalog/webflow/webflow.json @@ -6,6 +6,10 @@ "description": "Production-ready agent skills for Webflow - CMS management, site auditing, Designer tools, Code Components, CLI workflows, and safe publishing", "metadata": { "sourceSet": "webflow/webflow-skills", - "repoPath": ".cursor-plugin/plugin.json" + "repoPath": ".cursor-plugin/plugin.json", + "marketplace": { + "sourceSet": "webflow/webflow-skills", + "repoPath": ".cursor-plugin/marketplace.json" + } } }