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.
$npx -y skills add intility/for-developers-plugin --skill deploy-appInstalls into the current project.
Run `npx skills use "https://github.com/intility/for-developers-plugin" --skill "intility/for-developers-plugin/deploy-app"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/intility/for-developers-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/intility/for-developers-plugin"` and select the relevant skills, then follow their instructions.