Original Reddit post

Made a small CLI for AI coding agents (Claude Code, Cursor, etc.) to design what they’re thinking and check it visually before writing real code. curl -fsSL assets.moltcode.com/install-designer.sh | bash -s – --skill ui What it does: The agent writes the design as a Lua file and renders it to an image, so you see the UI it has in mind before it commits to code Renders the same UI in multiple states (empty, loading, error, filled) from one file Designs are plain Lua, so they’re diffable, shareable, and can live in the repo next to the code Where it’s been useful for me: Visual brainstorming with the agent instead of reading paragraphs of description Getting alignment on what’s going to be built before it’s built Reviewing state variations without spinning up the app Try it and tell me what breaks or what’s missing. If there’s interest I’ll open source it. submitted by /u/sKrill0

Originally posted by u/sKrill0 on r/ClaudeCode