This wraps the mcloud CLI's deployment inspection commands so Claude can check build status, list recent deploys, and pull build logs when things break. You'd reach for it when debugging failed builds or tracking down which commit went live in which environment. It enforces JSON output for reliable parsing and reminds Claude to confirm org and project context before running commands. The build logs command is the real workhorse here since it's your first stop when a deployment shows build-failed status. Works with both deployment IDs and build IDs, and handles filtering by environment, commit SHA, or deployment type.
npx skills add https://github.com/medusajs/medusa-agent-skills --skill mcloud-deployments