building-with-medusa

building-with-medusa is a skill for Claude Code from medusajs/medusa-agent-skills. It costs 70 tokens per session (3,823 once invoked), scanned A, original, no licence file.

Guidance for building the backend of a Medusa ecommerce project. The backend handles store data, business rules, and API requests.

In plain words
What is it for?
Use it for custom modules, API routes, workflows, data models, links between modules, and other Medusa backend work.
Why use it?
It provides the project patterns needed to add backend features without guessing how Medusa’s parts connect.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the medusa-dev plugin — 7 skills shipped together

Good fit Use it for custom modules, API routes, workflows, data models, links between modules, and other Medusa backend work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/medusajs/medusa-agent-skills/building-with-medusa
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add medusajs/medusa-agent-skills --skill building-with-medusa
Clone the repo
git clone --depth 1 https://github.com/medusajs/medusa-agent-skills

Made for: Claude Code.

Or install medusa-dev, the plugin that ships this one along with the rest of its 7 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for building-with-medusa

README.md
[![agentmods](https://agentmods.dev/badge/skills/medusajs/medusa-agent-skills/building-with-medusa/github.svg)](https://agentmods.dev/skills/medusajs/medusa-agent-skills/building-with-medusa)
Your own site
<a href="https://agentmods.dev/skills/medusajs/medusa-agent-skills/building-with-medusa"><img src="https://agentmods.dev/badge/skills/medusajs/medusa-agent-skills/building-with-medusa/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for building-with-medusa

Your own site · 80×15
<a href="https://agentmods.dev/skills/medusajs/medusa-agent-skills/building-with-medusa"><img src="https://agentmods.dev/badge/skills/medusajs/medusa-agent-skills/building-with-medusa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,823 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 16 Feb 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.03823
Opus 5 $0.00035 $0.01912
Sonnet 5 $0.00014 $0.00765
Haiku 4.5 $0.00007 $0.00382

Measured 12d ago against content hash 148d3f383b4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

building-with-medusa scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST http://localhost:9000/admin/reviews/123/approve \
plugins/medusa-dev/skills/building-with-medusa/SKILL.md · 386 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 386 lines · 70 tokens per session scan A 148d3f383b4e

Subscribe to this mod's changes

building-with-medusa is a skill published in the GitHub repository medusajs/medusa-agent-skills (215 stars, last pushed 3d ago), with no licence file. It adds 70 tokens to every session and 3,823 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

acp-checkout-mcp

Implement ACP checkout as an MCP server, exposing checkout operations as MCP tools. Use when building an MCP-based commerce server for AI agents that use tool-calling to complete purchases.

OrcaQubits/agentic-commerce-skills-plugins · 42 tokens

acp-checkout-rest

Implement the ACP REST checkout API — create, update, retrieve, complete, and cancel checkout sessions. Use when building merchant-side checkout endpoints, handling the checkout session state machine, or integrating with AI agent checkout flows.

OrcaQubits/agentic-commerce-skills-plugins · 49 tokens

acp-orders-webhooks

Implement ACP order lifecycle management and webhook event delivery. Use when building order creation, status tracking, fulfillment updates, post-purchase adjustments, and HMAC-signed webhook emission.

OrcaQubits/agentic-commerce-skills-plugins · 41 tokens

acp-setup

Scaffold an ACP merchant server project — install dependencies, import OpenAPI specs and JSON schemas, configure environment, and create initial endpoint stubs. Use when starting a new ACP implementation from scratch.

OrcaQubits/agentic-commerce-skills-plugins · 44 tokens

weaverse-content-api

Use when reading or updating live Weaverse content programmatically — pulling projects/pages/theme settings, bulk-editing page content, pushing AI-generated copy, deleting pages, or uploading media to Shopify for use in Weaverse. Triggers on requests to update a Weaverse project via API, push content to a live…

Weaverse/shopify-hydrogen-skills · 82 tokens

medusa-development

Extend the open-source Medusa commerce platform with custom services, event subscribers, and API endpoints for unique business requirements.

finsilabs/awesome-ecommerce-skills · 26 tokens