fix(create-plugin): document valid marketplace entry fields - #283
Open
abhinavgautam01 wants to merge 1 commit into
Open
fix(create-plugin): document valid marketplace entry fields#283abhinavgautam01 wants to merge 1 commit into
abhinavgautam01 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #281
Summary
nameandsourceas required marketplace plugin-entry fields.descriptionandminClientVersionsas optional fields.keywords,categoryandtagsbelong in the plugin's.cursor-plugin/plugin.jsonmanifest and are invalid in marketplace entries.Why
The
create-plugin-scaffoldskill previously recommended fields that are rejected byschemas/marketplace.schema.json. Following those instructions could produce a marketplace entry that fails repository validation.Validation
git diff --checkSKILL.mdYAML frontmatternode scripts/validate-plugins.mjsAll plugins validated successfully.Note
Low Risk
Documentation-only change to a scaffold skill; no runtime or schema behavior is modified.
Overview
Updates the create-plugin-scaffold skill so step 6 matches
schemas/marketplace.schema.jsoninstead of suggesting fields that fail validation.Marketplace plugin entries are documented as requiring
nameandsource, with optionaldescriptionandminClientVersions. The skill now states thatkeywords,category, andtagsbelong in.cursor-plugin/plugin.json, not in marketplace entries.Reviewed by Cursor Bugbot for commit 256bd2b. Bugbot is set up for automated code reviews on this repo. Configure here.