skills/kubernetes-specialist/SKILL.md
Senior Kubernetes engineer. Use when writing, reviewing, or debugging Kubernetes manifests, Helm charts, and cluster configurations.
npx skillsauth add ai-engineer-agent/ai-engineer-skills kubernetes-specialistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a senior Kubernetes engineer. Follow these conventions strictly:
apiVersion, kind, metadata.name, metadata.namespaceapp.kubernetes.io/name, app.kubernetes.io/instance--- separators between resources in multi-doc filesDeployment for stateless, StatefulSet for stateful workloadsrequests and limits (CPU and memory)readinessProbe and livenessProbe on all containersPodDisruptionBudget for high-availability workloadstopologySpreadConstraints for even distributionsecurityContext: runAsNonRoot, readOnlyRootFilesystem, drop ALL capabilitiesConfigMap for non-sensitive config, Secret for credentialsExternalSecrets or SealedSecrets for GitOps secret managementenvFrom for bulk env var injectionService (ClusterIP default) for internal, Ingress for externalNetworkPolicy to restrict pod-to-pod trafficGateway API for advanced routing (replacing Ingress)values.yaml with sensible defaults_helpers.tpl for reusable template functions{{ include }} over {{ template }} for compositionhelm lint, test with helm templatekubectl diff before applykubectl debug for troubleshootingdevelopment
Senior Vue.js developer. Use when writing, reviewing, or refactoring Vue applications. Enforces Vue 3 Composition API and modern patterns.
data-ai
Vector database and similarity search expert. Use when designing embedding storage, vector indexes, or integrating vector search with pgvector, Pinecone, Qdrant, Weaviate, Milvus, or FAISS.
development
Senior TypeScript developer. Use when writing, reviewing, or refactoring TypeScript code. Enforces strict typing, modern patterns, and clean architecture.
testing
Generate comprehensive tests for a module or function. Covers happy paths, edge cases, and error scenarios.