定制 fruitcake/magento2-ai-guidelines 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fruitcake/magento2-ai-guidelines

最新稳定版本:v0.1.1

Composer 安装命令:

composer require --dev fruitcake/magento2-ai-guidelines

包简介

Generate AI Guidelines for Magento 2 projects.

README 文档

README

Generate a CLAUDE.md file with project context for AI assistance.

Installation

Option 1: Install via Composer in your project

  • composer require fruitcake/magento2-ai-guidelines
  • php bin/magento module:enable Fruitcake_AiGuidelines

Option 2: Install as Magerun2 module:

  • Clone this library in ~/.n98-magerun2/modules

Usage

Generate the CLAUDE.md file at project root:

bin/magento ai:generate-context

This creates a CLAUDE.md file containing:

  • System information (Magento version, PHP version, OS)
  • Theme information (Hyva detection)
  • Installed modules (custom and third-party)
  • Project structure hints
  • Magento best practices

Customization

To customize the generated CLAUDE.md file, edit CLAUDE.md outside the <magento-ai-guidelines> tags.

Then regenerate:

bin/magento ai:generate-context

Ideas

  • Add docs based on installed packages/versions
  • Add skills

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-27