helm-chart-scaffolding

Installation
Summary

Comprehensive Helm chart creation, templating, and packaging guidance for Kubernetes applications.

  • Covers full chart lifecycle: initialization, Chart.yaml configuration, values.yaml design, template creation with Go templating, and dependency management
  • Includes multi-environment deployment patterns with environment-specific values files (dev, staging, prod) and conditional resource rendering
  • Provides validation, testing, and packaging workflows with linting, dry-run testing, and chart repository setup
  • Demonstrates common templating patterns: conditionals, loops, file inclusion, and global values; plus pre-install hooks and test pods
SKILL.md

Helm Chart Scaffolding

Comprehensive guidance for creating, organizing, and managing Helm charts for packaging and deploying Kubernetes applications.

Purpose

This skill provides step-by-step instructions for building production-ready Helm charts, including chart structure, templating patterns, values management, and validation strategies.

When to Use This Skill

Use this skill when you need to:

  • Create new Helm charts from scratch
  • Package Kubernetes applications for distribution
  • Manage multi-environment deployments with Helm
  • Implement templating for reusable Kubernetes manifests
  • Set up Helm chart repositories
  • Follow Helm best practices and conventions
Related skills

More from wshobson/agents

Installs
6.6K
Repository
wshobson/agents
GitHub Stars
35.3K
First Seen
Jan 20, 2026