mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
- Remove .mcp.json (not used in marketplace, add README instead) - Add marketplace.json entry for plugin discovery - Add README.md with MCP server setup guide, provider config, and troubleshooting - Add tools: declaration to image-generator agent (functional fix) - Move <example> blocks from YAML frontmatter to markdown body - Remove unused tools: Read, Grep, Glob from prompt-crafter agent - Remove redundant name: field from command frontmatter - Use full MCP tool prefix (mcp__meigen__*) in commands - Rewrite plugin.json description to factual style - Pin npm version to meigen@1.2.5 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
description, argument-hint
| description | argument-hint |
|---|---|
| Quick image generation. Use when user runs /meigen-ai-design:gen with a prompt. Skips intent assessment, generates directly. | <prompt> |
Quick Generate
Generate an image immediately from the user's description. This is the fast path — skip exploration and go straight to generation.
Instructions
- Look at the user's prompt:
$ARGUMENTS - If the prompt is very short (under 10 words), call
mcp__meigen__enhance_promptfirst to enrich it, then use the enhanced result - If the prompt is already detailed (10+ words), use it directly
- Delegate to the image-generator agent with the prompt (keeps base64 data out of main context)
- When the agent returns, show a brief one-line creative comment about the generation
Do NOT:
- Ask for confirmation before generating
- Suggest alternatives or options
- Run mcp__meigen__search_gallery for references
- Give lengthy explanations or describe the image
- Call generate_image directly — always delegate to image-generator agent
This is a quick-fire command. Generate and show.