helm-chart-builder
Helm chart development agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw — chart scaffolding, values design, template patterns, dependency management, security hardening, and chart testing. Use when: user wants to create or improve Helm charts, design values.yaml files, implement template helpers, audit chart security (RBAC, network policies, pod security), manage subcharts, or run helm lint/test.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/helm-chart-builderWhat This Skill Does
The Helm Chart Builder is an opinionated, production-grade development assistant designed to streamline the creation, maintenance, and auditing of Kubernetes Helm charts. Rather than generating generic templates, this skill applies industry best practices to ensure your charts are secure, modular, and reusable. It handles everything from complex template logic in _helpers.tpl to implementing advanced Kubernetes security objects like NetworkPolicies and PodDisruptionBudgets.
Key features include automatic scaffolding of production-ready structures, intelligent auditing of existing templates for anti-patterns, and security hardening to ensure your deployments follow the principle of least privilege. It helps developers move from ad-hoc manifests to professional-grade infrastructure-as-code.
Installation
To install the Helm Chart Builder, use the OpenClaw CLI:
clawhub install openclaw/skills/skills/alirezarezvani/helm-chart-builder
Use Cases
This skill is perfect for DevOps engineers and developers who need to:
- Rapidly scaffold new microservices with standard deployment, ingress, and service configurations.
- Audit existing charts to ensure they pass linting and security standards.
- Define complex configuration schemas for
values.yamlusing JSON Schema validation. - Manage subchart dependencies for modular application stacks.
- Configure robust testing suites including connectivity checks and pre-upgrade hooks.
Example Prompts
- "I need a production-ready Helm chart for a Go microservice that includes an HPA, PodDisruptionBudget, and a default NetworkPolicy."
- "Review my current chart in the ./charts folder and identify any hardcoded values that should be moved to values.yaml or helper templates."
- "Help me design a values.yaml schema that enforces strict type checking for my ingress hostnames and memory limits."
Tips & Limitations
- Tip: Always run
/helm:securitybefore submitting a Pull Request for your Helm chart to catch common misconfigurations like running as root or missing resource limits. - Tip: Use the library chart pattern when sharing common configurations across multiple internal services to reduce duplication.
- Limitation: This tool is designed to work best with standard Kubernetes resource types. While it can handle custom resources (CRDs), it may require manual input for specific API version definitions.
- Limitation: While the skill provides security audits, it does not replace a comprehensive cluster-level policy engine like OPA Gatekeeper or Kyverno.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alirezarezvani-helm-chart-builder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
autoresearch-agent
Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
business-growth-skills
4 production-ready business and growth skills: customer success manager with health scoring and churn prediction, sales engineer with RFP analysis, revenue operations with pipeline and GTM metrics, and contract & proposal writer. Python tools included (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw.
copywriting
When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.
pr-review-expert
PR Review Expert
performance-profiler
Performance Profiler