mflux-cli
Navigate MFLUX CLI capabilities, locate commands by area, and summarize supported features.
Install
mkdir -p .claude/skills/mflux-cli && curl -L -o skill.zip "https://mcp.directory/api/skills/download/2349" && unzip -o skill.zip -d .claude/skills/mflux-cli && rm skill.zipInstalls to .claude/skills/mflux-cli
About this skill
mflux CLI navigation
Use this skill to inventory CLI capabilities, summarize what the CLI supports, and guide where to look for commands without relying on brittle file paths. Because README examples can drift, prefer verifying support against the current CLI entrypoints.
When to use
- You need to list supported CLI features or commands.
- You need to find where a capability is implemented in the CLI.
- You are documenting or refactoring CLI features and want a stable map.
- A user asks for CLI help, e.g., “Can you help me generate an image using z-image?”, “Which model is best?”, etc.
How to find commands (structure, not exact paths)
- Common/shared CLI arguments live in the central CLI parser module.
- Model-specific CLI entrypoints live under each model's CLI package.
- Repo-level CLI helpers (completions, defaults) live under the shared CLI package.
- Utilities may add standalone CLIs (e.g., metadata info, LoRA library).
Best practices when constructing CLI calls
- Inference steps: When constructing a CLI call for any model, always check
MODEL_INFERENCE_STEPSand use the model's default/recommended step count unless the user explicitly asks for a different value. This is especially important for distilled/non-base variants (for examplefibo-lite,z-image-turbo, and other*-turbo/*-litemodels), where using full/base-model step counts is usually counterproductive. - Resource/inspection flags: Mention
--low-ramto reduce memory usage and--stepwise-image-output-dirfor stepwise outputs when useful. - Python API requests: If a user asks for the Python API, treat the equivalent CLI script as the best starting reference for the underlying parameters and defaults.
- CLI implementation changes: When adding or changing CLI behavior, prefer extending shared parser methods and shared helpers before adding manual one-off arguments or save paths in a model CLI.
- Docs/examples drift: If CLI defaults, supported flags, or recommended usage changed, update the matching README examples in the same pass.
Capability inventory (current)
Core generation
- Text-to-image across Flux, Flux2, Qwen, Z-Image Turbo, FIBO.
- Image-to-image where supported (Flux, Qwen, Z-Image Turbo, FIBO).
Editing and conditioning
- Kontext image conditioning.
- In-context editing and reference-image workflows.
- CATVTON (virtual try-on).
- Redux multi-image conditioning.
- ControlNet (Canny).
- Depth conditioning.
- Fill / inpainting.
- Flux2 Edit and Qwen Edit (multi-image edit).
Upscaling
- SeedVR2 diffusion upscaler (preferred).
- Flux ControlNet upscaler (legacy).
Model management
- Quantized inference and saving quantized models.
- Local model path loading (with base-model hints when needed).
LoRA
- Load LoRAs, multi-LoRA, scale control.
- In-context style LoRA shortcuts.
- LoRA library lookup tool.
Metadata and reproducibility
- Export JSON metadata per image.
- Reuse prior parameters from metadata config files.
- Inspect metadata from existing images.
Prompt tooling
- Prompt files.
- Negative prompts where supported (not supported for Flux2).
Training
- LoRA finetuning.
Utilities
- DepthPro depth-map extraction.
- FIBO VLM prompt inspire/refine tools.
More by filipstrand
View all skills by filipstrand →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversEnhance your business management process software with Background Job, enabling BPM in software via asynchronous long-ru
CLI Exec offers a powerful CLI interface for command line execution, with timeout, ANSI code stripping, and error handli
UniFuncs offers a TypeScript bridge to the google web search api, enabling web search and reading with Express and NPX.
Web Audit scans Node.js package.json, runs npm audit, and creates markdown reports by severity for automated security as
AI-driven control of live Chrome via Chrome DevTools: browser automation, debugging, performance analysis and network mo
Serena is a free AI code generator toolkit providing robust code editing and retrieval, turning LLMs into powerful artif
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.