Toolverse
All skills

medusa

by alinaqi

Medusa headless commerce - modules, workflows, API routes, admin UI

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
alinaqi
Category
Backend
Views
1

About this skill

Medusa headless commerce - modules, workflows, API routes, admin UI

How to use

  1. Upewnij się, że masz zainstalowany Node.js w wersji 20+ LTS, Git i dostęp do bazy PostgreSQL (lokalnie lub zdalnie). Umiejętność Medusa wymaga załadowania razem z base.md i typescript.md.

  2. Utwórz nowy projekt Medusa, uruchamiając polecenie npx create-medusa-app@latest my-store. Narzędzie automatycznie skonfiguruje backend Medusa, bazę danych PostgreSQL i panel administracyjny. Opcjonalnie możesz dodać gotowy frontend Next.js.

  3. Przejdź do katalogu projektu (cd my-store) i uruchom serwer deweloperski poleceniem npm run dev. Backend będzie dostępny na http://localhost:9000, panel admin na http://localhost:9000/app, a storefront (jeśli zainstalowany) na http://localhost:8000.

  4. Stwórz konto administratora, wykonując npx medusa user -e admin@example.com -p supersecret. Użyj tych danych do zalogowania się do panelu administracyjnego.

  5. Dostosuj projekt do swoich potrzeb: dodawaj niestandardowe trasy API w src/api/, rozszerzaj panel admin widżetami w src/admin/widgets/ lub tworz nowe strony administracyjne w src/admin/routes/. Struktura projektu jest modularna — każdy komponent można niezależnie modyfikować i rozszerzać.

Related skills

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

using-superpowers

by obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Backend
65167

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173