medusa-dev
NewOverview
A collection of skills composed as Claude Code plugins for building Medusa applications with best practices and architectural patterns.
These skills can be used with any agent, as explained in the Usage with Other Agents section.
Available Plugins
| Plugin | Description |
|---|---|
| medusa-dev | Comprehensive skills for building Medusa applications across backend, admin UI, and storefronts. |
| learn-medusa | Interactive tutorial session to learn about Medusa concepts through building a brands feature. |
| ecommerce-storefront | Comprehensive skill for building high-converting ecommerce storefronts with best practices. |
| medusa-cloud | Skills for managing Medusa Cloud resources through the Cloud CLI (mcloud). |
Installation for Claude Code
- Start Claude:
claude- Add the Medusa marketplace to Claude Code:
/plugin marketplace add medusajs/medusa-agent-skills- Install any of the plugins. For example:
/plugin install medusa-dev@medusa- Verify the plugin is loaded:
/pluginYou should see the Medusa plugin listed under the Installed tab.
Usage with Other Agents
Installation with skills
The skills command allows you to copy skills from a repository to the directory relevant for your agent. Use this command when you only want to copy skills, as you can't copy the MCP server with this command.
yarn skills add medusajs/medusa-agent-skillsManual Installation
Alternatively, you can copy the assets necessary, including skills and MCP servers, to the directory relevant to your agent.
For example, if you're using Cursor and you want to use the medusa-dev plugin, you can:
- Copy the skills directories to the .cursor/skills directory of your Medusa project.
- Add the MCP server configuration to the .cursor/mcp.json file of your Medusa project.
Usage
These plugins will help you with your Medusa development. Refer to each plugin for more details on usage.
Privacy
The Medusa plugins do not collect, store, or transmit any user data or conversation information. All instructional content is provided locally through skill files, and MCP servers only query public Medusa documentation.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/medusa-dev.md https://raw.githubusercontent.com/medusajs/medusa-agent-skills/main/SKILL.md/medusa-devFrequently Asked Questions
What is medusa-dev?
How to install medusa-dev?
To install medusa-dev, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /medusa-dev.
What is medusa-dev best for?
medusa-dev is a community categorized under General. Created by Medusa.