An AI skill that brings deep workflow intelligence to Medusa.js v2 e-commerce development.
Medusa Pro Max transforms your AI coding assistant into a Medusa.js expert. It provides instant access to architectural patterns, best practices, and production-ready implementationsβenabling you to build robust e-commerce workflows with proper idempotency, compensation logic, and module isolation.
| Capability | Description |
|---|---|
| Architecture Guidance | Expert patterns for Saga workflows, reversible steps, and compensation handlers |
| V2 Documentation | Searchable access to current Medusa v2 patterns and standards |
| Best Practices | Curated rules for error handling, retry logic, and transactions |
| Module Design | Separation of concerns across modules, services, and subscribers |
| TypeScript Patterns | Type-safe implementations throughout |
A complete loyalty system with gift cards and store credits:
- Gift Cards β CRUD operations, status tracking, multi-currency support
- Store Credits β Customer balance management with full transaction logging
- Checkout Integration β Apply gift cards and credits during checkout
- Order Automation β Auto-generate gift cards when gift card products are purchased
- Complete API β Admin and Store routes for all loyalty features
- Ready-to-Use Workflows β Gift card redemption, store credit refunds, and more
Python 3.x is required for the search engine:
python3 --version-
Create the skills directory in your project (if needed):
mkdir -p .claude/skills
-
Copy these folders from this repository into your project:
.claude/skills/medusa-pro-max/.claude/commands/medusa.md
The skill activates automatically when you ask Claude to work on Medusa.js tasks. Just describe what you need:
"Design a return workflow that handles inventory restoration and refund processing"
"Implement payment capture with compensation logic for failures"
"Refactor this service to follow Medusa v2 module architecture"
"Create a gift card redemption workflow"
"Design a workflow for applying store credits to cart"
- Detection β Claude recognizes your request as a Medusa.js task
- Research β The skill searches for relevant patterns, rules, and documentation
- Implementation β Claude generates code with proper idempotency and error handling
.claude/
βββ commands/
β βββ medusa.md # Slash command trigger
βββ skills/
βββ medusa-pro-max/
βββ SKILL.md # Core skill documentation
βββ SKILL-LOYALTY.md # Loyalty plugin docs
βββ data/
β βββ medusa-v2-docs.csv
β βββ loyalty-plugin.csv
βββ scripts/
βββ search.py # Best practices queries
βββ search_docs.py # V2 documentation search
βββ search_loyalty.py # Loyalty feature search
Inspired by UI UX Pro Max, an AI skill for professional UI/UX design intelligence.
MIT
