Ubiquitous Language
技能 已验证 活跃Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
To help teams define domain terms, build a consistent glossary, and harden terminology for better communication and code clarity.
功能
- Extracts domain-relevant terms from conversation
- Identifies and flags ambiguities and synonyms
- Proposes canonical terms with opinionated choices
- Saves glossary to UBIQUITOUS_LANGUAGE.md
- Outputs an inline summary
使用场景
- Defining domain terms for a new project
- Building a shared glossary for a team
- Hardening terminology for consistency
- Creating a ubiquitous language for DDD
非目标
- Generating code or class definitions
- Acting as a general-purpose summarization tool
- Replacing a full-fledged documentation system
Compliance
- info:GDPRThe skill processes conversation data which may include personal data, and while it does not submit this to a third party, it lacks specific sanitization steps for the LLM.
安装
npx skills add mattpocock/skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
DDD Aggregate
99Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs
Ddd Context
98Create and manage a DDD bounded context with standard directory structure
Domain Driven Design
98Model software around the business domain using bounded contexts, aggregates, and ubiquitous language. Use when the user mentions "domain modeling", "bounded context", "aggregate root", "ubiquitous language", "anti-corruption layer", "context mapping", "domain events", or "strategic design". Also trigger when splitting a monolith into services, defining microservice boundaries, or aligning code structure with business processes. Covers entities vs value objects, domain events, and context mapping strategies. For architecture layers, see clean-architecture. For complexity, see software-design-philosophy.
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Ddd Validate
99Validate domain boundaries -- detect cross-context import violations and aggregate invariant issues
OpenProse VM
99OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.