atmos-config
Installation
SKILL.md
Atmos Project Configuration (atmos.yaml)
The atmos.yaml file is the central project configuration for Atmos. It defines how Atmos discovers stacks, where
components live, how templates are processed, and how every subsystem (auth, stores, workflows, toolchain, validation,
integrations) is configured. Every Atmos project needs at least one atmos.yaml.
Configuration Discovery
Atmos searches for atmos.yaml in this order (first found wins):
--configCLI flag orATMOS_CLI_CONFIG_PATHenvironment variable.- Active profile (
--profileflag orATMOS_PROFILEenvironment variable). - Current working directory (
./atmos.yaml). - Git repository root (
<repo-root>/atmos.yaml). - Parent directory walk (searches upward until found).
- Home directory (
~/.atmos/atmos.yaml). - System directory (
/usr/local/etc/atmos/atmos.yamlon Linux/macOS,%LOCALAPPDATA%/atmos/atmos.yamlon Windows).
When multiple files are found, they are deep-merged with earlier sources taking precedence.