Simple wrapper around Medusa's CLI for spinning up admin users without leaving Claude. You give it an email and password, it runs `npx medusa user -e <email> -p <password>` and reports back. Honestly most useful during initial setup or when you need to quickly create test accounts in development. The skill is tightly scoped to just the user creation command, which makes sense since that's a common enough task when working with Medusa but not something you want to context switch to your terminal for. If you're frequently managing Medusa instances or doing local development, having this ready saves a few keystrokes.
npx skills add https://github.com/medusajs/medusa-agent-skills --skill new-user