Skills by medusajs
5 skills available
building-with-medusa
This skill is a Medusa backend development guide for creating modules, workflows, API routes, and integrations. It includes explicit shell commands such as `npx medusa db:migrate` and `npm run build`, and directs setting `MEDUSA_FF_INDEX_ENGINE` and using API keys/headers for authentication.
320 installs
building-admin-dashboard-customizations
This skill documents Medusa Admin dashboard UI customizations with code patterns, file references, and setup steps. It includes shell commands (`pnpm add`, `npm run dev`), references to `import.meta.env.VITE_BACKEND_URL` and `import.meta.env.DEV`, and localhost endpoints (`http://localhost:9000/app`).
294 installs
building-storefronts
Load automatically when planning, researching, or implementing Medusa storefront features (calling custom API routes, SDK integration, React Query patterns, data fetching). REQUIRED for all storefront development in ALL modes (planning, implementation, exploration). Contains SDK usage patterns, frontend integration, and critical rules for calling Medusa APIs.
275 installs
storefront-best-practices
This skill provides comprehensive ecommerce storefront best-practices and many local `reference/...` files. It instructs executing shell checks like `ls -la ../backend`, inspecting env files (`grep -i "api|backend|medusa|shopify|commerce" .env*`), using env vars such as `NEXT_PUBLIC_MEDUSA_BACKEND_URL`/`NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY`, and calling `https://docs.medusajs.com/mcp`.
258 installs
learning-medusa
Interactive Medusa tutorial that walks a user through building a brands feature, with files like `src/api/admin/brands/route.ts`, `src/admin/widgets/product-brand.tsx`, and `src/modules/brand`. The skill explicitly instructs running shell commands (e.g., `npm run dev`, `npx medusa db:migrate`), making network calls to `http://localhost:9000`, and storing tokens in `AUTH_TOKEN`.
224 installs