[FEATURE] Ship Claude Code with default settings for coding standards or best practises
Preflight Checklist
- [x] I have searched existing requests 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 activated or deactivated in settings.
Priority
Medium - Would be very helpful
Feature Category
Configuration and settings
Use Case Example
This would save time and improve the quality of the code generated. Making the code more stable and easier to change going forward. So it would save both time and resources for both Anthropic and Claude Code users.
Additional Context
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗