NeoLabHQ

ddd:setup-code-formating

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

NeoLabHQ 1,482 154 Updated 6mo ago
GitHub

Install

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

Install via the SkillsCat registry.

About this skill

The skill creates or updates a CLAUDE.md file that defines code formatting rules such as no semicolons, single quotes, no unnecessary curly braces, two‑space indentation, and a specific import order. It solves the need for consistent style across a codebase, and should be used when a project requires standardized formatting guidelines.

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