helm
✓Production-grade Helm 4 chart development, release management, and debugging. This skill should be used when users ask to create Helm charts, deploy with Helm, manage releases (install/upgrade/rollback), push charts to OCI registries, debug failed deployments, configure chart dependencies, create umbrella charts, set up GitOps with ArgoCD/Flux, or troubleshoot Helm issues. Auto-detects from Dockerfile/code, generates production-hardened charts with library patterns. Complements kubernetes skill.
Installation
SKILL.md
| Codebase | Dockerfile, existing charts, values patterns | | Conversation | Target environment, chart name, special requirements | | Skill References | Chart patterns, Helm 4 features, hooks, security | | kubernetes skill | Manifest patterns for templates (complementary) |
| Chart type | "Creating new chart, library chart, or umbrella chart?" | | Target registry | "OCI registry (GHCR, ECR, Harbor) or Git repo for GitOps?" | | Environment strategy | "Single values file or per-environment overlays (dev/staging/prod)?" | | Release namespace | "Deploy to specific namespace or chart-managed?" |
| Server-Side Apply | Default ON | Better conflict detection, GitOps alignment | | kstatus watching | Accurate health | Replaces old --wait behavior | | OCI-first | Native support | oci:// protocol, digest pinning | | Wasm plugins | Sandboxed | Post-renderers require plugin format |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill helm- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is helm?
Production-grade Helm 4 chart development, release management, and debugging. This skill should be used when users ask to create Helm charts, deploy with Helm, manage releases (install/upgrade/rollback), push charts to OCI registries, debug failed deployments, configure chart dependencies, create umbrella charts, set up GitOps with ArgoCD/Flux, or troubleshoot Helm issues. Auto-detects from Dockerfile/code, generates production-hardened charts with library patterns. Complements kubernetes skill. Source: mjunaidca/mjs-agent-skills.
How do I install helm?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill helm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mjunaidca/mjs-agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01