M

Medusajs Skills

building-admin-dashboard-customizations
medusajs
मेडुसा एडमिन डैशबोर्ड के लिए एडमिन SDK और मेडुसा UI घटकों का उपयोग करके कस्टम UI एक्सटेंशन। किसी भी एडमिन UI कार्य (योजना, कार्यान्वयन, अन्वेषण) के लिए पहले इस स्किल को लोड करें; MCP सर्वर केवल API संदर्भ प्रदान करते हैं, डिज़ाइन पैटर्न या डेटा लोडिंग रणनीतियाँ नहीं। महत्वपूर्ण: सभी API अनुरोधों के लिए हमेशा मेडुसा JS SDK का उपयोग करें (कभी भी सामान्य fetch का नहीं); डिस्प्ले क्वेरी को
official
building-admin-dashboard-customizations
medusajs
Load automatically when planning, researching, or implementing Medusa Admin dashboard UI (widgets, custom pages, forms, tables, data loading, navigation).…
official
building-storefronts
medusajs
SDK-प्रथम फ्रंटएंड एकीकरण, Medusa स्टोरफ्रंट के लिए React Query पैटर्न और महत्वपूर्ण API कॉलिंग नियमों के साथ। सभी API अनुरोधों के लिए हमेशा Medusa JS SDK का उपयोग करें—कभी भी सामान्य fetch() का उपयोग न करें, क्योंकि इसमें आवश्यक हेडर (स्टोर रूट के लिए प्रकाशनीय API कुंजी, एडमिन रूट के लिए प्रमाणीकरण) का अभाव होता है। SDK विधियों में सादे जावास्क्रिप्ट ऑब्जेक्ट पास करें; बॉडी पैरामीटर पर कभी भी JSON.stringify() का
official
building-storefronts
medusajs
Load automatically when planning, researching, or implementing Medusa storefront features (calling custom API routes, SDK integration, React Query patterns,…
official
building-with-medusa
medusajs
मेडुसा बैकएंड आर्किटेक्चर, वर्कफ़्लो और महत्वपूर्ण कार्यान्वयन नियमों के लिए व्यापक मार्गदर्शिका। इसमें छह नियम श्रेणियाँ (आर्किटेक्चर, टाइप सुरक्षा, बिज़नेस लॉजिक प्लेसमेंट, इम्पोर्ट, डेटा एक्सेस, फ़ाइल संगठन) शामिल हैं, जिनमें विशिष्ट एंटी-पैटर्न और प्रवर्तन जाँचें हैं। सख्त लेयर पृथक्करण लागू करता है: मॉड्यूल → वर्कफ़्लो → API रूट → फ्रंटएंड, जिस
official
building-with-medusa
medusajs
Load automatically when planning, researching, or implementing ANY Medusa backend features (custom modules, API routes, workflows, data models, module links,…
official
creating-agents-in-medusa
medusajs
Use when building an internal admin-facing AI agent in a Medusa project. These agents are operated by merchants and store operators — not customers. Covers…
official
db-generate
medusajs
एक ही कमांड से Medusa मॉड्यूल के लिए डेटाबेस माइग्रेशन जनरेट करें। निर्दिष्ट Medusa मॉड्यूल के लिए माइग्रेशन फ़ाइलें बनाने हेतु npx medusa db:generate CLI कमांड को रैप करता है। मॉड्यूल का नाम एक आर्गुमेंट के रूप में स्वीकार करता है और माइग्रेशन फ़ाइल का स्थान, त्रुटियाँ, तथा अगले कदमों की रिपोर्ट करता है। जनरेशन के बाद माइग्रेशन लागू करने के लिए स्वचालित रूप से npx medusa db:migrate चलाने का सुझाव देता है।
official
db-generate
medusajs
Generate database migrations for a Medusa module
official
db-migrate
medusajs
लंबित Medusa डेटाबेस माइग्रेशन निष्पादित करें और परिणाम रिपोर्ट करें। आपके Medusa डेटाबेस पर सभी लंबित माइग्रेशन लागू करने के लिए Bash के माध्यम से npx medusa db:migrate चलाता है। लागू किए गए माइग्रेशन की संख्या, सामने आई किसी भी त्रुटि और सफलता की पुष्टि सहित माइग्रेशन परिणाम रिपोर्ट करता है। मानक npm/npx सेटअप वाले Medusa प्रोजेक्ट्स के लिए डिज़ाइन किया गया है।
official
db-migrate
medusajs
Run database migrations in Medusa
official
diagnosing-dependabot-alerts
medusajs
Diagnoses GitHub Dependabot / security alerts in the Medusa monorepo and finds the least-invasive fix. Use when investigating a Dependabot alert, security…
official
learning-medusa
medusajs
इंटरैक्टिव चरण-दर-चरण मेडुसा डेवलपमेंट बूटकैंप जहां आप आर्किटेक्चर पैटर्न सीखते हुए एक ब्रांड्स फीचर बनाते हैं। तीन प्रगतिशील पाठ (कुल 2-3 घंटे) जिनमें मॉड्यूल, वर्कफ़्लो, एपीआई रूट्स, मॉड्यूल लिंक्स, वर्कफ़्लो हुक्स और एडमिन यूआई कस्टमाइज़ेशन शामिल हैं। प्रत्येक प्रमुख घटक के बाद चेकपॉइंट सत्यापन आगे बढ़ने से पहले अवधारणात्मक सम
official
learning-medusa
medusajs
Load automatically when user asks to learn Medusa development (e.g., "teach me how to build with medusa", "guide me through medusa", "I want to learn medusa").…
official
mcloud-deployments
medusajs
Execute mcloud deployments commands to list deployments, retrieve deployment details, and fetch build logs. Use when listing deployments, checking deployment…
official
mcloud-deployments
medusajs
mcloud deployments कमांड को निष्पादित करके डिप्लॉयमेंट की सूची देखें, डिप्लॉयमेंट विवरण प्राप्त करें, और बिल्ड लॉग प्राप्त करें। इसका उपयोग डिप्लॉयमेंट सूचीबद्ध करने, डिप्लॉयमेंट की जाँच करने...
official
mcloud-environments
medusajs
mcloud environments कमांड को निष्पादित करके क्लाउड वातावरणों को सूचीबद्ध करना, प्राप्त करना, बनाना, हटाना, पुनः तैनात करना या बिल्ड ट्रिगर करना। वातावरण जीवनचक्र प्रबंधित करते समय उपयोग करें,…
official
mcloud-environments
medusajs
Execute mcloud environments commands to list, get, create, delete, redeploy, or trigger builds for Cloud environments. Use when managing environment lifecycle,…
official
mcloud-local
medusajs
Execute mcloud local build to reproduce a Cloud build on the local machine. Use when debugging a build-failed deployment without pushing to the tracked branch,…
official
mcloud-logs
medusajs
क्लाउड वातावरण के लिए रनटाइम लॉग प्राप्त करने और स्ट्रीम करने हेतु mcloud logs निष्पादित करें। बैकएंड या स्टोरफ्रंट लॉग पढ़ते समय, समय सीमा के अनुसार फ़िल्टर करते हुए, खोज करते हुए उपयोग करें…
official
mcloud-logs
medusajs
Execute mcloud logs to fetch and stream runtime logs for Cloud environments. Use when reading backend or storefront logs, filtering by time range, searching…
official
mcloud-organizations
medusajs
mcloud organizations कमांड को निष्पादित करके क्लाउड संगठनों को सूचीबद्ध या प्राप्त करें। संगठनों की खोज करते समय, नाम से संगठन आईडी हल करते समय, या पुनर्प्राप्त करते समय उपयोग करें…
official
mcloud-organizations
medusajs
Execute mcloud organizations commands to list or get Cloud organizations. Use when discovering organizations, resolving organization IDs by name, or retrieving…
official
mcloud-projects
medusajs
mcloud projects कमांड को निष्पादित करके क्लाउड प्रोजेक्ट्स को सूचीबद्ध करें, प्राप्त करें या हटाएं। प्रोजेक्ट्स खोजने, नाम से प्रोजेक्ट हैंडल को हल करने, या पुनर्प्राप्त करने के लिए उपयोग करें…
official
mcloud-projects
medusajs
Execute mcloud projects commands to list, get, or delete Cloud projects. Use when discovering projects, resolving project handles by name, or retrieving…
official
mcloud-variables
medusajs
क्लाउड वातावरण के लिए पर्यावरण चरों को सूचीबद्ध करने और प्राप्त करने हेतु mcloud variables कमांड निष्पादित करें। पर्यावरण चरों का निरीक्षण, पठन या निर्यात करते समय उपयोग करें।
official
mcloud-variables
medusajs
Execute mcloud variables commands to list, get, set, and delete environment variables for a Cloud environment. Use when inspecting, reading, creating,…
official
new-user
medusajs
मेडुसा में ईमेल और पासवर्ड के साथ एक नया एडमिन उपयोगकर्ता बनाएं। एडमिन क्रेडेंशियल सेट करने के लिए ईमेल और पासवर्ड को कमांड आर्गुमेंट के रूप में स्वीकार करता है। Bash के माध्यम से -e और -p फ्लैग के साथ npx medusa user कमांड निष्पादित करता है। सृजन सफलता, उपयोगकर्ता ईमेल, त्रुटियाँ और एडमिन डैशबोर्ड लॉगिन के लिए अगले कदमों की रिपोर्ट करता है।
official
new-user
medusajs
Create an admin user in Medusa
official
reviewing-prs
medusajs
Reviews GitHub pull requests for the Medusa repository. Checks PR template compliance, contribution guidelines, code conventions, security, performance, and…
official
storefront-best-practices
medusajs
We need to translate the given English text to Hindi. The text is a description of a directory item (agent skill) named "storefront-best-practices". The instruction says to preserve the name if it appears in the source text, but the name does not appear in the <text> block. So we just translate the text. Also, preserve technical terms, URLs, numbers, etc. No extra commentary. The text: "Comprehensive guidance for building modern ecommerce storefronts with patterns, component architecture, and backend integration. Covers all storefront components: navigation, product pages, cart, checkout, and account pages across any framework (Next.js, SvelteKit, React, Vue) Includes critical accessibility patterns (aria-live for cart updates), mobile optimization (safe-area-inset, 44px touch targets), and SEO requirements (Product schema, Core Web Vitals) Provides mandatory backend SDK..." We need to translate into Hindi. Keep technical terms like Next.js, SvelteKit, React, Vue, aria-live, safe-area-inset,
official
storefront-best-practices
medusajs
ALWAYS use this skill when working on ecommerce storefronts, online stores, shopping sites. Use for ANY storefront component including checkout pages, cart,…
official
triaging-issues
medusajs
Triages GitHub issues for the Medusa repository. Use when a GitHub issue is opened or receives a new comment. Categorizes the issue, validates it, and emits a…
official
triaging-issues
medusajs
GitHub पर Medusa रिपॉजिटरी के लिए इश्यू को ट्राइएज करता है। जब कोई GitHub इश्यू खोला जाता है या उस पर नई टिप्पणी आती है तब उपयोग करें। इश्यू को वर्गीकृत करता है, उसे मान्य करता है, और एक…
official
using-medusa-cloud
medusajs
मेडुसा क्लाउड संसाधनों को क्लाउड CLI (mcloud) के माध्यम से प्रबंधित करता है। तैनाती करते समय, तैनाती डिबग करते समय, वातावरण, पर्यावरण चर, या किसी भी… प्रबंधित करते समय उपयोग करें।
official
using-medusa-cloud
medusajs
Manages Medusa Cloud resources through the Cloud CLI (mcloud). Use when deploying, debugging deployments, managing environments, environment variables, or any…
official
writing-docs
medusajs
Writes and updates Medusa documentation MDX files for the book, resources, ui, user-guide, and cloud projects. Use when making documentation changes based on…
official
writing-releases
medusajs
Writes GitHub release notes for Medusa releases in the established style. Use when generating a draft release description from a list of commits and PR…
official
writing-tsdocs
medusajs
Adds and updates TypeDoc (TSDoc) comments to TypeScript source files in the Medusa codebase. Covers HTTP types, API routes, UI components, data models, service…
official