If you're building or maintaining Odoo modules and need to follow OCA conventions, this handles the grunt work. It scaffolds new modules with proper structure, validates against OCA standards (naming, manifest keys, file organization), and guides you through OpenUpgrade migrations between versions 14.0 to 19.0. The migration support is the standout bit here, with pre and post migration patterns for field renames, model changes, and value mapping. It includes scripts for both module generation and validation, plus enforces the little things like singular naming and proper author attribution. Saves you from memorizing OCA's specific folder structure and manifest format every time you start a module.
npx skills add https://github.com/miquelalzanillas/odoo-oca-convention-skill --skill odoo-oca-developer