wshobson--agents
73ed4fbae3
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>