Skip to content

Add Cursor plugin marketplace support - #549

Merged
Evangelink merged 2 commits into
dotnet:mainfrom
Evangelink:dev/amauryleve/cursor
Apr 20, 2026
Merged

Add Cursor plugin marketplace support#549
Evangelink merged 2 commits into
dotnet:mainfrom
Evangelink:dev/amauryleve/cursor

Conversation

@Evangelink

Copy link
Copy Markdown
Member

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 — existing skills/ and agents/ directory structures with YAML frontmatter (name + description) are already compatible.
  • README.md: Added Cursor installation instructions.

Notes

  • Symlinks from .cursor-plugin.claude-plugin don't work in current Cursor versions (per issue discussion), so this is a standalone copy of the marketplace manifest.
  • No per-plugin .cursor-plugin/plugin.json files are needed — Cursor's auto-discovery finds SKILL.md files in skills/ subdirectories and .md agent files in agents/ directories automatically.
  • All existing skill and agent frontmatter is already Cursor-compatible.

Add .cursor-plugin/marketplace.json for Cursor IDE plugin discovery.

Update README.md with Cursor installation instructions.

Fixes dotnet#523
Copilot AI review requested due to automatic review settings April 20, 2026 09:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json to expose the repo as a Cursor plugin marketplace.
  • Updated README.md with 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

Comment thread README.md Outdated
Comment thread .cursor-plugin/marketplace.json Outdated
Comment thread README.md Outdated

@ViktorHofer ViktorHofer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Evangelink

Copy link
Copy Markdown
Member Author

PR should be ready @ViktorHofer

@Evangelink
Evangelink merged commit b8aacba into dotnet:main Apr 20, 2026
32 checks passed
@Evangelink
Evangelink deleted the dev/amauryleve/cursor branch April 20, 2026 14:29
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
@Saibamen

Copy link
Copy Markdown

Do you know when this plugin will be accepted by Cursor?
Right now I don't see anything here for .NET/dotnet: https://cursor.com/marketplace

@Evangelink

Copy link
Copy Markdown
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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider releasing a plugin for Cursor users

4 participants