Domain-Driven Design (DDD) modeling and architectural guidance. Used to create domain models, design bounded contexts, and implement aggregate roots, entities, value objects, domain services, and domain events. Supports strategic design (context mapping, subdomain partitioning) and tactical design (aggregates, repositories, factory patterns). Use when performing domain modeling, microservice partitioning, or designing complex business logic.
DDD Skill 是一个专门为 AI Agent 设计的领域驱动设计(Domain-Driven Design)建模技能。该技能提供完整的 DDD 方法论指导,帮助开发者和架构师进行领域建模、限界上下文划分和战术模式实现。
npx openskills install kuangmi-bit/ddd-skill
npx openskills install https://github.com/kuangmi-bit/ddd-skill.git
当您需要:
ddd/
├── SKILL.md # 主技能文档
├── references/
│ ├── strategic-design.md # 战略设计详解
│ ├── tactical-design.md # 战术设计模式
│ └── patterns.md # DDD架构模式
├── package.json
├── LICENSE
└── README.md
MIT License - 详见 LICENSE 文件
欢迎提交 Issue 和 Pull Request!
DeepArchi Team
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer