ddd:setup-code-formating

Create a code formatting configuration and embed it in CLAUDE.md.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dalawwa/labor-methods --skill ddd-setup-code-formating
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ddd:setup-code-formating
Source: https://github.com/dalawwa/labor-methods/tree/main/.cek/plugins/ddd/skills/setup-code-formating
Command: npx skills add https://github.com/dalawwa/labor-methods --skill ddd-setup-code-formating

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates a standard code formatting configuration and documents it in CLAUDE.md to unify coding style across projects.

Core Features & Use Cases

  • Generates a concise formatting configuration that enforces no semicolons (enforced), single quotes (enforced), no unnecessary curly braces (enforced), 2-space indentation, and import order external → internal → types.
  • Embeds the configuration documentation into CLAUDE.md for onboarding and future reference.
  • Useful for teams aiming to enforce consistent style across repositories and CI gates.

Quick Start

Create and insert a standard code formatting configuration into CLAUDE.md.

Frequently Asked Questions about ddd:setup-code-formating

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce consistent code formatting across multiple projects?▼

To enforce consistent code formatting, generate a standard style configuration and embed it into CLAUDE.md. This unifies coding style rules, such as indentation and import order, across repositories and CI gates.

What code formatting rules can I document in CLAUDE.md?▼

Code formatting rules for CLAUDE.md include no semicolons, single quotes, no unnecessary curly braces, 2-space indentation, and import order from external to internal to types.

How do I set up automated lint and style guide checks for my codebase?▼

Set up automated lint and style guide checks by creating a standard formatting configuration and applying it across your software projects to enable consistent style enforcement and automated validation.

Can I use this code formatting configuration for team onboarding?▼

Yes, the formatting configuration is embedded into CLAUDE.md specifically for onboarding and future reference, helping teams enforce consistent style across repositories.

Does this formatting setup require any external dependencies?▼

No, this code formatting setup requires no external dependencies. It creates a standard configuration embedded directly into CLAUDE.md to enforce style rules without additional tooling requirements.