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