ubiquitous-language
仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
帮助团队固化统一术语,降低沟通歧义,适合产品与领域建模阶段。
这个 Skill 做什么
从对话中抽取并格式化领域术语,生成统一的术语表文件。
从当前对话里抽出领域术语,整理成统一的词表并保存为 UBIQUITOUS_LANGUAGE.md,顺便标注歧义、同义词和建议的标准用词。适合在构建领域模型、做 DDD 或团队需要统一术语时使用。特别之处是把聊天里的零散概念结构化,给出可操作的规范建议,减少沟通摩擦。
▸ 展开 SKILL.md 英文原文
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".
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/deprecated/ubiquitous-language/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/deprecated/ubiquitous-language/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Ubiquitous Language Extract and formalize domain terminology from the current conversation into a consistent glossary, saved to a local file. ## Process 1. **Scan the conversation** for domain-relevant nouns, verbs, and concepts 2. **Identify problems**: - Same word used for different concepts (ambiguity) - Different words used for the same concept (synonyms) - Vague or overloaded terms 3. **Propose a canonical glossary** with opinionated term choices 4. **Write to `UBIQUITOUS_LANGUAGE.md`** in the working directory using the format below 5. **Output a summary** inline in the conversation ## Output Format Write a `UBIQUITOUS_LANGUAGE.md` file with this structure: ```md # Ubi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有