Skip to content
Skill

ubiquitous-language

by softspark

AI Summary

Extract and formalize domain terminology into a consistent glossary. 1. Scans conversation for domain-relevant nouns, verbs, and concepts 2. Identifies ambiguities, synonyms, and overloaded terms

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "ubiquitous-language" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/ubiquitous-language && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ubiquitous-language/SKILL.md "https://raw.githubusercontent.com/softspark/ai-toolkit/main/app/skills/ubiquitous-language/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Extract a DDD-style ubiquitous language glossary from the 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, or mentions DDD or domain model.

Usage

` /ubiquitous-language [domain or context] `

Ubiquitous Language

$ARGUMENTS Extract and formalize domain terminology into a consistent glossary.

What This Command Does

• Scans conversation for domain-relevant nouns, verbs, and concepts • Identifies ambiguities, synonyms, and overloaded terms • Proposes canonical glossary with opinionated term choices • Writes to UBIQUITOUS_LANGUAGE.md

Process

• Scan conversation for domain terms • Identify problems: • Same word used for different concepts (ambiguity) • Different words used for same concept (synonyms) • Vague or overloaded terms • Propose canonical glossary • Write to UBIQUITOUS_LANGUAGE.md • Output summary inline

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
137 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars137
Forks17
Issues0
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Cursor
Windsurf
Claude.ai
Copilot