This handles the core project lifecycle commands for mcloud: listing projects in an org, fetching details by ID or handle, and deleting them. It's useful when you need to resolve a project name to its handle, discover what environments are linked to a project, or script project lookups with jq. The delete command is irreversible and wipes everything including environments and deployments, so it includes a mandatory confirmation flag for safety. The JSON output gives you standard fields like handle, status, region, and the linked repository. Good for programmatic workflows where you're navigating projects without touching the web console.
npx skills add https://github.com/medusajs/medusa-agent-skills --skill mcloud-projects