AI AGENT ADDONS

Building Storefronts

medusajs/medusa-agent-skills

Build an online store with Medusa using our frontend guide. You will learn how to use the Medusa SDK for all API calls. Never use regular fetch because the SDK adds required headers automatically.

React Query helps you fetch and update data smoothly. Use useQuery for GET requests and useMutation for POST or DELETE. Always handle loading and error states to keep your store reliable.

Prices from Medusa are already in display format. Do not divide by 100 — just show them as they are. This skill is perfect for developers who want to create fast and correct storefronts.

Add Building Storefronts skill to your workflow

Global

mkdir -p ~/.claude/skills/building-storefronts

Project

mkdir -p .claude/skills/building-storefronts

Source Repository

Stars
191
Forks
21
Watchers
191
Last Push
2 months ago
Created
6 months ago