Like in get-bb opensource ide like cursor. Can we
get ability to built features into cursor ide using
cursor ide. Like i want to add a new option in
right panel to run my springboot projects. I just
ask ide to build it, it builds an extention into ide
and can be shared in marketplace for
community.
Hey, thanks for the feature request. Good news, you can already do a lot of this today.
Cursor supports standard VS Code extensions, so you can ask Agent to build an extension for your use case, like a panel to run Spring Boot projects, package it, and install it in Cursor via a .vsix.
On top of that, there’s a plugins system, bundles of skills, commands, hooks, rules, MCP servers, and subagents. You can also create these with Agent and manage them on the Customize page. How plugins work is here: Plugins | Cursor Docs
And if you want to share with the community, there’s a public Cursor Marketplace at cursor.com/marketplace, and it also has a publishing flow.
A fully seamless flow like asked it, it got built, it got published to the marketplace right away isn’t a single flow yet, but all the building blocks for what you’re describing are already available. Let me know if any of this doesn’t work for you.