Acerca de
This skill implements the b00t environment management pattern, which leverages direnv to automatically load environment variables from .env files upon entering a project directory. By strictly separating variable definitions (the 'WHICH') from sensitive values (the 'VALUES'), it ensures that API keys and secrets remain secure and gitignored while providing automated validation through a Rust-integrated datum system. This approach eliminates the need for manual exports and prevents accidental exposure of credentials in version control.