项目文件夹

文件
claude[bot] 73ed4fbae3 fix: add missing name field to meigen-ai-design agents
All three agents in the meigen-ai-design plugin had frontmatter blocks
but were missing the required `name` field. Without a name Claude Code
cannot identify or register these agents, making the entire plugin
non-functional.

Added `name:` derived from each file's filename:
- prompt-crafter.md → name: prompt-crafter
- gallery-researcher.md → name: gallery-researcher
- image-generator.md → name: image-generator

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-04-17 12:53:13 +00:00
..