Open-source skill for AI agents to build importable Retool apps

Hey everyone,

We've open-sourced a skill that lets AI coding agents (Claude Code, Cursor, Cline, etc.) build complete, importable Retool apps from natural language prompts.

What it does:

  • Build β€” describe what you need, get a zipped app ready to import
  • Edit β€” add components to an existing app (search bars, filters, modals)
  • Improve β€” audit an app against production best practices and fix issues

It handles the tricky parts of ToolScript β€” position math, ID generation, nesting rules, query wiring, event chains β€” so the agent doesn't silently produce apps that fail on import.

Comes with 8 Python scripts (validate, scaffold, add components/queries, etc.), 6 example apps, and a condensed ToolScript cheatsheet.

Repo: GitHub - onsen-ai/retool-app-builder-skill: Claude Code skill for building, editing, and improving importable Retool apps using ToolScript. Includes validation, scaffolding, and 8 automation scripts. Β· GitHub

We tested it against 3 eval scenarios and it produced valid, importable apps 100% of the time vs 81% without the skill.

Would love feedback from the community β€” especially if you try importing the example apps or generating your own. PRs welcome!

4 Likes

This is super cool Dobo. I remember your talk in the London event last year, and I was impressed by how you and your team are using retool, and this definitely takes it to another level.

Have you tried something similar for workflows?

Hey Dobo! Tanner from the Retool Product Team here. :waving_hand:
Thanks a ton for sharing! Super cool!

We’re looking into ways to make App Building via external coding agents more of a first-class feature.

Send me a note at tanner@retool.com and I’d love to chat more

1 Like