Ddd
Added March 10, 2026 Source: Pawel Huryn
Configure standard code formatting for your project with this skill. It establishes consistent style guidelines, like indentation and quote usage, by updating your CLAUDE.md file.
Installation
This skill is self-contained. Copy the SKILL.md below directly into your project to get started.
.claude/skills/ddd/SKILL.md # Claude Code
.cursor/skills/ddd/SKILL.md # CursorOr install as a personal skill (available across all your projects):
~/.claude/skills/ddd/SKILL.mdYou can also install using the skills CLI:
npx skills add NeoLabHQ/context-engineering-kitRequires Node.js 18+.
SKILL.md
---
name: ddd:setup-code-formating
description: Sets up code formatting rules and style guidelines in CLAUDE.md
argument-hint: None required - creates standard formatting configuration
---
# 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:
```markdown
## Code Style Rules
### Code Formatting
- No semicolons (enforced)
- Single quotes (enforced)
- No unnecessary curly braces (enforced)
- 2-space indentation
- Import order: external → internal → types
```
Originally by Pawel Huryn, adapted here as an Agent Skills compatible SKILL.md.
This skill follows the Agent Skills open standard, supported by Claude Code, Cursor, Codex, Gemini CLI, and 20+ more editors.
Works with
Agent Skills format — supported by 20+ editors. Learn more