What problem does it solve? The MFLUX repository exposes many model-specific CLI entrypoints whose flags and defaults drift from README examples, making it hard to know which commands exist and how to invoke them correctly. ## Core Features & Use Cases - Capability Inventory: Lists supported CLI features across text-to-image, image-to-image, editing, upscaling, LoRA, and training. - Command Location Guidance: Explains where shared parsers, model-specific entrypoints, and utility CLIs live without relying on brittle file paths. - Best-Practice Defaults: Enforces correct inference step counts per model (e.g., turbo/lite variants) and flags like --low-ram and --stepwise-image-output-dir. - Use Case: A user asks which model to use for fast image generation; the skill points to z-image-turbo with its recommended 9-step default instead of base-model step counts. ## Quick Start Ask the AI to list the MFLUX CLI commands available for generating an image with z-image-turbo including recommended steps and quantization flags.