medusa-agent-skills

agent
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 138 GitHub stars
Code Pass
  • Code scan — Scanned 6 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool provides a collection of prompt plugins and architectural skills designed to help developers build ecommerce applications using Medusa best practices. It is compatible with AI agents like Claude Code and Cursor.

Security Assessment
Overall Risk: Low. The automated code scan of 6 files found no dangerous patterns, hardcoded secrets, or requests for risky permissions. According to the documentation, the tool does not collect, store, or transmit any user data or conversation information. Network requests are strictly limited to the MCP servers querying public Medusa documentation. The tool functions primarily as a localized instructional guide and does not appear to execute arbitrary shell commands or access sensitive system data.

Quality Assessment
The project is actively maintained, with its most recent code push happening today. It enjoys a solid level of community trust, evidenced by 138 GitHub stars, and the repository includes a clear description. The only notable drawback is the complete absence of a license file. While the code is open and available, without a defined license, strict copyright laws technically apply. This means users do not have formal legal permission to modify, distribute, or use the code in a commercial production environment.

Verdict
Safe to use for personal development and learning, but use with caution for commercial applications until a formal open-source license is added to the repository.
SUMMARY

Agent skills and commands for Medusa best practices and conventions.

README.md

Medusa Agent Skills

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.

Installation for Claude Code

  1. Start Claude:
claude
  1. Add the Medusa marketplace to Claude Code:
/plugin marketplace add medusajs/medusa-agent-skills
  1. Install any of the plugins. For example:
/plugin install medusa-dev@medusa
  1. Verify the plugin is loaded:
/plugin

You 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-skills

Manual 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:

  1. Copy the skills directories to the .cursor/skills directory of your Medusa project.
  2. 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.

Reviews (0)

No results found