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.
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!