Context-engineering-kit ddd:setup-code-formating

Sets up code formatting rules and style guidelines in CLAUDE.md

install
source · Clone the upstream repo
git clone https://github.com/NeoLabHQ/context-engineering-kit
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeoLabHQ/context-engineering-kit "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/ddd/skills/setup-code-formating" ~/.claude/skills/neolabhq-context-engineering-kit-ddd-setup-code-formating && rm -rf "$T"
manifest: plugins/ddd/skills/setup-code-formating/SKILL.md
source content

Setup Architecture Memory

Create 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