medusajs/new-user
Create an admin user in Medusa
npx skills add https://github.com/medusajs/medusa-agent-skills --skill new-user
Create a new admin user in Medusa with the specified email and password.
The user will provide two arguments:
For example: /medusa-dev:user [email protected] supersecret
Use the Bash tool to execute the command npx medusa user -e <email> -p <password>, replacing <email> with the first argument and <password> with the second argument.
Report the results to the user, including:
Take medusajs/new-user from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.