A Helm starter is a blueprint that can be used when creating a new chart.
Starters themselves are helm charts. Some examples are available here:
https://github.com/jlegrone/helm-blueprints
Install the plugin:
helm plugin install https://github.com/jlegrone/helm-starter.git
Optionally, add a Helm repository containing starter charts:
helm repo add blueprints https://jlegrone.github.io/helm-blueprints
Create a new chart from an existing template:
# Create a new chart "mychart" with the "blueprints/statefulset" starter chart
helm starter create-from blueprints/statefulset mychart
View other commands and usage instructions:
helm starter help