About
Establishes `.mise.toml` as the single source of truth for all project configuration, from environment variables to tool versions. This skill guides you in creating robust, reproducible developer environments by centralizing settings and secrets. The core principle ensures that scripts remain backward-compatible, functioning seamlessly with or without `mise` installed by using standard environment variable patterns with default fallbacks. It is ideal for refactoring hardcoded values, automatically managing Python virtual environments, and creating a consistent setup for an entire team.