概要
The Environment Secrets Manager skill provides standardized workflows for handling sensitive credentials and environment configurations across your development environment. It streamlines the distinction between global system-wide secrets stored in Zsh profiles and project-specific variables, implementing automated loading via direnv and preventing credential leakage through the use of .env.example templates and .gitignore enforcement.