Skip to content

DevOps · Global library

Kubernetes Manifest Weaver

Compose Kubernetes manifests with overlays, health checks, and safer secret boundaries across environments.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Kubernetes Manifest Weaver when you need to compose Kubernetes manifests with overlays, health checks, and safer secret boundaries across environments, especially when the work is driven by kubernetes and kustomize.

Trigger signals

kuberneteskustomizehealth check

Validation hooks

verify_manifest_validity

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show kubernetes-manifest-weaver

Use

orchestrator-mcp skills export kubernetes-manifest-weaver --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/kubernetes-manifest-weaver ./your-agent-skills/kubernetes-manifest-weaver
# or open skills/kubernetes-manifest-weaver/SKILL.md in a markdown-first client

File patterns

**/*.yaml**/*.yml**/k8s/**

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudllama3.1:8b

Related skills

Adjacent packs to compose next.

DevOpsGlobal library

ArgoCD GitOps Engineer

Open pack

Implement GitOps workflows with ArgoCD that enable declarative, version-controlled continuous delivery to Kubernetes

CodexClaude Code