Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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.",
"author": {
"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",
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<img src="assets/banner.svg" alt="Developer Platform Plugin — Claude's guide to the Intility Developer Platform." width="100%" />
<img src="assets/banner.svg" alt="For Developers Plugin — Claude's guide to Intility For Developers." width="100%" />
</p>




> ⚠️ **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
Expand All @@ -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**
Expand Down Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions assets/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.