Manage Kustomize overlays and Kubernetes resource customization
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill kustomize --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kustomize?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-kustomize)More formats (shields.io, HTML) on the badges page.
---
name: kustomize
description: Manage Kustomize overlays and Kubernetes resource customization
activation_keywords: [kustomize, overlay, k8s, kubernetes, patch, resource]
execution_mode: client
---
# Kustomize Skill
Provides Kustomize operations via local CLI:
- List kustomization overlays
- Build kustomization output (rendered YAML)
- List resources in a kustomization
- Show patches and transformers
- Edit kustomization (image tag, namespace, etc.)
Use `builtin_kustomize` tool with fields:
- `operation`: one of "build", "list_resources", "list_overlays", "show_patches", "edit_image", "edit_namespace"
- `path`: path to kustomization directory (default: current directory)
- `overlay`: overlay name (for list_overlays)
- `image`: image name:tag (for edit_image, e.g. "nginx:1.21")
- `name`: resource name (for edit_image)
- `namespace`: namespace name (for edit_namespace)
- `extra_args`: additional kustomize CLI arguments
Note: Requires kustomize CLI installed.
All operations are read-only except edit_image/edit_namespace.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.