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-guidelinesphp 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
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-27