infra-plugin
v1.1.0Infrastructure plugin for Kubernetes, Istio, Helm, Terraform, Traefik, and auth workflows.
By Lukas KellersteinLicense: UNLICENSED1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 14, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install infra-plugin for Codex
codex plugin marketplace add lukaskellerstein/codex-my-marketplace
codex plugin marketplace upgrade codex-my-marketplace
codex plugin add infra-plugin@codex-my-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the codex-my-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “infra-plugin” remain stable.
- Codex:
infra-plugin@agent-plugin-marketplace→infra-plugin@codex-my-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/lukaskellerstein/codex-my-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/infra-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/auth/SKILL.md├── skills/helm/SKILL.md├── skills/istio/SKILL.md├── skills/kubernetes/SKILL.md├── skills/terraform/SKILL.md└── skills/traefik/SKILL.md
Included Skills6
Authentication/authorization infra with Keycloak and OAuth2-proxy. Use for identity providers, SSO, OIDC/SAML, realm/client config, user federation, and OAuth2-proxy sidecar or ingress auth on Kubernetes.
Helm chart authoring, templating, and release management for Kubernetes: charts, values, templating functions, repositories, dependencies, and lifecycle operations.
Istio service mesh: traffic management, gateways, virtual services, destination rules, mTLS, authorization policies, EnvoyFilters, and observability.
Kubernetes and GKE operations: kubectl, manifests, deployments, services, workload identity, autopilot, config connector, private clusters, and troubleshooting.
Terraform infrastructure-as-code for provisioning cloud and Kubernetes resources: modules, state and backends, providers, and plan/apply workflows.
Traefik reverse proxy and ingress: routers, services, middlewares, TLS/certificates, and Kubernetes CRD (IngressRoute) configuration.
Plugin manifests1
{
"name": "infra-plugin",
"version": "1.1.0",
"description": "Infrastructure plugin for Kubernetes, Istio, Helm, Terraform, Traefik, and auth workflows.",
"author": {
"name": "Lukas Kellerstein",
"url": "https://github.com/lukaskellerstein"
},
"homepage": "https://github.com/lukaskellerstein/codex-my-marketplace",
"repository": "https://github.com/lukaskellerstein/codex-my-marketplace",
"license": "UNLICENSED",
"keywords": [
"codex",
"kubernetes",
"terraform",
"helm",
"istio"
],
"skills": "./skills/",
"interface": {
"displayName": "Infra Plugin",
"shortDescription": "Infrastructure delivery and platform operations skills.",
"longDescription": "Bundles Codex skills for platform engineering tasks across Kubernetes, Istio, Helm, Terraform, Traefik, and authentication systems.",
"developerName": "Lukas Kellerstein",
"category": "Infrastructure",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"defaultPrompt": [
"Review this Helm chart for deployment risks.",
"Create a Terraform plan for this new service.",
"Explain the Istio config required for this traffic flow."
],
"brandColor": "#7C3AED"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[infra-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/infra-plugin)