atlan-cli-install-configure

Installation
SKILL.md

Atlan CLI Install Configure

Use this skill when CLI setup is the blocker. Keep it lightweight and safe.

Trigger

  1. Trigger when a workflow needs CLI and command -v atlan fails.
  2. Trigger when the user explicitly asks to install, reinstall, or configure Atlan CLI.
  3. Do not trigger for normal app tasks if atlan is already available and user did not request reinstall.

Workflow

  1. Pre-check:
    • run command -v atlan
    • if found and reinstall is not requested, skip install and move to config check.
  2. Detect platform (uname -s, uname -m, or PowerShell OS/arch on Windows).
  3. Use install guidance from references/install-matrix.md:
    • macOS: prefer Homebrew when available.
    • otherwise use pre-built binary for detected OS/arch.
    • never use go get or source-build as default install path.
  4. Verify installation:
Related skills
Installs
6
GitHub Stars
5
First Seen
Feb 24, 2026