fltman
- 3 skills
- 0 followers
- 15 hours ago last updated
- ▌ Gemini Imagegen · fltman bundleGenerate AI images using Google Gemini via OpenRouter. Use when the user wants to create images, generate pictures, make AI art, edit images, or transform photos. Supports both text-to-image and image-to-image generation.
- ▌ Screenshot · fltman bundleCapture macOS screenshots from Claude Code — full screen, a specific display, an exact region by coordinates, an interactively-dragged rectangle, or a specific window (by ID or by clicking). Saves PNGs to /tmp/claude-screenshots/ and returns the path so Claude can read the image multimodally with the Read tool. Use whenever the user asks to take a screenshot, capture the screen, grab a window, screencap something, or wants Claude to see what's on their screen — including UI debugging where Claude needs to see the actual rendered output, or when the user describes a visual problem and seeing it directly would help.
- ▌ Loop Engineer · fltman bundleSet up, scaffold, and administer agentic loops in Claude Code — headless while-loops around `claude -p`, evaluator-optimizer (generator/critic) loops, meta / prompt-refinement loops (a loop that refines the prompts another loop runs), and orchestrator fan-out. Every loop ships with non-negotiable guardrails: a verifiable exit condition, a max-iteration cap, and in-code budget enforcement. Use whenever the user wants to build, design, run, wire, or supervise loops / agent loops / "loop engineering" / nested sub-loops, or asks how to make Claude prompt Claude on a schedule or until a goal is met.