Skip to content

chore: rescope plugin marketplace to tool-neutral naming#11

Merged
devantler merged 1 commit into
mainfrom
claude/docs-debrand-marketplace
May 27, 2026
Merged

chore: rescope plugin marketplace to tool-neutral naming#11
devantler merged 1 commit into
mainfrom
claude/docs-debrand-marketplace

Conversation

@devantler
Copy link
Copy Markdown
Contributor

🤖 Generated by the Daily AI Assistant

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 from copilot-plugins) and the marketplace is genuinely cross-tool (VS Code, GitHub Copilot CLI, Claude Code):

  • marketplace.json (both manifests): name devantler-copilot-pluginsdevantler-plugins. Changed in both .claude-plugin/marketplace.json and .github/plugin/marketplace.json to keep the CI parity check green.
  • README: title → devantler-tech/plugins; "copilot-plugin marketplace" → "tool-neutral agent-plugin marketplace"; the VS Code / Copilot-CLI references that used the old repo slug devantler-tech/copilot-pluginsdevantler-tech/plugins (those currently resolve only via GitHub's rename redirect); install marketplace name @devantler-copilot-plugins@devantler-plugins.
  • README (drive-by fix): the "How it works" link pointed at a non-existent .github/workflows/sync-skills.yaml; corrected to the actual update-copilot-skills.yaml.

Deliberately out of scope

⚠️ Blast radius (for your promotion decision)

Renaming the marketplace name changes the identifier users reference:

  • Copilot CLI: copilot plugin install <plugin>@devantler-plugins
  • Claude Code: the marketplace id used in /plugin marketplace add / install

Existing installs that reference @devantler-copilot-plugins would 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 🧪 CI validate-manifests job 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); all plugins/*/plugin.json names are kebab-case. README is not linted.

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>
Copilot AI review requested due to automatic review settings May 27, 2026 04:19
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-plugins to devantler-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.

@devantler devantler marked this pull request as ready for review May 27, 2026 04:51
@devantler devantler merged commit 489523e into main May 27, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants