AI product Open source
Dream Loop is an AI agent skill for building games, apps, and 3D scenes toward a visual target. It uses image generation to create a target screenshot, builds the scene—such as a Three.js scene in a browser—and has a separate vision-enabled critic compare the live screenshot with the target and provide feedback; the agent then iterates on the build and can optionally generate an improved target from the current state. Blender can be used for custom 3D modeling through Blender MCP or scripting. The skill can be installed with `npx skills add achimala/dream-loop` or cloned into an agent's skills directory, and requires an agent with image-generation access, vision input, and preferably subagents.
1 use taken from transcripts — each links to the moment in the video.
An agent skill that builds 3D scenes toward a target screenshot, then uses a critic agent to compare the result and iterate. It creates scenes in 3JS and optionally supports Blender for custom modeling.
1 in the library.