fix(cursor): make GitHub marketplace imports indexable - #93
Closed
zzAllenn wants to merge 4 commits into
Closed
Conversation
zzAllenn
marked this pull request as ready for review
August 10, 2026 20:08
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
plugins/agentkeydirectory so GitHub marketplace imports can index AgentKeyWhy
Cursor's marketplace indexer expects a local marketplace source to resolve to a self-contained plugin directory. The previous root source could work when loaded from a local checkout but GitHub imports indexed zero plugins. The repository-local package fixes that boundary, while the generator and CI guard prevent its duplicated distribution files from becoming a second source of truth.
Developer impact
Maintainers edit only
.cursor-plugin/plugin.jsonandskills/agentkey/.plugins/agentkey/is generated by./scripts/sync-cursor-marketplace-plugin.sh; CI runs the generator on Linux and macOS and rejects any uncommitted generated diff. CI intentionally does not auto-commit to contributor branches.Validation
npx -y bats tests/— 26/26 passednpx -y bats tests/cursor-plugin.bats— 6/6 passedbash -n scripts/sync-cursor-marketplace-plugin.shjqplugins/agentkey/unchangedgit diff --check origin/main...HEAD