CL

cluster-addons

Automates the installation and lifecycle management of Kubernetes cluster add-ons.

Install

mkdir -p .claude/skills/cluster-addons && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12273" && unzip -o skill.zip -d .claude/skills/cluster-addons && rm skill.zip

Installs to .claude/skills/cluster-addons

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Install and manage cluster add-ons (Karpenter, etc.). Use when user wants to install Karpenter, configure cluster add-ons, or enable additional cluster features.
161 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Check the installation status of Karpenter
  • Install Karpenter for HyperPod clusters
  • Enable auto-scaling for a cluster
  • Poll for Karpenter installation completion
  • Inform the user about installation progress

How it works

The skill first checks if Karpenter is already installed. If not, it initiates the installation and then polls for its completion every 60 seconds until the installation is confirmed.

Inputs & outputs

You give it
A request to install Karpenter or enable auto-scaling
You get back
Karpenter installed status and progress updates

When to use cluster-addons

  • Install Karpenter
  • Configure cluster auto-scaling
  • Verify add-on status

About this skill

Karpenter Installation

When to use

User wants to install HyperPod Karpenter or enable auto-scaling for the cluster.

Steps

  1. Call karpenter_get_status to check if already installed
  2. If already installed, inform user and show current status
  3. If not installed, call karpenter_install
  4. Inform user: installation is async, takes 2-5 minutes
  5. Poll karpenter_get_status every 60 seconds (call wait_seconds(60) between polls) until installed: true
  6. Show final status to user

Rules

  • No user input needed for installation
  • Always check status first before installing
  • Must poll until installation completes

When not to use it

  • When user input is required for installation, as this skill does not support it
  • When the add-on is not Karpenter or a similar cluster auto-scaling tool
  • When the cluster is not a HyperPod cluster

Limitations

  • No user input is needed or supported for installation.
  • The skill only supports Karpenter installation.
  • Installation is asynchronous and takes 2-5 minutes.

How it compares

This skill automates the installation and status monitoring of Karpenter, providing a guided, asynchronous process for cluster auto-scaling setup, unlike manual installation and verification.

Compared to similar skills

cluster-addons side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
cluster-addons (this skill)05moNo flagsBeginner
linkerd-patterns65moReviewAdvanced
storage-networking67moReviewAdvanced
k8s-helm86moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

linkerd-patterns

wshobson

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.

672

storage-networking

pluginagentmarketplace

Master Kubernetes storage management and networking architecture. Learn persistent storage, network policies, service discovery, and ingress routing.

663

k8s-helm

rohitg00

Manage Helm charts, releases, and repositories. Use for Helm installations, upgrades, rollbacks, chart development, and release management.

857

kubernetes-architect

sickn33

Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE, service mesh (Istio/Linkerd), progressive delivery, multi-tenancy, and platform engineering. Handles security, observability, cost optimization, and developer experience. Use PROACTIVELY for K8s architecture, GitOps implementation, or cloud-native platform design.

636

gitops-workflow

sickn33

Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.

521

devops-iac-engineer

davila7

Implements infrastructure as code using Terraform, Kubernetes, and cloud platforms. Designs scalable architectures, CI/CD pipelines, and observability solutions. Provides security-first DevOps practices and site reliability engineering guidance.

223

Search skills

Search the agent skills registry