This is a foundational utility that detects your Magento development environment (Warden, docker-magento, DDEV, or local) and tells you how to wrap shell commands so they run in the right context. It's meant to be called by other skills rather than used directly. You run a detection script once, get back an environment type, then apply the appropriate wrapper pattern to every command that needs to execute inside a container. The benefit is straightforward: other skills can work across different Magento setups without hardcoding assumptions about your stack. If you're building skills that need to run bin/magento or npm commands, this handles the annoying environment detection logic once so you don't repeat it everywhere.
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-exec-shell-cmd