Image finalize
Skill LFTPadilla/agent-dev-kit/plugins/dev-skills/skills/image-finalize
Replicable agent development system: curated Claude Code/Codex skills + bootstrap for the external tools (GSD, caveman, ponytail) that complete the stack.
npx -y skills add LFTPadilla/agent-dev-kit --skill image-finalizeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Two-stage image generation workflow. First asks clarifying questions, then uses minimax for fast iterative drafts, then gemini-3-pro-image-preview for final polish. Trigger on image generation requests, editing/refining images, or when user wants to produce a final version.
SKILL.md
2.3 KB, as published. Nobody here has run it
Image Finalize Skill
Step 1: Briefing (MANDATORY before generating)
Before generating ANY image, ask the user these key questions:
- What is this for? (Instagram post, banner, logo, etc.)
- What content should it include? (text, services, products, specific messaging)
- What's the focus? (e.g., hosting services, self-hosting, specific product)
- Style preference? (illustration, photo-realistic, minimalist, etc.)
- Logo/branding? (use existing logo, placeholder box, no logo, specific placement)
- Any reference images? (upload or describe a style you like)
Keep it brief — 2-3 questions max, prioritizing the most important for the use case.
Step 2: Iterative Drafts (minimax)
Once briefed, use image_generate with model: "minimax/image-01" for fast, cheap iterations.
- Deliver the image immediately.
- Ask for feedback.
- If logo placeholder needed, include a clearly marked "LOGO" area.
Step 3: Final Polish (gemini)
When user signals finalization via keywords like:
- "final", "done", "approve", "polish", "ready", "finalize"
- "this is good", "love it", "perfect", "yes", "great"
Before proceeding, confirm:
"Ready to generate the final polished version with Gemini 3.1 Pro? This will produce higher quality but may take longer."
If confirmed:
- Use
image_generatewith:model: "google/gemini-3-pro-image-preview"- Pass the last minimax image as reference (
imagesparameter) - If user has a logo file, pass it as reference too
- Prompt: "Polish and finalize this image to production quality. Maintain the same composition and subject. Enhance details, lighting, and overall professional finish. Replace any LOGO placeholder with the provided logo."
- Deliver final image.
Notes
- minimax is fast/cheap for drafts; Gemini is slower/higher quality for final.
- If Google provider shows
configured: no, warn user: "Gemini 3.1 Pro not configured. Please set GEMINI_API_KEY." - Always deliver the final version with
MEDIA:tag for inline display.