·ddd-knowledge
</>

ddd-knowledge

DDD architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Domain-Driven Design audits.

8Installs·0Trend·@dykyi-roman

Installation

$npx skills add https://github.com/dykyi-roman/awesome-claude-code --skill ddd-knowledge

How to Install ddd-knowledge

Quickly install ddd-knowledge AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/dykyi-roman/awesome-claude-code --skill ddd-knowledge
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: dykyi-roman/awesome-claude-code.

SKILL.md

View raw

Quick reference for DDD architecture patterns and PHP implementation guidelines.

Rule: Dependencies point INWARD. Domain has ZERO external dependencies.

| Domain | Entities, Value Objects, Aggregates, Domain Services, Repository Interfaces, Domain Events | Nothing | | Application | Use Cases, DTOs, Application Services | Domain | | Infrastructure | Repository Implementations, External APIs, DB, Cache, Queue | Domain, Application | | Presentation | Controllers, Actions, Request/Response, CLI | Application |

DDD architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Domain-Driven Design audits. Source: dykyi-roman/awesome-claude-code.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dykyi-roman/awesome-claude-code --skill ddd-knowledge
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from dykyi-roman/awesome-claude-code

Quick answers

What is ddd-knowledge?

DDD architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Domain-Driven Design audits. Source: dykyi-roman/awesome-claude-code.

How do I install ddd-knowledge?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dykyi-roman/awesome-claude-code --skill ddd-knowledge Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/dykyi-roman/awesome-claude-code