install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ark-install" ~/.claude/skills/majiayu000-claude-skill-registry-ark-install && rm -rf "$T"
manifest:
skills/data/ark-install/SKILL.mdsource content
Ark Install
Install Ark on a Kubernetes cluster using the published Ark CLI.
When to use
- Installing Ark on a cluster
Prerequisites
- Kubernetes cluster running - use
to check for the presence of a clusterkubectl - If a local Kubernetes cluster is not available, you MUST stop and tell the user that you cannot install Ark without a Kubernetes cluster
Steps
-
Install ark-cli
npm install -g @agents-at-scale/ark -
Install Ark
ark install --yes --wait-for-ready 5m -
Verify installation
ark status
Optional: Install Phoenix telemetry
ONLY install if the user has asked specifically for Phoenix.
ark install marketplace/services/phoenix
Optional: Install Langfuse telemetry
ONLY install if the user has asked specifically for Langfuse.
ark install marketplace/services/langfuse