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
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.