| name | agent-image |
| description | Local-first image generation helper. Use when you need to create or batch-generate images using the repo's Ollama/ComfyUI pipelines. |
| allowed-tools | Bash(pnpm*), Bash(python3*), Bash(ollama*), Bash(openspec*) |
Agent Image Generation
Follow the same guidance as .kilocode/skills/agent-image/SKILL.md, with these operational defaults:
- Prefer
pnpm ollama:* commands for the quick path.
- Prefer
pnpm comfyui:* commands for the advanced path.
- Never commit generated images unless explicitly asked.
Quick Commands
pnpm ollama:setup
pnpm ollama:doctor
python3 scripts/ollama/ollama.py generate --name "example" --prompt "<prompt>" --out <output-dir>
pnpm comfyui:setup
pnpm comfyui:server
pnpm comfyui:doctor
python3 scripts/comfyui/comfyui.py generate --job <job.yaml>