[PR #1] [CLOSED] add marketplace config #10

Closed
opened 2026-03-02 03:21:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cloudflare/skills/pull/1
Author: @arre-ankit
Created: 12/22/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

📊 Changes

2 files changed (+20 additions, -8 deletions)

View changed files

.claude-plugin/marketplace.json (+20 -0)
.claude-plugin/plugin.json (+0 -8)

📄 Description

Migrated from individual plugin.json to a centralized marketplace.json approach for distributing Cloudflare Skills via Claude Code's plugin marketplace system.

What Changed

  • Removed: Individual plugin.json files
  • Added: .claude-plugin/marketplace.json as the single source of truth for plugin distribution

Why This Change?

According to the Claude Code Plugin Marketplaces documentation, GitHub-hosted marketplaces are the recommended distribution method for Claude Code plugins.

When using the marketplace approach:

  1. Simplified Structure: A marketplace.json file can define all plugin metadata inline, eliminating the need for separate plugin.json files in each skill directory.

  2. Easier Distribution: Users can install the entire skill collection with:

    /plugin marketplace add cloudflare/skills
    
  3. Better Discovery: All available skills are catalogued in one place, making it easier for users to browse and install.

How Users Install

After this change, users can add the marketplace and install skills:

# Add the marketplace
/plugin marketplace add cloudflare/skills

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/skills/pull/1 **Author:** [@arre-ankit](https://github.com/arre-ankit) **Created:** 12/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`cd4b79e`](https://github.com/cloudflare/skills/commit/cd4b79e97d8b135f3bb16fea46e3a7ce14c67973) add marketplace config - [`ed800e7`](https://github.com/cloudflare/skills/commit/ed800e7338b9786fa8c6185bdd7d56cca810a8da) fix path ### 📊 Changes **2 files changed** (+20 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `.claude-plugin/marketplace.json` (+20 -0) ➖ `.claude-plugin/plugin.json` (+0 -8) </details> ### 📄 Description Migrated from individual `plugin.json` to a centralized `marketplace.json` approach for distributing Cloudflare Skills via Claude Code's plugin marketplace system. ### What Changed - **Removed**: Individual `plugin.json` files - **Added**: `.claude-plugin/marketplace.json` as the single source of truth for plugin distribution ### Why This Change? According to the [Claude Code Plugin Marketplaces documentation](https://code.claude.com/docs/en/plugin-marketplaces#host-on-github-recommended), **GitHub-hosted marketplaces are the recommended distribution method** for Claude Code plugins. When using the marketplace approach: 1. **Simplified Structure**: A `marketplace.json` file can define all plugin metadata inline, eliminating the need for separate `plugin.json` files in each skill directory. 2. **Easier Distribution**: Users can install the entire skill collection with: ``` /plugin marketplace add cloudflare/skills ``` 3. **Better Discovery**: All available skills are catalogued in one place, making it easier for users to browse and install. ### How Users Install After this change, users can add the marketplace and install skills: ```bash # Add the marketplace /plugin marketplace add cloudflare/skills ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:21:14 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/skills#10
No description provided.