Agent skill

new-user

Create an admin user in Medusa

Stars 127
Forks 12

Install this agent skill to your Project

npx add-skill https://github.com/medusajs/medusa-agent-skills/tree/main/plugins/medusa-dev/skills/new-user

SKILL.md

Create Admin User

Create a new admin user in Medusa with the specified email and password.

The user will provide two arguments:

  • First argument: email address
  • Second argument: password

For example: /medusa-dev:user admin@test.com 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:

  • Confirmation that the admin user was created successfully
  • The email address of the created user
  • Any errors that occurred
  • Next steps (e.g., logging in to the admin dashboard)

Expand your agent's capabilities with these related and highly-rated skills.

medusajs/medusa-agent-skills

learning-medusa

Load automatically when user asks to learn Medusa development (e.g., "teach me how to build with medusa", "guide me through medusa", "I want to learn medusa"). Interactive guided tutorial where Claude acts as a coding bootcamp instructor, teaching step-by-step with checkpoints and verification.

127 12
Explore
medusajs/medusa-agent-skills

db-migrate

Run database migrations in Medusa

127 12
Explore
medusajs/medusa-agent-skills

building-storefronts

Load automatically when planning, researching, or implementing Medusa storefront features (calling custom API routes, SDK integration, React Query patterns, data fetching). REQUIRED for all storefront development in ALL modes (planning, implementation, exploration). Contains SDK usage patterns, frontend integration, and critical rules for calling Medusa APIs.

127 12
Explore
medusajs/medusa-agent-skills

db-generate

Generate database migrations for a Medusa module

127 12
Explore
medusajs/medusa-agent-skills

building-with-medusa

Load automatically when planning, researching, or implementing ANY Medusa backend features (custom modules, API routes, workflows, data models, module links, business logic). REQUIRED for all Medusa backend work in ALL modes (planning, implementation, exploration). Contains architectural patterns, best practices, and critical rules that MCP servers don't provide.

127 12
Explore
medusajs/medusa-agent-skills

building-admin-dashboard-customizations

Load automatically when planning, researching, or implementing Medusa Admin dashboard UI (widgets, custom pages, forms, tables, data loading, navigation). REQUIRED for all admin UI work in ALL modes (planning, implementation, exploration). Contains design patterns, component usage, and data loading patterns that MCP servers don't provide.

127 12
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results