Ark Setup

Automate Ark source setup and local Kind cluster configuration.

413|97|Updated Aug 28, 2025
One-click install
npx skills add https://github.com/mckinsey/agents-at-scale-ark --skill ark-setup-mckinsey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Ark Setup
Source: https://github.com/mckinsey/agents-at-scale-ark/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/mckinsey/agents-at-scale-ark --skill ark-setup-mckinsey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ark setup simplifies installing Ark from source by guiding users through prerequisites, repo cloning, CLI building, and deployment to a local Kubernetes cluster.

Core Features & Use Cases

  • Preflight checks and prerequisites validation (DinD, kubectl, Helm, Node.js)
  • Cloning the Ark repository and building ark-cli from source
  • Install and configure Ark on a local Kind cluster with verification and troubleshooting tips

Quick Start

Clone the Ark repository, build ark-cli from source, and install Ark on a local Kind cluster.

Frequently Asked Questions about Ark Setup

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

FAQPage Schema
How do I install Ark on a local Kubernetes cluster?

Building ark-cli from source requires cloning the Ark repository and compiling the CLI locally. This automated setup process guides developers through repository cloning, building the ark-cli binary, and configuring the local Kubernetes environment for deployment.

Do I need Docker-in-Docker to set up Ark locally?

Yes, Docker-in-Docker (DinD) is required to set up Ark locally. The setup process performs preflight checks to validate DinD, along with kubectl, Helm, and Node.js, ensuring your environment meets all prerequisites before installing Ark on the Kind cluster.

What prerequisites are required to configure Ark in a Kind cluster?

Configuring Ark in a Kind cluster requires Docker-in-Docker (DinD), kubectl, Helm, and Node.js. The setup process includes preflight checks to validate these prerequisites, ensuring your environment is ready for building ark-cli and deploying Ark locally.

How do I build ark-cli from source?

Building ark-cli from source requires cloning the Ark repository and compiling the CLI using Node.js. The setup process automates this build step, guiding you from repository cloning through the CLI compilation needed before installing Ark on your local Kubernetes cluster.

Why is my Ark local installation not working?

If your Ark local installation is not working, check for missing prerequisites like DinD, kubectl, Helm, or Node.js. The setup process includes preflight validation and troubleshooting tips to help identify and resolve configuration issues during Kind cluster creation and deployment.