Seed Founder GTM plugin#401
Open
shubgaur wants to merge 2 commits into
Open
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Someone is attempting to deploy a commit to the Anysphere Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Bugbot Autofix is ON, but it could not run because the branch was deleted or merged before autofix could start.
Reviewed by Cursor Bugbot for commit a7bc386. Configure here.
Co-authored-by: Cursor <cursoragent@cursor.com>
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
cursor/pluginssource.Notes
github_repo_idis intentionally left null becausecursor/pluginsis a monorepo and multiple directory plugins can share the same GitHub repo while the repo ID column is unique when present.Test plan
on conflict (name)behavior.Made with Cursor
Note
Low Risk
Data-only migration using established upsert plus replace-components pattern; no auth or application logic changes.
Overview
Adds a single Supabase migration that seeds the Founder GTM plugin on cursor.directory from the Cursor Marketplace /
cursor/pluginsmonorepo source.The migration upserts
public.pluginsby name (metadata, keywords, verified flag,discovery_source: seed:cursor-marketplace) and leavesgithub_repo_idnull so it does not collide with other plugins from the same monorepo. On conflict it refreshes listing fields but does not overwrite every column (e.g.active,scan_status,verifiedon update).It then replaces all
plugin_componentsfor that plugin: delete existing rows, insert 10 skills, thegtm-voice-guiderule (always_apply), and hooks JSON (session start + after file edit), with full skill bodies embedded via dollar-quoted SQL.Risk: Low — idempotent catalog seed only; no runtime app code. Re-applying the migration will wipe and re-insert components for this plugin name, which is intentional for staying in sync with marketplace content.
Reviewed by Cursor Bugbot for commit 41aeb2c. Bugbot is set up for automated code reviews on this repo. Configure here.