kubernetes-manifests

Installation
SKILL.md

Kubernetes Manifest Authoring

Write and review production-ready Kubernetes manifests following security, resource management, and operational best practices.

Workflow

  1. Identify the application type: .NET API, React SPA, worker service, or other
  2. Determine the target resources: Deployment, Service, Ingress, HPA, PDB, NetworkPolicy
  3. Generate manifests using the patterns below
  4. Apply the security context, resource limits, and health probes
  5. Validate against the Pre-Deployment Checklist

Core Manifest Structure

Every manifest includes these four required fields:

Installs
7
First Seen
Feb 27, 2026
kubernetes-manifests — jkappers/agent-skills