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.
> /plugin marketplace add medusajs/medusa-agent-skills
Repo: medusajs/medusa-agent-skills
What's inside
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.
| 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). |
claude
/plugin marketplace add medusajs/medusa-agent-skills
/plugin install medusa-dev@medusa
/plugin
You should see the Medusa plugin listed under the Installed tab.
skillsThe 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
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:
These plugins will help you with your Medusa development. Refer to each plugin for more details on usage.
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.
.claude-plugin/
marketplace.json
.github/
prompts/
sync-medusa-docs-changes.md
workflows/
skills-stats-to-posthog.yml
sync-medusa-docs-changes.yml
.gitignore
plugins/
ecommerce-storefront/
.claude-plugin/
plugin.json
README.md
skills/
storefront-best-practices/
reference/
components/
breadcrumbs.md
cart-popup.md
country-selector.md
footer.md
hero.md
megamenu.md
navbar.md
popups.md
product-card.md
product-reviews.md
product-slider.md
search.md
connecting-to-backend.md
design.md
features/
promotions.md
wishlist.md
layouts/
account.md
cart.md
checkout.md
home-page.md
order-confirmation.md
product-details.md
product-listing.md
static-pages.md
medusa.md
mobile-responsiveness.md
seo.md
SKILL.md
learn-medusa/
.claude-plugin/
plugin.json
.mcp.json
README.md
skills/
learning-medusa/
architecture/
admin-integration.md
module-isolation.md
module-workflow-route.md
workflow-orchestration.md
checkpoints/
checkpoint-api-route.md
checkpoint-module-links.md
checkpoint-module.md
checkpoint-querying.md
checkpoint-ui-route.md
checkpoint-widget.md
checkpoint-workflow-hooks.md
checkpoint-workflow.md
lessons/
lesson-1-custom-features.md
lesson-2-extend-medusa.md
lesson-3-admin-dashboard.md
SKILL.md
troubleshooting/
common-errors.md
verification-guide.md
medusa-cloud/
.claude-plugin/
plugin.json
README.md
skills/
mcloud-auth/
SKILL.md
mcloud-deployments/
SKILL.md
mcloud-environments/
SKILL.md
mcloud-local/
SKILL.md
mcloud-logs/
SKILL.md
mcloud-organizations/
SKILL.md
mcloud-projects/
SKILL.md
mcloud-variables/
SKILL.md
using-medusa-cloud/
reference/
debugging-deployments.md
environments-and-variables.md
setup.md
SKILL.md
medusa-dev/
.claude-plugin/
plugin.json
.mcp.json
README.md
skills/
building-admin-dashboard-customizations/
references/
data-loading.md
display-patterns.md
forms.md
navigation.md
table-selection.md
typography.md
SKILL.md
building-storefronts/
references/
frontend-integration.md
SKILL.md
building-with-medusa/
reference/
api-routes.md
authentication.md
custom-modules.md
data-models.md
error-handling.md
frontend-integration.md
module-links.md
querying-data.md
scheduled-jobs.md
subscribers-and-events.md
troubleshooting.md
workflow-hooks.md
workflows.md
SKILL.md
creating-internal-agents/
reference/
admin-extension.md
agent-setup.md
api-route.md
data-models.md
medusa-exec.md
service.md
streaming.md
SKILL.md
db-generate/
SKILL.md
db-migrate/
SKILL.md
new-user/
SKILL.md
README.md
scripts/
bump-versions.mjs
resolve-docs-commit.mjs
skills-stats-to-posthog.mjs
validate-skills.mjsFAQ
medusa-agent-skills is a Claude Code plugin with 18 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes storefront-best-practices, learning-medusa, mcloud-auth. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.