chore: rescope plugin marketplace to tool-neutral naming#11
Merged
Conversation
De-Copilot-brand the marketplace now that the repo is devantler-tech/plugins and supports VS Code, Copilot CLI, and Claude Code: - marketplace.json (both manifests): name devantler-copilot-plugins -> devantler-plugins - README: title, intro, and install slugs/marketplace-name de-branded - README: fix broken How-it-works link (sync-skills.yaml -> update-copilot-skills.yaml) Advances #7. Leaves the factual update-copilot-skills action/workflow names and the Copilot-specific 'copilot' plugin untouched. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR rescope the plugin marketplace from Copilot-branded naming to tool-neutral naming, matching the renamed devantler-tech/plugins repository and its cross-tool marketplace purpose.
Changes:
- Renames both marketplace manifest identifiers from
devantler-copilot-pluginstodevantler-plugins. - Updates README branding, repository references, and install examples to use the new repo slug and marketplace name.
- Fixes the README daily workflow link to point to the existing
update-copilot-skills.yaml.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
README.md |
Updates user-facing branding, install instructions, and workflow link. |
.github/plugin/marketplace.json |
Updates the GitHub/Copilot marketplace manifest name. |
.claude-plugin/marketplace.json |
Updates the Claude marketplace manifest name in parity with the GitHub manifest. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Advances #7 — the de-branding sub-task. (The MCP / additional-standards evaluation, the larger part of #7, is a separate design decision left for an ADR.)
What
De-Copilot-brands the marketplace surface now that the repo is
devantler-tech/plugins(renamed fromcopilot-plugins) and the marketplace is genuinely cross-tool (VS Code, GitHub Copilot CLI, Claude Code):marketplace.json(both manifests):namedevantler-copilot-plugins→devantler-plugins. Changed in both.claude-plugin/marketplace.jsonand.github/plugin/marketplace.jsonto keep the CI parity check green.devantler-tech/plugins; "copilot-plugin marketplace" → "tool-neutral agent-plugin marketplace"; the VS Code / Copilot-CLI references that used the old repo slugdevantler-tech/copilot-plugins→devantler-tech/plugins(those currently resolve only via GitHub's rename redirect); install marketplace name@devantler-copilot-plugins→@devantler-plugins..github/workflows/sync-skills.yaml; corrected to the actualupdate-copilot-skills.yaml.Deliberately out of scope
update-copilot-skillsaction / reusable-workflow names are factual references to existing artifacts (devantler-tech/actions+reusable-workflows); renaming those is a separate cross-repo change, and that sync workflow was only just stabilized (ci: bump update-copilot-skills reusable workflow pin to v3.2.0 #8/ci(update-copilot-skills): use App token so update PRs trigger CI #10). Left untouched.copilotplugin (Copilot-customisation skills) is legitimately tool-specific — kept as-is.Renaming the marketplace
namechanges the identifier users reference:copilot plugin install <plugin>@devantler-plugins/plugin marketplace add/ installExisting installs that reference
@devantler-copilot-pluginswould need to update. Since the repo itself was already renamed and this is the directed rescope, the change is intended — flagging it so you can coordinate the timing if anything still pins the old name.Validation
Replicated the
🧪 CIvalidate-manifestsjob locally: both manifests have.name and .plugins; the two are in parity (diff <(jq -S .github/plugin/marketplace.json) <(jq -S .claude-plugin/marketplace.json)clean); allplugins/*/plugin.jsonnames are kebab-case. README is not linted.