NeoLabHQ

ddd:setup-code-formating

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

NeoLabHQ 1,069 98 Updated 3mo ago
GitHub

Install

npx skillscat add neolabhq/context-engineering-kit/ddd-setup-code-formating

Install via the SkillsCat registry.

SKILL.md

Setup Architecture Memory

Create or update CLAUDE.md in with following content, write it strictly as it is, 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