Skip to content

feat: add Cursor plugin support#82

Open
alvaroarmijos wants to merge 1 commit intomainfrom
feat/cursor-support
Open

feat: add Cursor plugin support#82
alvaroarmijos wants to merge 1 commit intomainfrom
feat/cursor-support

Conversation

@alvaroarmijos
Copy link
Copy Markdown

Description

Adds Cursor IDE support to the VGV AI Flutter Plugin. This includes:

  • .cursor-plugin/plugin.json — Cursor plugin manifest that maps skills, hooks, and MCP server configuration so Cursor can discover and load the plugin
  • README.md — adds a dedicated Cursor installation section with the /add-plugin vgv-ai-flutter-plugin chat command and a link to the Cursor Marketplace
  • CLAUDE.md — updates the project overview and repository structure to reflect that this plugin supports both Claude Code and Cursor

Closes #48

Type of Change

  • New feature (feat)
  • Bug fix (fix)
  • Code refactor (refactor)
  • Documentation (docs)
  • CI change (ci)
  • Chore (chore)

@alvaroarmijos alvaroarmijos requested a review from a team as a code owner April 13, 2026 00:29
@alvaroarmijos alvaroarmijos self-assigned this Apr 13, 2026
Add .cursor-plugin/plugin.json manifest for Cursor IDE, update README with Cursor installation instructions using /add-plugin, and update CLAUDE.md to reflect the dual Claude Code/Cursor support.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ryzizub
Copy link
Copy Markdown
Contributor

ryzizub commented Apr 17, 2026

We have couple of important stuff like hooks that are not addressed here and those might not be supported by cursor. But good start @alvaroarmijos ! ❤️

@ryzizub ryzizub self-requested a review April 17, 2026 15:14
@alvaroarmijos
Copy link
Copy Markdown
Author

@ryzizub Correct! This initial PR focuses on enabling skills and MCP server support for Cursor as a first step. Hooks compatibility will be addressed in a follow-up PR. Cursor uses a different hook event format and payload structure than Claude Code, so those scripts will need adaptation before we can wire them up.

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.

feat: add support for Cursor

2 participants