OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add vinvcn/mattpocock-skills-zh-cn --skill ubiquitous-language
从当前对话提取 DDD 风格的 ubiquitous language glossary,标记歧义并提出标准术语。保存到 UBIQUITOUS_LANGUAGE.md。适用于用户想定义领域术语、构建词汇表、收紧术语、创建通用语言,或提到 “domain model” / “DDD” 时。
npx skills add vinvcn/mattpocock-skills-zh-cn --skill ubiquitous-language
从当前 conversation 中提取并形式化 domain terminology,整理成一致 glossary,并保存到本地文件。
UBIQUITOUS_LANGUAGE.md,在 working directory 中使用下面格式写一个 UBIQUITOUS_LANGUAGE.md 文件,结构如下:
Dev: "How do I test the sync service without Docker?"
Domain expert: "Provide the filesystem layer instead of the Docker layer. It implements the same Sandbox service interface but uses a local directory as the sandbox."
Dev: "So sync-in still creates a bundle and unpacks it?"
Domain expert: "Exactly. The sync service doesn't know which layer it's talking to. It calls
execandcopyIn— the filesystem layer just runs those as local shell commands."
在同一 conversation 中再次调用时:
UBIQUITOUS_LANGUAGE.md