Skip to content

feat: rename plugin to for-developers-plugin#13

Merged
Alfred Tovsen Mo (alfredtm) merged 2 commits into
mainfrom
feat/rename-to-for-developers-plugin
Jul 2, 2026
Merged

feat: rename plugin to for-developers-plugin#13
Alfred Tovsen Mo (alfredtm) merged 2 commits into
mainfrom
feat/rename-to-for-developers-plugin

Conversation

@alfredtm

Copy link
Copy Markdown
Contributor

Summary

Renames the plugin from ext-devplatform-plugin to for-developers-plugin to match the platform name "For Developers". Closes #12.

  • .claude-plugin/plugin.jsonname, homepage, repository updated
  • .claude-plugin/marketplace.json — plugin entry renamed, plus a top-level renames map so existing installs migrate automatically
  • README.md / CONTRIBUTING.md — install commands and links updated
  • CHANGELOG.md intentionally untouched (release-please-owned history; old GitHub URLs redirect)

Existing users are not broken

Claude Code's marketplace format supports a renames map for exactly this: on next start, clients with the old name load the plugin under the new name, show a one-line notice, and rewrite the user's settings. Notes:

  • Automatic migration requires Claude Code v2.1.193+; older clients report plugin-not-found until updated.
  • Users may hit a one-time plugin-cache-miss and need to run /plugin install for-developers-plugin@intility once.
  • Skill prefixes change to /for-developers-plugin:*.
  • The renames entry is append-only history — do not remove it later.

claude plugin validate . --strict passes locally (CI runs the same check, which also validates the renames map).

After merging

Rename the GitHub repo to for-developers-plugin in repo settings — merge first so the renames map is live before old URLs start redirecting. GitHub's redirects keep existing /plugin marketplace add intility/ext-devplatform-plugin sources refreshing.

🤖 Generated with Claude Code

Renames the plugin from ext-devplatform-plugin to match the platform
name "For Developers". Existing installs migrate automatically via the
marketplace renames map (Claude Code v2.1.193+).

Closes #12

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@alfredtm Alfred Tovsen Mo (alfredtm) merged commit c65ba0c into main Jul 2, 2026
3 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.

Rename Project/Repo name to for-developers-plugin

2 participants