medusa-agent-skills
Build, deploy, and manage Medusa ecommerce applications
All Skills in This Repository (5)
Pure Emerald Level Indicatorsbuilding-with-medusa
Plan and implement modular Medusa backend architectures with structured patterns.
building-admin-dashboard-customizations
Guide Medusa Admin dashboard UI planning with component and data-loading patterns.
building-storefronts
Standardizes Medusa storefront development with API route, SDK, and React Query patterns.
learning-medusa
Guide users through building a Medusa brands feature with Module, Workflow, and API Route lessons.
storefront-best-practices
Guide ecommerce storefront architecture with navigation, cart, and Medusa integration patterns.
Frequently Asked Questions
FAQPage SchemaHow to install Medusa Agent Skills?โผ
Run `npx skills add medusajs/medusa-agent-skills --all -g -y` in your terminal to install all skills globally for your coding agent.
What can I build with these Medusa skills?โผ
You can build custom backend modules, workflows, API routes, admin dashboard widgets, and full ecommerce storefronts following Medusa best practices. There are also skills for managing Medusa Cloud deployments and environment variables.
How do these skills prevent Medusa coding mistakes?โผ
Each skill enforces critical rules like using workflows for all mutations, never dividing prices by 100, and always using the Medusa JS SDK instead of plain fetch. Your agent loads detailed reference files before writing any code.
Can I learn Medusa development step by step?โผ
Yes. The learn-medusa plugin runs an interactive tutorial where your agent acts as an instructor, guiding you through building a brands feature with checkpoints and verification questions.
Do these skills work with Cursor and other coding agents?โผ
Yes. All skills follow the universal SKILL.md standard and work with Claude Code, Cursor, and other compatible agents. Medusa Cloud skills also include MCP server configurations where supported.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core