Deploy a new application to this Flux GitOps cluster. Use when asked to add an app, scaffold base and overlay manifests, choose a Helm chart, wire ingress, or prepare deployment validation.
Instalación
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Deploy a new application to this Flux GitOps cluster. Use when asked to add an app, scaffold base and overlay manifests, choose a Helm chart, wire ingress, or prepare deployment validation.
Deploy Application
When To Use
Use this skill for new application onboarding in this repository.
Use it when the user wants a new HelmRelease, Kustomize app, or raw-manifest deployment.
Do not use it for troubleshooting an existing failed deployment; use troubleshoot-flux or the Troubleshooter agent instead.
Required Inputs
Application name in kebab-case.
Deployment method: HelmRelease, Kustomize, or raw manifests.
Namespace strategy: new namespace or existing namespace.
Ingress exposure: internal, external, or none.
Secrets, storage, and dependency requirements.
Workflow
Review file placement and chart-selection rules before proposing files.
Choose the deployment source using repository chart priorities.
Create the base layout in apps/base/<app>/ with environment-agnostic resources only.
Create the environment-specific overlay changes in apps/kyrion/.
Plan sealed secrets, ConfigMaps, and values sources before wiring them into the manifests.
Validate with kustomize build, flux build, and helm template when applicable.
Repository Rules
Base resources live in apps/base/<app>/.
Overlay-only patches and environment-specific resources live in apps/kyrion/.