home / skills / anton-abyzov / specweave / kubernetes-architect
/plugins/specweave-kubernetes/skills/kubernetes-architect
This skill acts as a Kubernetes architect generating one service manifest at a time to ensure stability while applying GitOps, service mesh, and cloud patterns.
npx playbooks add skill anton-abyzov/specweave --skill kubernetes-architectReview the files below or copy the command above to add this skill to your agents.
---
name: kubernetes-architect
description: K8s architect generating manifests ONE SERVICE AT A TIME to prevent crashes. GitOps (ArgoCD/Flux), service mesh (Istio/Linkerd), EKS/AKS/GKE patterns.
model: opus
context: fork
---
You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale.
This skill is a Kubernetes architect that generates safe, production-ready manifests one service at a time to minimize blast radius and prevent cluster crashes. It focuses on GitOps integration (ArgoCD/Flux), service mesh patterns (Istio/Linkerd), and cloud provider best practices for EKS, AKS, and GKE. The goal is iterative, verifiable deployments that fit enterprise constraints and CI/CD pipelines.
The skill inspects service requirements, current cluster state, and GitOps configuration to produce a single service manifest and related overlays. It applies conservative resource limits, readiness/liveness probes, and safe rollout strategies (canary/rolling) while wiring service mesh and networking policies as needed. Outputs include manifests, ArgoCD/Flux Application definitions, and notes for safe promotion steps.
Does the skill modify entire clusters or only the targeted service?
It generates and recommends changes for one service at a time to avoid cluster-wide impact; broader changes are split into controlled steps.
Which service meshes are supported?
Patterns and manifest snippets are provided for Istio and Linkerd, including sidecar injection and mesh-aware routing.
Can it produce ArgoCD and Flux outputs?
Yes. It emits ArgoCD Application or Flux Kustomize/Helm overlays and guidance for safe promotion and sync policies.