feat: Establish plugin metadata#5
Open
mike-plummer wants to merge 7 commits intomainfrom
Open
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a07aaae. Configure here.
davidr-cy
approved these changes
May 6, 2026
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.

Related issue
https://github.com/cypress-io/cypress-services/issues/13231
Summary
Creating metadata for Claude and Cursor plugins to bundle up our skills and mcp definition. Right now this is all very duplicative, but the formats are just ever so slightly different so it's easier to just hard-code than try to share and script this all out, especially since all this plugins stuff is still settling down.
This should get us ready to submit to both the Cursor and Claude repositories. There's also this Cursor Directory which appears to be Cursor-managed but it's unclear at a glance how/if it relates to the official marketplace, and a variety of third-party directories like this one for Claude.
Once this merges we can choose someone to handle the submissions - they're both still "user centric" vs "org centric" so they're done as submissions by an individual rather than an org account.
Claude Submission Process
Cursor Submission Process
Local Testing
You can try this out locally by:
/plugins, add this repo as a marketplace (path to local directory)cypressplugin should show up. Install it and do a/reload-plugins~/.cursor/plugins/localcypressplugin shows as installedNote
Low Risk
Low risk: adds new plugin manifest/config files and documentation updates without changing application/runtime code. Main risk is misconfigured marketplace/MCP metadata (versioning, paths, env var interpolation) affecting plugin installation.
Overview
Adds initial Claude and Cursor plugin packaging metadata (marketplace + plugin manifests) for the
cypressAI toolkit, including references to bundledskillsand agent-specific MCP server definitions.Introduces agent-specific MCP config files for Cypress Cloud token injection differences, adds a basic
.prettierrc.json, and updates the README to document plugin-based installation (with a temporary note about pending marketplace listings) plus manual MCP setup guidance.Reviewed by Cursor Bugbot for commit 6c2b5c9. Bugbot is set up for automated code reviews on this repo. Configure here.