image-generation

Generate and edit images with Cloudflare iterate and Fal.ai providers.

4|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/LukasStrickler/ai-dev-atelier --skill image-generation-lukasstrickler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-generation
Source: https://github.com/LukasStrickler/ai-dev-atelier/tree/main/content/skills/image-generation
Command: npx skills add https://github.com/LukasStrickler/ai-dev-atelier --skill image-generation-lukasstrickler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious, manual work of creating, editing, and refining AI-generated images for apps, websites, and documentation, reducing iteration time and boosting visuals quality.

Core Features & Use Cases

  • Generate high-quality images from prompts with tiered pricing and multiple providers (Cloudflare iterate and Fal.ai default, premium, max).
  • Edit existing images using masks, style references, and multi-reference inputs to apply complex transformations.
  • Upscale, vectorize to SVG, and remove backgrounds to produce production-ready assets for web, print, and branding.

Quick Start

Use the skill to generate a cyberpunk city image with default settings, then refine with edits and export SVG when needed.

  • bun scripts/gen.ts "cyberpunk city" -t default
  • bun scripts/edit.ts image.jpg "make sky purple" -t default
  • bun scripts/upscale.ts image.jpg --scale 2
  • bun scripts/svg.ts image.png
  • bun rembg.ts image.jpg

Frequently Asked Questions about image-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images from text prompts using AI?

To generate images from text prompts, you use multi-tier prompting with providers like Cloudflare iterate or Fal.ai. You pass your text prompt to the generation script, select a pricing tier, and the AI outputs the visual asset directly to your project directory.

Can I edit existing AI images using masks and style references?

Yes, you can edit existing images by applying masks and style references. This supports complex transformations by using multi-reference inputs, allowing you to isolate specific areas and apply stylistic changes without altering the entire original image.

What is the best way to convert an image to an SVG vector file?

The best way to convert an image to an SVG vector file is through AI vectorization. This process traces your raster image to create scalable SVG graphics, ensuring you get production-ready vector assets for web, print, and branding.

Does this image generation workflow support background removal?

Yes, the image generation workflow supports background removal. You can process existing images to automatically strip their backgrounds, producing clean, isolated assets ready for immediate integration into your apps or websites.

How do I upscale an image without losing quality?

You can upscale an image without losing quality by running it through the AI upscaling script. This enhances image resolution by your specified scale factor, resulting in high-resolution assets suitable for production environments.

What are the limitations of using free AI image generation tiers?

Free AI image generation tiers, such as Cloudflare iterate, may have limitations in generation speed or output fidelity compared to paid Fal.ai tiers. You select between default, premium, or max tiers to balance cost and asset quality.