fix: update Claude Code and Cursor plugin manifests#44
Merged
Conversation
Claude Code (.claude-plugin/): - Add plugin.json with proper plugin manifest schema - Rewrite marketplace.json from plugin manifest format to proper marketplace catalog format (owner, plugins array, source) Cursor (.cursor-plugin/): - Bump plugin.json version 1.0.0 -> 1.1.0 to match marketplace.json Also update README Repository Structure to reflect new plugin.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add kernelgen mentions to all plugin description fields and add kernel-generation/triton keywords for better discoverability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
tengqm
reviewed
Apr 14, 2026
Contributor
tengqm
left a comment
There was a problem hiding this comment.
a few suggestions, none blockers.
…ch keyword Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
tengqm
approved these changes
Apr 14, 2026
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.
Summary
plugin.json, rewritemarketplace.jsonto proper marketplace catalog format (was incorrectly using plugin manifest format)plugin.jsonversion1.0.0->1.1.0to matchmarketplace.jsonplugin.jsonDetails
The
.claude-plugin/marketplace.jsonwas using a plugin manifest schema (name,skills,version,author, etc.) instead of the required marketplace catalog schema (name,owner,plugins[]). This preventedclaude plugin marketplace add flagos-ai/skillsfrom working correctly.Now the structure follows the Claude Code plugin docs:
.claude-plugin/plugin.json— plugin manifest (name, version, author, etc.).claude-plugin/marketplace.json— marketplace catalog (owner, plugins array with source)Test plan
claude plugin marketplace add flagos-ai/skillsregisters the marketplaceclaude plugin install flagos-skills@flagos-skillsinstalls the plugin with all skills🤖 Generated with Claude Code