·hyva-exec-shell-cmd
</>

hyva-exec-shell-cmd

hyva-themes/hyva-ai-tools

Utility skill to detect Magento development environment and determine command wrapper. This skill should be used by other skills that need to execute shell commands in the Magento environment. It detects Warden, docker-magento, DDEV, and local environments and provides the appropriate command wrapper.

13Installs·5Trend·@hyva-themes

Installation

$npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-exec-shell-cmd

SKILL.md

This utility skill detects the Magento development environment and provides the appropriate command wrapper for executing shell commands.

Other skills should reference this skill when they need to execute commands in the Magento environment. The detected wrapper ensures commands run in the correct context (container or local).

Important: Execute this script from the Magento project root directory, or provide the path as an argument.

Utility skill to detect Magento development environment and determine command wrapper. This skill should be used by other skills that need to execute shell commands in the Magento environment. It detects Warden, docker-magento, DDEV, and local environments and provides the appropriate command wrapper. Source: hyva-themes/hyva-ai-tools.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-exec-shell-cmd
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is hyva-exec-shell-cmd?

Utility skill to detect Magento development environment and determine command wrapper. This skill should be used by other skills that need to execute shell commands in the Magento environment. It detects Warden, docker-magento, DDEV, and local environments and provides the appropriate command wrapper. Source: hyva-themes/hyva-ai-tools.

How do I install hyva-exec-shell-cmd?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-exec-shell-cmd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hyva-themes/hyva-ai-tools