building-admin-dashboard-customizations
Build custom UI extensions, widgets, and pages for the Medusa Admin dashboard using the Medusa SDK and UI components.
Install
npx skills add https://github.com/medusajs/medusa-agent-skills --skill building-admin-dashboard-customizationsStats
| Total installs | 976 |
| Weekly installs | 975 |
| GitHub stars | 115 |
| First seen | Jan 26, 2026 |
| Source | @medusajs/medusa-agent-skills |
Summary
- Load this skill FIRST for any admin UI work (planning, implementation, exploration); MCP servers provide API reference only, not design patterns or data loading strategies
- CRITICAL: Always use Medusa JS SDK for all API requests (never regular fetch); separate display queries from modal queries and invalidate display data after mutations
- Implement widgets on existing pages or create custom UI routes; use FocusModal for creation flows and Drawer for editing, always with size="small" buttons and semantic color classes
- Load reference files before coding: data-loading.md for queries, forms.md for modals, display-patterns.md for tables, typography.md for Text components
- pnpm users must install @tanstack/react-query peer dependency before writing code; prices from Medusa are stored as-is (not in cents), display directly without division
Tags
reacttypescriptnodemcpfrontenddesign-systemapifullstackdocumentationbest-practicesagent-skillofficial
Related skills
| Skill | Installs | vs building-admin-dashboard-customizations |
|---|---|---|
| flutter-platform-views | 950 | -26 |
| senior-frontend | 1,068 | +92 |
| graphql-operations | 925 | -51 |
| flutter-accessibility | 979 | +3 |
| playwright-interactive | 976 | = |
FAQ
- How many installs does building-admin-dashboard-customizations have?
- building-admin-dashboard-customizations has 976 total installs and 975 installs this week.
- Where is building-admin-dashboard-customizations hosted?
- building-admin-dashboard-customizations is published by @medusajs/medusa-agent-skills at https://github.com/medusajs/medusa-agent-skills.
- How many GitHub stars does building-admin-dashboard-customizations have?
- building-admin-dashboard-customizations has 115 GitHub stars.
- When was building-admin-dashboard-customizations first indexed?
- OrangeBot.AI first indexed building-admin-dashboard-customizations on Jan 26, 2026.
- How do I install building-admin-dashboard-customizations?
- Run: npx skills add https://github.com/medusajs/medusa-agent-skills --skill building-admin-dashboard-customizations