My only customization is about tech stack I use & preferences re: generated code. For example if generating for node.js, use import rather than require, prefer fetch() to third party packages, use package A rather than B for sqlite. If generating for C++, make it C-like as much as possible. Etc.