Add Cursor plugin marketplace support - #549
Merged
Merged
Conversation
Add .cursor-plugin/marketplace.json for Cursor IDE plugin discovery. Update README.md with Cursor installation instructions. Fixes dotnet#523
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Cursor IDE plugin marketplace support for this repository by introducing a Cursor marketplace.json manifest and documenting installation steps, aligning the repo with other agent tooling marketplaces (e.g., Claude Code).
Changes:
- Added
.cursor-plugin/marketplace.jsonto expose the repo as a Cursor plugin marketplace. - Updated
README.mdwith Cursor installation instructions (marketplace + local loading).
Show a summary per file
| File | Description |
|---|---|
README.md |
Documents how Cursor users can install/load plugins from this repository. |
.cursor-plugin/marketplace.json |
Defines the Cursor marketplace manifest listing the published plugins and their sources. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 2
ViktorHofer
reviewed
Apr 20, 2026
ViktorHofer
reviewed
Apr 20, 2026
Evangelink
enabled auto-merge (squash)
April 20, 2026 11:59
Member
Author
|
PR should be ready @ViktorHofer |
ViktorHofer
approved these changes
Apr 20, 2026
sayedihashimi
pushed a commit
to sayedihashimi/skills
that referenced
this pull request
Apr 20, 2026
Add .cursor-plugin/marketplace.json for Cursor IDE plugin discovery. Update README.md with Cursor installation instructions. Fixes dotnet#523
|
Do you know when this plugin will be accepted by Cursor? |
Member
Author
|
@ManishJayaswal we may need to send some request to Cursor (I see the Azure one is there already so we probably have folks who know what to do). |
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
Adds Cursor IDE plugin marketplace support, similar to the existing Claude Code integration.
Fixes #523
Changes
.cursor-plugin/marketplace.json: Cursor marketplace manifest listing all 11 published plugins. Cursor discovers plugins via folder-based auto-discovery — existingskills/andagents/directory structures with YAML frontmatter (name+description) are already compatible.README.md: Added Cursor installation instructions.Notes
.cursor-plugin→.claude-plugindon't work in current Cursor versions (per issue discussion), so this is a standalone copy of the marketplace manifest..cursor-plugin/plugin.jsonfiles are needed — Cursor's auto-discovery findsSKILL.mdfiles inskills/subdirectories and.mdagent files inagents/directories automatically.