KS
Killer-Skills

add-helm-chart — how to use add-helm-chart how to use add-helm-chart, add-helm-chart setup guide, Helm chart creation, edge device management, add-helm-chart alternative, add-helm-chart vs Helm, automating deployments with add-helm-chart, add-helm-chart install, what is add-helm-chart

v1.0.0
GitHub

About this Skill

Perfect for Kubernetes Agents needing streamlined edge device management through Helm chart creation. 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/6/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add signalbeam-io/signalbeam-edge/add-helm-chart

Agent Capability Analysis

The add-helm-chart MCP Server by signalbeam-io is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use add-helm-chart, add-helm-chart setup guide, Helm chart creation.

Ideal Agent Persona

Perfect for Kubernetes Agents needing streamlined edge device management through Helm chart creation.

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 over protocols like HTTP.

Capabilities Granted for add-helm-chart MCP Server

Automating Helm chart creation for edge devices
Generating template files for Kubernetes deployments
Scaffolding new charts with standardized directory structures

! Prerequisites & Limits

  • Requires specific chart name as input
  • Limited to Helm chart creation, not management or deployment
  • Dependent on project conventions for chart structure
Project
SKILL.md
1.8 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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

After Scaffolding

Report what was created and remind to:

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

Related Skills

Looking for an alternative to add-helm-chart or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication