building-with-medusa
Comprehensive guide and rules for building Medusa backend applications with strict architectural enforcement.
Install
npx skills add https://github.com/medusajs/medusa-agent-skills --skill building-with-medusaStats
| Total installs | 1,017 |
| Weekly installs | 1.0K |
| GitHub stars | 115 |
| First seen | Jan 26, 2026 |
| Source | @medusajs/medusa-agent-skills |
Summary
- Covers six rule categories (architecture, type safety, business logic placement, imports, data access, file organization) with specific anti-patterns and enforcement checks
- Enforces strict layer separation: Module → Workflow → API Route → Frontend, with workflows required for all mutations and only GET/POST/DELETE HTTP methods allowed
- Includes critical data handling rules: prices stored as-is (not in cents), query.graph() for cross-module retrieval, query.index() for filtering across linked modules
- Provides reference files for custom modules, workflows, API routes, module links, querying, authentication, error handling, scheduled jobs, and subscribers
- Requires build validation after implementation and includes testing checklist with cURL examples for API route verification
Tags
Related skills
| Skill | Installs | vs building-with-medusa |
|---|---|---|
| prisma-driver-adapter-implementation | 1,099 | +82 |
| graft | 915 | -102 |
| n8n-code-python | 1,053 | +36 |
| api-documentation-generator | 1,088 | +71 |
| salesforce-developer | 943 | -74 |
FAQ
- How many installs does building-with-medusa have?
- building-with-medusa has 1,017 total installs and 1.0K installs this week.
- Where is building-with-medusa hosted?
- building-with-medusa is published by @medusajs/medusa-agent-skills at https://github.com/medusajs/medusa-agent-skills.
- How many GitHub stars does building-with-medusa have?
- building-with-medusa has 115 GitHub stars.
- When was building-with-medusa first indexed?
- OrangeBot.AI first indexed building-with-medusa on Jan 26, 2026.
- How do I install building-with-medusa?
- Run: npx skills add https://github.com/medusajs/medusa-agent-skills --skill building-with-medusa