This gives Claude the ability to manage your mcloud environment lifecycle through the CLI: listing, creating, deleting, and handling deployments. The key thing to know is the difference between redeploy (reruns an existing build after you changed a variable or config) and trigger-build (pulls fresh code and builds from scratch). Production environments can't be deleted, so the skill checks the environment type first when automating teardowns. It's straightforward for the common case of needing to bounce an environment after updating secrets or kicking off a new deployment when code lands on a tracked branch.
npx skills add https://github.com/medusajs/medusa-agent-skills --skill mcloud-environments