medusajs-developer

Generate Medusa v2 modules, API routes, and scheduled jobs with templates and scripts.

13|1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/greedychipmunk/agent-skills --skill medusajs-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: medusajs-developer
Source: https://github.com/greedychipmunk/agent-skills/tree/main/medusajs-developer
Command: npx skills add https://github.com/greedychipmunk/agent-skills --skill medusajs-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires medusa, @medusajs/test-utils, jest, @types/jest, @swc/jest, and includes scripts (resource) components.

What problem does it solve?

This Skill accelerates MedusaJS development by providing structured patterns, templates, and scripts to build modules, API routes, workflows, and integrations for a scalable commerce solution.

Core Features & Use Cases

  • Module scaffolding: ready-to-extend Medusa modules with models, services, and migrations.
  • API and workflow templates: complete REST routes, workflows, and event subscribers to implement common commerce patterns.
  • Automation and integrations: examples for scheduled jobs, webhooks, and third-party integrations to streamline operations.
  • Use Case: bootstrap a full-fledged Medusa storefront by combining modules, routes, and automation with minimal setup.

Quick Start

Copy the skill into your project and run the scripts in scripts/ to generate modules, routes, and migrations, then adapt the templates to your domain.

Frequently Asked Questions about medusajs-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold custom MedusaJS modules with models and migrations?

You can scaffold MedusaJS modules by running the helper scripts in the scripts/ directory to generate ready-to-extend structures with models, services, and migrations, then adapt the templates to your domain.

What is the best way to build API routes and workflows in Medusa v2?

The best way to build API routes and workflows in Medusa v2 is by adapting the provided REST route, workflow, and event subscriber templates to implement common commerce patterns.

Can I set up scheduled jobs and third-party integrations with MedusaJS?

Yes, you can set up scheduled jobs and third-party integrations with MedusaJS using the provided automation examples for webhooks and external services to streamline operations.

Does this MedusaJS development template work with Node.js and Jest?

Yes, this MedusaJS development template works with Node.js and includes dependencies for Jest, @medusajs/test-utils, and SWC to support testing and production-grade storefront development.

Why do I need structured patterns for building a Medusa storefront?

You need structured patterns for building a Medusa storefront to accelerate development by providing consistent module scaffolding, API routes, and workflows for a scalable commerce solution.