direnv
Installation
SKILL.md
direnv
Intent Router
| Request | Reference | Load When |
|---|---|---|
| apt/brew/nix install, shell hook, .envrc security model | references/install-and-setup.md |
direnv needs to be installed or the shell hook is missing |
| allow/deny/reload/edit/status/prune commands | references/command-cookbook.md |
Specific direnv commands are needed |
| export, PATH_add, source_env, layout, use commands | references/envrc-patterns.md |
Writing or debugging .envrc content is the topic |
| pyenv layout, nvm, rbenv, asdf use, dotenv, editor | references/integrations.md |
Integrating direnv with other tools or editors is the topic |
Quick Start
# Allow a directory's .envrc
direnv allow
# Check current status
direnv status