.agents/skills/atlan-cli-install-configure/SKILL.md
Install Atlan CLI with OS-aware binaries (or Homebrew on macOS) only when missing, then configure baseline tenant auth/log settings.
npx skillsauth add atlanhq/atlan-sample-apps atlan-cli-install-configureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when CLI setup is the blocker. Keep it lightweight and safe.
command -v atlan fails.atlan is already available and user did not request reinstall.command -v atlanuname -s, uname -m, or PowerShell OS/arch on Windows).references/install-matrix.md:
go get or source-build as default install path.atlan --versionatlan --helpreferences/config-template.md:
.atlan/config.yaml has atlan_base_url and log settings.ATLAN_API_KEY env var (preferred) or atlan_api_key in config.data_source entries only if user has provided source details.ATLAN_API_KEY env var for automation and CI.atlan_base_url or auth inputs before writing config.atlan binary path.atlan is still not in PATH, provide a shell-specific PATH update step.references/install-matrix.mdreferences/config-template.mddevelopment
Implement workflow argument retrieval, credential_guid usage, and state store updates using Atlan SDK patterns. Use when workflows or activities handle credentials, runtime args, or persisted workflow state.
development
Select and apply the correct SQL connector implementation pattern (SDK-default minimal or source-specific custom). Use when building or extending SQL metadata/query extraction connectors.
development
Enforce object store and IO defaults from the Atlan SDK for output paths, prefixes, and file writes. Use when implementing or reviewing raw/transformed output handling.
testing
Run findings-first review for Atlan app changes and synchronize app documentation with implemented behavior. Use when completing a change set, preparing handoff, or auditing regressions.