add-helm-chart — Helm chart creation add-helm-chart, signalbeam-edge, community, Helm chart creation, ide skills, edge device management, automating deployments with add-helm-chart, add-helm-chart install, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for DevOps Agents needing streamlined edge device management with Helm charts. add-helm-chart is a skill that scaffolds new Helm charts, creating a directory structure under deploy/charts/{chart-name}/ with files like Chart.yaml and values.yaml.

Features

Creates chart directory structure under deploy/charts/{chart-name}/
Generates Chart.yaml and values.yaml files
Includes templates for deployment.yaml, service.yaml, and configmap.yaml
Supports automation of edge device deployments
Follows project conventions for Helm chart creation

# Core Topics

signalbeam-io signalbeam-io
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The add-helm-chart skill by signalbeam-io is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for Helm chart creation, edge device management, automating deployments with add-helm-chart.

Ideal Agent Persona

Perfect for DevOps Agents needing streamlined edge device management with Helm charts.

Core Value

Empowers agents to scaffold new Helm charts following project conventions, utilizing Chart.yaml, values.yaml, and template files like deployment.yaml and service.yaml, to efficiently manage fleets of devices with Kubernetes.

Capabilities Granted for add-helm-chart

Scaffolding new Helm charts for edge devices
Streamlining fleet management with standardized chart structures
Automating template generation for Kubernetes deployments

! Prerequisites & Limits

  • Requires project conventions for chart structure
  • Limited to Helm chart creation, not management or deployment
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

add-helm-chart

Install add-helm-chart, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Add Helm Chart

Scaffold a new Helm chart following project conventions.

Arguments

  • {chart-name} — Name of the chart (required, e.g., signalbeam-platform, device-manager)

Process

  1. Create the chart directory structure under deploy/charts/{chart-name}/:
deploy/charts/{chart-name}/
├── Chart.yaml
├── values.yaml
├── templates/
│   ├── _helpers.tpl
│   ├── deployment.yaml
│   ├── service.yaml
│   ├── configmap.yaml
│   ├── ingress.yaml
│   └── hpa.yaml
  1. Read .claude/rules/helm-charts.md for project conventions.

  2. Generate files following these conventions:

    • Namespace: signalbeam
    • Standard Kubernetes labels: app.kubernetes.io/name, app.kubernetes.io/instance, app.kubernetes.io/version
    • Health check paths: /health/live (liveness), /health/ready (readiness)
    • Resource limits and requests with sensible defaults
    • HPA with min 1, max 3 replicas
  3. Chart.yaml template:

yaml
1apiVersion: v2 2name: {chart-name} 3description: {description} 4type: application 5version: 0.1.0 6appVersion: "0.1.0"
  1. values.yaml — Include configurable values for:

    • image.repository, image.tag, image.pullPolicy
    • replicaCount
    • resources.requests and resources.limits
    • service.type, service.port
    • ingress.enabled, ingress.hosts
    • env (environment variables as key-value map)
  2. Validate the chart:

bash
1helm lint deploy/charts/{chart-name} 2helm template test deploy/charts/{chart-name} > /dev/null

Output

After scaffolding, report:

## Scaffolded: {chart-name} Helm chart

Files created:
- `deploy/charts/{chart-name}/Chart.yaml`
- `deploy/charts/{chart-name}/values.yaml`
- `deploy/charts/{chart-name}/templates/_helpers.tpl`
- `deploy/charts/{chart-name}/templates/deployment.yaml`
- `deploy/charts/{chart-name}/templates/service.yaml`
- `deploy/charts/{chart-name}/templates/configmap.yaml`
- `deploy/charts/{chart-name}/templates/ingress.yaml`
- `deploy/charts/{chart-name}/templates/hpa.yaml`

Validation: helm lint {PASS/FAIL}

Next: Customize `values.yaml` for the specific service, then run `/infra-lint helm`.

Error Handling

  • Chart directory already exists: Warn the user and ask whether to overwrite or extend the existing chart.
  • Helm not installed: Suggest installing with brew install helm.
  • Lint fails after scaffolding: Review template syntax — common issues are missing {{- include }} helpers or incorrect indentation.

After Scaffolding

Remind to:

  • Customize values.yaml for the specific service
  • Add environment-specific value overrides if needed
  • Update any umbrella chart dependencies if applicable

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is add-helm-chart?

Perfect for DevOps Agents needing streamlined edge device management with Helm charts. add-helm-chart is a skill that scaffolds new Helm charts, creating a directory structure under deploy/charts/{chart-name}/ with files like Chart.yaml and values.yaml.

How do I install add-helm-chart?

Run the command: npx killer-skills add signalbeam-io/signalbeam-edge/add-helm-chart. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for add-helm-chart?

Key use cases include: Scaffolding new Helm charts for edge devices, Streamlining fleet management with standardized chart structures, Automating template generation for Kubernetes deployments.

Which IDEs are compatible with add-helm-chart?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for add-helm-chart?

Requires project conventions for chart structure. Limited to Helm chart creation, not management or deployment.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add signalbeam-io/signalbeam-edge/add-helm-chart. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use add-helm-chart immediately in the current project.

Related Skills

Looking for an alternative to add-helm-chart or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI