Sets up code formatting rules and style guidelines in CLAUDE.md
Creates CLAUDE.md with code formatting rules (no semicolons, single quotes, 2-space indent) for consistent style across your project. Use this to standardize code formatting before starting development.
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install ddd@context-engineering-kitNone required - creates standard formatting configurationCreate or update CLAUDE.md in with following content, <critical>write it strictly as it is<critical>, do not summaraise or introduce and new additional information:
## Code Style Rules
### Code Formatting
- No semicolons (enforced)
- Single quotes (enforced)
- No unnecessary curly braces (enforced)
- 2-space indentation
- Import order: external → internal → types