Add Cursor plugin support alongside Claude Code plugins#18
Open
masnwilliams wants to merge 1 commit intomainfrom
Open
Add Cursor plugin support alongside Claude Code plugins#18masnwilliams wants to merge 1 commit intomainfrom
masnwilliams wants to merge 1 commit intomainfrom
Conversation
Add .cursor-plugin/plugin.json pointing to existing skills in plugins/kernel-cli/skills/ and plugins/kernel-sdks/skills/. Include MCP server config, best-practices rules, logo, and Cursor installation section in README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5281c36 to
6e3347b
Compare
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
Add Cursor plugin support to kernel/skills so this repo serves both Claude Code and Cursor marketplaces.
Added files:
.cursor-plugin/plugin.json— Cursor marketplace manifest pointing to existing skills via["./plugins/kernel-cli/skills/", "./plugins/kernel-sdks/skills/"]mcp.json— MCP server config for Kernel cloud browser toolsrules/kernel-best-practices.mdc— best practices for browser automationassets/logo.png— Kernel logo for the Cursor marketplace listingREADME.mdwith Cursor installation instructionsNot changed: All existing Claude Code plugin structure (
.claude-plugin/, plugin dirs, skills, references, examples) is untouched.Test plan
/plugin marketplace add kernel/skills).cursor-plugin/plugin.jsonis valid for Cursor marketplaceNote
Low Risk
Adds new metadata/config files for Cursor marketplace distribution and documentation updates, without changing existing skill implementations or runtime logic.
Overview
Adds Cursor marketplace support by introducing a new
.cursor-plugin/plugin.jsonmanifest that points Cursor at the existing Kernel skill directories and bundledrules/.Includes a default
mcp.jsonthat registers the hosted Kernel MCP server, and addsrules/kernel-best-practices.mdcfor browser automation guidance. UpdatesREADME.mdwith Cursor installation instructions.Written by Cursor Bugbot for commit 6e3347b. This will update automatically on new commits. Configure here.