Skip to content

Add classification blocks to marketplace entries - #111

Closed
jakemmarsh wants to merge 1 commit into
mainfrom
jakemarsh/add-classification-blocks
Closed

Add classification blocks to marketplace entries#111
jakemmarsh wants to merge 1 commit into
mainfrom
jakemarsh/add-classification-blocks

Conversation

@jakemmarsh

Copy link
Copy Markdown
Collaborator

Adds a classification object to each of the 13 entries in .claude-plugin/marketplace.json so Claude's plugin directory can place these plugins into browse categories instead of leaving them uncategorized.

Shape — every key is optional; values come from a closed vocabulary and anything outside it is ignored server-side, never rejected:

"classification": {
  "object_acted_on": ["papers-articles", "data"],  // what the plugin works on (multi)
  "work_department": "finance",                    // team it's for
  "industry": "health-life-sciences",              // vertical, if any
  "life_area": "research",                         // personal-use area, if any
  "subject": "medicine"                            // subject matter, if any
}

Compatibility — purely additive. Clients that don't know the key ignore it (the marketplace entry schema is non-strict), and the file is otherwise semantically unchanged (verified by round-tripping the JSON with the new key removed).

Values are a first pass from each entry's own name/description — corrections welcome inline. Going forward, new entries should carry a classification block.

@github-actions

github-actions Bot commented Aug 14, 2026

Copy link
Copy Markdown

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@jakemmarsh

Copy link
Copy Markdown
Collaborator Author

I have read the CLA Document and I hereby sign the CLA

github-actions Bot added a commit that referenced this pull request Aug 14, 2026
@jakemmarsh

Copy link
Copy Markdown
Collaborator Author

Closing — categories for these plugins are now derived server-side, so hand-authored classification blocks in the marketplace file are no longer needed. The server still honors an authored block if we ever want to pin one explicitly.

@jakemmarsh jakemmarsh closed this Aug 18, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant