From 70dea9efdfc639850f1db22824549a2ca1fc6262 Mon Sep 17 00:00:00 2001 From: Alfred Tovsen Mo Date: Thu, 2 Jul 2026 16:02:55 +0200 Subject: [PATCH 1/2] feat: rename plugin to for-developers-plugin 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 --- .claude-plugin/marketplace.json | 7 +++++-- .claude-plugin/plugin.json | 6 +++--- CONTRIBUTING.md | 6 +++--- README.md | 8 ++++---- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b6ccde0..3ec8b08 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,9 +7,12 @@ }, "plugins": [ { - "name": "ext-devplatform-plugin", + "name": "for-developers-plugin", "source": "./", "description": "A friendly companion for getting an app running on the Intility Developer Platform. Helps you create a cluster, deploy a containerized app, expose it on a URL, and update it later — without needing prior Kubernetes experience." } - ] + ], + "renames": { + "ext-devplatform-plugin": "for-developers-plugin" + } } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 44c6d23..7212c00 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "ext-devplatform-plugin", + "name": "for-developers-plugin", "displayName": "Intility Developer Platform", "version": "0.3.0", "description": "A friendly companion for getting an app running on the Intility Developer Platform. Helps you create a cluster, deploy a containerized app, expose it on a URL, and update it later — without needing prior Kubernetes experience.", @@ -7,8 +7,8 @@ "name": "Intility", "email": "devinfra@intility.no" }, - "homepage": "https://github.com/intility/ext-devplatform-plugin", - "repository": "https://github.com/intility/ext-devplatform-plugin", + "homepage": "https://github.com/intility/for-developers-plugin", + "repository": "https://github.com/intility/for-developers-plugin", "license": "MIT", "keywords": [ "intility", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a3afd2..8192478 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thanks for helping make the Developer Platform plugin better. It's an early alph ## Found a bug? Have a wish? -Open an [issue](https://github.com/intility/ext-devplatform-plugin/issues). Include what you asked Claude to do, what it tried (the failing command is the best clue), and the cluster name if relevant. +Open an [issue](https://github.com/intility/for-developers-plugin/issues). Include what you asked Claude to do, what it tried (the failing command is the best clue), and the cluster name if relevant. ## Making changes @@ -18,8 +18,8 @@ Open an [issue](https://github.com/intility/ext-devplatform-plugin/issues). Incl 3. To try your changes live, add your local checkout as a marketplace in Claude Code: ``` - /plugin marketplace add /path/to/ext-devplatform-plugin - /plugin install ext-devplatform-plugin@intility + /plugin marketplace add /path/to/for-developers-plugin + /plugin install for-developers-plugin@intility ``` 4. Open a PR against `main`. The `validate` check must pass before merging. diff --git a/README.md b/README.md index e1767d9..a32d9fd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ -> ⚠️ **Early alpha.** This is the first cut of external-facing skills for the Intility Developer Platform. Skill names, prompts, defaults, and behaviours will change as we learn. Don't depend on it for anything critical yet — but please [open an issue](https://github.com/intility/ext-devplatform-plugin/issues) when something feels off, surprises you, or could be clearer. That feedback is the whole point of an alpha. +> ⚠️ **Early alpha.** This is the first cut of external-facing skills for the Intility Developer Platform. Skill names, prompts, defaults, and behaviours will change as we learn. Don't depend on it for anything critical yet — but please [open an issue](https://github.com/intility/for-developers-plugin/issues) when something feels off, surprises you, or could be clearer. That feedback is the whole point of an alpha. ## Features @@ -23,8 +23,8 @@ **1. Install this plugin** ```bash -/plugin marketplace add intility/ext-devplatform-plugin -/plugin install ext-devplatform-plugin@intility +/plugin marketplace add intility/for-developers-plugin +/plugin install for-developers-plugin@intility ``` **2. Tell Claude what you want** @@ -100,7 +100,7 @@ A few things that aren't obvious up front: ## Found a bug? Have a wish? -Open an issue: **[github.com/intility/ext-devplatform-plugin/issues](https://github.com/intility/ext-devplatform-plugin/issues)** +Open an issue: **[github.com/intility/for-developers-plugin/issues](https://github.com/intility/for-developers-plugin/issues)** Helpful to include: From c793743fd09c5de12c426301382398bad4bec116 Mon Sep 17 00:00:00 2001 From: Alfred Tovsen Mo Date: Thu, 2 Jul 2026 16:07:18 +0200 Subject: [PATCH 2/2] feat: update banner to For Developers branding Co-Authored-By: Claude Fable 5 --- README.md | 2 +- assets/banner.svg | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a32d9fd..152d2ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Developer Platform Plugin — Claude's guide to the Intility Developer Platform. + For Developers Plugin — Claude's guide to Intility For Developers.

diff --git a/assets/banner.svg b/assets/banner.svg index e8ddaea..7cfd71c 100644 --- a/assets/banner.svg +++ b/assets/banner.svg @@ -1,4 +1,4 @@ - + @@ -37,8 +37,8 @@ - Developer Platform Plugin + For Developers Plugin - Claude's guide to the Intility Developer Platform. + Claude's guide to Intility For Developers.