Claude Skill
medusajs/medusa-agent-skills
Medusa Agent Skills 提供用于 Medusa 最佳实践和约定的代理技能与命令,使 Claude 等 AI 代理能够辅助电商开发。
概览
仓库信息
安装这个 Skill
git clone https://github.com/medusajs/medusa-agent-skills.gitRegistry 信息
项目简介
Medusa Agent Skills 是一个 GitHub 仓库,提供用于 Medusa 最佳实践和约定的代理技能与命令,使 Claude 等 AI 代理能够高效辅助 Medusa 电商开发。
Agent skills and commands for Medusa best practices and conventions.
要点
- 专为 Medusa 电商约定定制的代理技能
- 用于执行 Medusa 最佳实践的命令
- 与 Claude Code 集成,支持代理式电商
- MedusaJS 组织下的开源仓库
- 专为 AI 辅助的 Medusa 开发工作流设计
使用场景
- 使用 AI 代理自动化 Medusa 项目设置
- 在 Medusa 开发中强制执行编码约定
- 使用 Claude Skill 简化电商后端任务
- 加速 Medusa 插件和模块的创建
- 引导开发者遵循 Medusa 最佳实践
README 摘要
# Medusa Agent Skills A collection of skills composed as Claude Code plugins for building Medusa applications with best practices and architectural patterns. These skills can be used with any agent, as explained in the [Usage with Other Agents](#usage-with-other-agents) section. - [Available Plugins](#available-plugins) - [Installation for Claude Code](#installation-for-claude-code) - [Usage](#usage) - [Usage with Other Agents](#usage-with-other-agents) - [Privacy](#privacy) ## Available Plugins | Plugin | Description | |--------|-------------| | [medusa-dev](plugins/medusa-dev/README.md) | Comprehensive skills for building Medusa applications across backend, admin UI, and storefronts. | | [learn-medusa](plugins/learn-medusa/README.md) | Interactive tutorial session to learn about Medusa concepts through building a brands feature. | | [ecommerce-storefront](plugins/ecommerce-storefront/README.md) | Comprehensive skill for building high-converting ecommerce storefronts with best practices. | | [medusa-cloud](plugins/medusa-cloud/README.md) | Skills for managing Medusa Cloud resources through the Cloud CLI (mcloud). | ## Installation for Claude Code 1. Start Claude: ```bash claude ``` 2. Add the Medusa marketplace to Claude Code: ```bash /plugin marketplace add medusajs/medusa-agent-skills ``` 3. Install any of the plugins. For example: ```bash /plugin install medusa-dev@medusa ``` 4. Verify the plugin is loaded: ```bash /plugin ``` You should see the Medusa plugin listed under the Installed tab. ## Usage with Other Agents ### Installation with `skills` The `skills` command allows you to copy skills from a repository to the directory relevant for your agent. Use this command when you only want to copy skills, as you can't copy the MCP server with this co