
Medusa Dev
- 207 repo stars
- Updated July 31, 2026
- medusajs/medusa-agent-skills
Develop and customize Medusa commerce backends — modules, APIs, and extensions for the Medusa platform.
About
An official Medusa plugin for developing on the Medusa e-commerce platform. It supports building and customizing Medusa commerce backends, including modules, APIs, and extensions. Aimed at developers implementing and extending Medusa-based stores.
- Medusa backend development
- Modules and APIs
- Customize the commerce platform
- Official Medusa skill
Medusa Dev by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add medusajs/medusa-agent-skills/plugin install medusa-dev@medusaAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 207 |
|---|---|
| Last updated | July 31, 2026 |
| Repository | medusajs/medusa-agent-skills ↗ |
What it does
Develop and customize Medusa commerce backends — modules, APIs, and extensions for the Medusa platform.
README.md
Medusa Claude Code Plugin
A comprehensive set of skills for Claude Code to help developers build Medusa applications with best practices and architectural patterns.
Use this plugin to build backend and frontend features related to Medusa.
For installation and usage with other agents, refer to the main README.
Installation with Claude Code
Prerequisites
- Claude Code installed
- A Medusa project (or planning to create one)
Install Plugin
- Start Claude:
claude
- Add Medusa marketplace to Claude Code:
/plugin marketplace add medusajs/medusa-agent-skills
- Install the plugin:
/plugin install medusa-dev@medusa
- Verify the plugin is loaded:
/plugin
You should see the Medusa plugin listed under the Installed tab.
Installation for Other AI Agents
For other AI agents like Cursor, you can use the skills command to install the plugin's skills based on your AI agent:
npx skills add medusajs/medusa-agent-skills
# choose the following skill:
# - learning-medusa
Use Plugin
In your Medusa application, ask Claude to build features. Claude will know what to load from the Medusa plugin to build your feature.
Example Use Cases
Here are some examples of what you can ask Claude to build:
Example 1: Full-stack Feature with Admin UI
Implement a product reviews feature. Authenticated customers can add reviews. Admin users can view and approve or reject reviews from the dashboard
Example 2: Backend API Development
Create a wishlist feature where customers can save products. I need API routes for adding/removing items and retrieving the wishlist.
Example 3: Admin Dashboard Widget
Add a widget to the product detail page in the admin that allows managing related products. Admin users should be able to select which products are related using a searchable table.
Example 5: Storefront Integration
Help me integrate the custom reviews API into my Next.js storefront. Show product reviews on the product detail page with pagination.
Skills Included
- building-with-medusa - Backend development (modules, workflows, API routes)
- building-admin-dashboard-customizations - Admin UI development (widgets, pages, forms)
- building-storefronts - Storefront integration (SDK usage, React Query patterns)
- creating-internal-agents - Creating agents
Commands Included
/medusa-dev:db-migrate: Run migrations in your Medusa project./medusa-dev:db-generate <module-name>: Generate migrations for a module./medusa-dev:new-user <email> <password>: Create an admin user.
Privacy
This plugin does not collect, store, or transmit any user data or conversation information. All instructional content is provided locally through skill files, and the MCP server only queries public Medusa documentation.