Create a new image from a user request. Use only when the user explicitly asks to generate, draw, render, or create a visual rather than find or analyze an existing image.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add elixpo/elixpo_chapter --skill make-images --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Make Images?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/elixpo-make-images)More formats (shields.io, HTML) on the badges page.
---
name: make-images
description: Create a new image from a user request. Use only when the user explicitly asks to generate, draw, render, or create a visual rather than find or analyze an existing image.
---
# Make Images
Convert the request into one precise visual prompt and call the image tool once.
## Workflow
1. Preserve requested subject, composition, style, colors, text, and aspect ratio.
2. Add only details that clarify the requested result.
3. Call `create_image` once with the final prompt.
4. Return the generated image URL unchanged.
## Guardrails
- Do not use image search as a substitute for creation.
- Do not silently change requested text or identity details.
- Avoid a preliminary model call when the user prompt is already specific.
## Runtime contract
agent: image-maker
tools: [create_image]
timeout_seconds: 45
max_concurrency: 2
output: image_bundle
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.