Claude Skill
medusajs/medusa-agent-skills
Medusa Agent Skills provides agent skills and commands for Medusa best practices and conventions, enabling Claude and AI agents to assist with ecommerce development.
Overview
Repository
Install this Skill
git clone https://github.com/medusajs/medusa-agent-skills.gitRegistry
Summary
Medusa Agent Skills is a GitHub repository that provides agent skills and commands for Medusa best practices and conventions, enabling AI agents like Claude to assist with Medusa ecommerce development efficiently.
美杜莎最佳实践与约定的代理技能与命令。
Key features
- Agent skills tailored for Medusa ecommerce conventions
- Commands to enforce Medusa best practices
- Integration with Claude Code for agentic commerce
- Open-source repository under MedusaJS organization
- Designed for AI-assisted Medusa development workflows
Use cases
- Automating Medusa project setup with AI agents
- Enforcing coding conventions in Medusa development
- Streamlining ecommerce backend tasks using Claude Skill
- Accelerating Medusa plugin and module creation
- Guiding developers through Medusa best practices
README excerpt
# 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](#usage-with-other-agents) section. - [Available Plugins](#available-plugins) - [Installation for Claude Code](#installation-for-claude-code) - [Usage](#usage) - [Usage with Other Agents](#usage-with-other-agents) - [Privacy](#privacy) ## Available Plugins | Plugin | Description | |--------|-------------| | [medusa-dev](plugins/medusa-dev/README.md) | Comprehensive skills for building Medusa applications across backend, admin UI, and storefronts. | | [learn-medusa](plugins/learn-medusa/README.md) | Interactive tutorial session to learn about Medusa concepts through building a brands feature. | | [ecommerce-storefront](plugins/ecommerce-storefront/README.md) | Comprehensive skill for building high-converting ecommerce storefronts with best practices. | | [medusa-cloud](plugins/medusa-cloud/README.md) | Skills for managing Medusa Cloud resources through the Cloud CLI (mcloud). | ## Installation for Claude Code 1. Start Claude: ```bash claude ``` 2. Add the Medusa marketplace to Claude Code: ```bash /plugin marketplace add medusajs/medusa-agent-skills ``` 3. Install any of the plugins. For example: ```bash /plugin install medusa-dev@medusa ``` 4. Verify the plugin is loaded: ```bash /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 co