Execute mcloud local build to reproduce a Cloud build on the local machine. Use when debugging a build-failed deployment without pushing to the tracked branch, iterating on a build fix, or testing build-variable changes locally. Requires Docker and must run inside the project's Git repo.
$npx -y skills add medusajs/medusa-agent-skills --skill mcloud-localInstalls into the current project.
Run `npx skills use "https://github.com/medusajs/medusa-agent-skills" --skill "medusajs/medusa-agent-skills/mcloud-local"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/medusajs/medusa-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/medusajs/medusa-agent-skills"` and select the relevant skills, then follow their instructions.