feat: add cline/plugins entries and feature them#6
Merged
Conversation
Add marketplace entries for the plugins published in cline/plugins, each verified and featured. Also fix the goal and web-search entries to point at the renamed cline/plugins repo (was cline/cline-plugins).
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.
What
Adds Cline Marketplace entries for the plugins published in
cline/pluginsthat were not yet in the marketplace, and marks everycline/pluginsentry as featured.New plugin entries:
agent-browseragents-squadbackground-terminalbranch-protectorclickhouse-data-analystenv-blocker.envfilesgitignore-read-files-guard.gitignoreignored pathsintercom-support-triage-slacklinearmac-notifynanobananaspeaktypescript-lspgoto_definitionsupportThe two plugins already in the marketplace (
goal,web-search) are updated tofeatured: trueas well, so all of them surface in featured placements.Details
registry/plugins/<slug>/folder with anentry.jsonand a generatedicon.svg, following the existing convention.install.argsis just the plugin slug (cline plugin install <slug>), matching the existing entries.install.envis populated for the plugins that need secrets at runtime:intercom-support-triage-slack(INTERCOM_API_TOKEN,SLACK_BOT_TOKEN, optionalSLACK_CHANNEL),linear(LINEAR_API_KEY),nanobanana(OPENROUTER_API_KEY, optionalIMAGE_MODEL), andspeak(ELEVENLABS_API_KEY). Taglines, descriptions, and tags are drawn from each plugin's README.verified: true(official Cline plugins) andfeatured: true.Repo URL fix
The pre-existing
goalandweb-searchentries pointedhomepage/repoatgithub.com/cline/cline-plugins, but the repo is actuallygithub.com/cline/plugins. Fixed both, and all new entries use the correctcline/pluginsURL.Testing
npm run validatepasses (18 entries).