19prince/claude-odoo-builder — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Claude Code toolkit that turns it into a helper for building and managing an Odoo website.

I want one command that sets up a new client project, asks for the Odoo URL, database, login email, and whether it is staging or production, then creates the local config, tools, and instructions Claude should use. Passwords should stay local in an env file.

The tool should let Claude list pages, fetch page HTML with backups, validate Odoo friendly HTML, create or update pages, publish changes safely, and add scoped CSS fixes. It should also support fixing visual issues from screenshots, creating draft email mailings from markdown, building surveys from a simple YAML style definition, scaffolding installable Odoo modules, and migrating staging changes to production with dry run, backup, and rollback.

Use Python for the Odoo connection scripts, keep the workflows clear enough that Claude can follow them, and include a README with install and quick start steps. Look up current Odoo and Claude Code docs if needed.

Want more depth? Deep Reverse