By intility
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.
Creates a single cluster on the Intility Developer Platform for an external user. Use when the user asks to "create a cluster", "get me a cluster", "set up a cluster", or is being routed here by the getting-started skill. Creates ONE cluster with sensible defaults unless the user explicitly asks for more, since this plugin assumes a many-apps-on-one-cluster model.
Generates Kubernetes manifests (Namespace, Deployment, Service) for a containerized app and deploys them to the cluster with oc apply. Use when the user wants to "deploy my app", "ship my app", "run my app on the cluster", or after prepare-app has confirmed they have a containerized image. Defaults to a one-app-per-namespace layout so the same cluster can host many apps cleanly.
Gives a deployed app a public or internal URL by creating an HTTPRoute on the Intility Developer Platform. Use when the user says "expose my app", "give my app a URL", "make my app accessible", "set up ingress", "create a route", or after deploy-app finishes and the user wants the app reachable.
Entry point for getting an app running on the Intility Developer Platform. Use when the user says things like "help me deploy", "get me started with Intility", "I want to run my app on the platform", "I'm new to Kubernetes and need to ship something", or "what do I do next?". Figures out where the user is in the journey (no cluster yet → cluster but no app → app deployed but no URL → ready to update) and routes to the right skill.
Logs the user into their Intility Developer Platform cluster so they can run kubectl/oc commands against it. Use when the user asks to "log in", "log into the cluster", "connect to my cluster", "oc login", or when another skill needs cluster access and the user is not authenticated.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
⚠️ 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 when something feels off, surprises you, or could be clearer. That feedback is the whole point of an alpha.
internal by default, with an explicit security check before exposing anything publiclyoc set image with rollout watch and one-command rollback1. Install this plugin
/plugin marketplace add intility/ext-devplatform-plugin
/plugin install ext-devplatform-plugin@intility
2. Tell Claude what you want
help me ship my app on Intility Developer Platform
That's the whole thing. The plugin detects where you are in the journey and walks you through the rest.
You: I have a Node app, image is at ghcr.io/me/shop:v1. Get it running.
Claude: No cluster yet — I'll create one called 'shop' and log you in.
[creates cluster, waits ~7 minutes, OAuth login]
Ready. What port does your app listen on?
You: 3000
Claude: [generates k8s/shop/ manifests, applies them, waits for rollout]
Pods are running. Want a URL?
You: yes
Claude: [creates HTTPRoute on the internal gateway]
Live at http://shop.apps.example.com — try it out.
Don't have an image yet — or not sure what an image is? Start the same way. The plugin notices what's missing and walks you through containerizing, building, and pushing first.
Eight composable skills. All are user-invocable, so you can ask for any of them directly — or just describe what you want and the right one runs.
| Skill | Use it when… |
|---|---|
getting-started | You're new and don't know where to begin |
status | You're coming back and want to see what's running |
create-cluster | You need a cluster |
login | You need to (re)connect to a cluster |
prepare-app | You want to check your app is ready to deploy |
deploy-app | You're ready to put your app on the cluster |
expose-app | You want a URL that points to your app |
update-image | You've built a new version of your app |
A few intentional choices that shape how the plugin behaves:
k8s/<app>/*.yaml is the source of truth — and status checks the cluster against those files and flags drift. When keeping that in sync by hand starts hurting, that's the signal to graduate to GitOps.internal gateway is the default; public requires an explicit two-step security confirmation.oc whoami, indev cluster list, …) at the start instead of carrying hidden state.A few things that aren't obvious up front:
npx claudepluginhub intility/ext-devplatform-plugin --plugin ext-devplatform-pluginComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.