create-cluster-pipeline

Automate EKS cluster creation, dependency configuration, and HyperPod provisioning.

15|9|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/haozhx23/HyperPod-InstantStart --skill create-cluster-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-cluster-pipeline
Source: https://github.com/haozhx23/HyperPod-InstantStart/tree/main/.claude/skills/create-cluster-pipeline
Command: npx skills add https://github.com/haozhx23/HyperPod-InstantStart --skill create-cluster-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a full HyperPod cluster, including EKS creation, dependency configuration, and HyperPod provisioning, simplifying the process of setting up a new cluster and HyperPod infrastructure.

Core Features & Use Cases

  • Full Cluster Creation: Automates the creation of an EKS cluster, including dependency configuration and HyperPod provisioning.
  • Asynchronous Steps: Each step in the process is asynchronous and can be started from any point if previous steps are completed.
  • User Resume: Offers the ability to resume the cluster creation process from the last completed step.
  • Resource Configuration: Allows users to specify GPU instance types, instance counts, and availability zones.

Quick Start

Start the cluster creation process by running the 'create-cluster-pipeline' skill.

Frequently Asked Questions about create-cluster-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate EKS cluster creation and HyperPod provisioning from scratch?

You can automate full HyperPod cluster creation by running the create-cluster-pipeline process, which handles EKS cluster creation, configures dependencies, and provisions the HyperPod infrastructure automatically.

What is HyperPod cluster provisioning and how does asynchronous infrastructure automation help?

HyperPod provisioning allocates compute resources within a managed EKS environment. Asynchronous infrastructure automation allows each setup step to run independently, enabling you to resume the pipeline from the last completed checkpoint if interrupted.

Can I specify GPU instance types and availability zones when automating HyperPod cluster creation?

Yes, you can configure specific GPU instance types, desired instance counts, and target availability zones during the resource configuration phase of the automated cluster creation pipeline.

Do I need existing EKS cluster management capabilities to provision a HyperPod cluster?

Yes, the pipeline requires sufficient EKS cluster management capabilities and permissions to successfully execute infrastructure automation, configure dependencies, and complete the HyperPod provisioning process.

How do I resume an interrupted HyperPod cluster creation pipeline?

You can resume the pipeline from the last completed asynchronous step. Because each stage is independent, the system skips previously finished configuration and continues the HyperPod provisioning process from the exact point of failure.