mirror of
https://github.com/cloudflare/skills.git
synced 2026-04-25 14:45:54 +03:00
[PR #1] [CLOSED] add marketplace config #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/skills#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/skills/pull/1
Author: @arre-ankit
Created: 12/22/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
cd4b79eadd marketplace configed800e7fix path📊 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.jsonto a centralizedmarketplace.jsonapproach for distributing Cloudflare Skills via Claude Code's plugin marketplace system.What Changed
plugin.jsonfiles.claude-plugin/marketplace.jsonas the single source of truth for plugin distributionWhy 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:
Simplified Structure: A
marketplace.jsonfile can define all plugin metadata inline, eliminating the need for separateplugin.jsonfiles in each skill directory.Easier Distribution: Users can install the entire skill collection with:
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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.