소개
The direnv-pattern skill implements the standardized b00t environment management workflow, providing seamless per-project environment loading and validation. By utilizing a chain of direnv, .envrc, and .env files, it enforces a strict separation between the definition of required variables (datums) and sensitive secret values. This skill helps developers configure automatic environment activation upon directory entry, validate required keys via Rust-based checks, and maintain security best practices by ensuring credentials never enter version control.