Claude Code often makes technically working but "bad" coding mistakes (e.g., massive files, business logic in UI components). The user requests default settings to enforce coding standards or best practices.
### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem Statement I have caught Claude Code making a lot of coding mistakes that technically work but would still be considered bad code. For example: massive files that should be refactored, business logic added directly into UI components, storing relational data as JSON in the database instead of using proper table relations, and not using inheritance when it is obviously the best solution. It would be nice if the intelligence could handle that better. ### Proposed Solution Global settings per programming language. This should be able to be defined on a business level so a company can adapt or define the coding standards for their employees. ### Alternative Solutions Linking to sites with coding standards, that can be