skills/ubiquitous-language/SKILL.md
Extract and maintain a DDD-style ubiquitous language glossary for a project. Use when user wants to define domain terms, build a glossary, check terminology consistency, or onboard with domain language.
npx skillsauth add RonanCodes/ronan-skills ubiquitous-languageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build and maintain a glossary of domain terms so the team (and Claude) uses consistent language across code, docs, and conversation.
/ubiquitous-language --scan # Scan codebase, build/update GLOSSARY.md
/ubiquitous-language --check # Audit codebase for inconsistent terminology
/ubiquitous-language --add <term> # Add a new term interactively
Default (no flag): run --scan.
Read project context — scan these files (skip any that don't exist):
CLAUDE.md, README.md, package.json / Cargo.toml / go.mod**/types.ts, **/models/**, **/schema*, **/domain/****/entities/**, **/interfaces/**, **/*.graphql, **/*.protoGLOSSARY.md (to preserve manually added terms)Extract domain terms — look for:
[manual]Deduplicate and define — for each term:
Write GLOSSARY.md at project root using the format below.
Present a summary — show how many terms were found, any new terms added since last scan, and any suspected inconsistencies.
Read GLOSSARY.md — if it doesn't exist, tell the user to run --scan first.
For each term that has Aliases to Avoid, search the codebase for those aliases:
node_modules, dist, build, .git)Report findings as a table:
| File | Line | Found | Should Be |
|------|------|-------|-----------|
| src/api.ts | 42 | `account` | `user` (per glossary) |
Use AskUserQuestion for each:
Append to GLOSSARY.md (create it if missing). Mark as [manual] so --scan preserves it.
# Ubiquitous Language
> Domain glossary for this project. Auto-generated by `/ubiquitous-language`.
> Terms marked `[manual]` were added by hand and are preserved across scans.
| Term | Definition | Aliases to Avoid | Used In |
|------|-----------|-----------------|---------|
| Vault | A self-contained wiki with its own git repo | repository, folder, workspace | `vaults/`, CLAUDE.md |
| Ingest | Import and process a source into wiki pages | import, add, fetch | `.claude/skills/ingest/` |
| Story `[manual]` | A vertical slice of work in a PRD | task, ticket, issue | `.ralph/prd.json` |
[manual] terms. Never remove or overwrite terms tagged [manual] during a scan.testing
--- name: linear-pipeline description: The Fable orchestrator for a single dispatched Linear ticket. Holds almost no context itself; it receives `--issue <ID> --detached`, decides the stage sequence, and fans out a sub-agent per stage, passing forward only each stage's artifact (never re-derived, never inlined into its own context). Step zero, before any planning or stage routing, is a boundary triage against `canon/security-boundary.md` (#199): a match tags Ronan Connolly and stops the run, no
development
--- name: in-your-face description: Capture a chat-only answer into a durable artifact (markdown + HTML, PDF when cheap) and launch it automatically so the user cannot miss it. Use when user says "in your face", "don't let me lose this", "save that answer", "make that durable", or right after answering a substantive side question (a recipe, comparison, how-to, or generated prompt) that would otherwise die with the context. category: workflow argument-hint: [--no-open] [--vault <short>] [hint of
tools
One-shot headless OpenAI Codex CLI calls for background/admin AI tasks — summaries, classification, extraction, admin glue. The default engine for anything that runs AI constantly in the background (daemon-driven, per-event), because it bills the flat ChatGPT subscription instead of Claude usage or per-token API spend, and it keeps working while Claude is rate-limited. NEVER for coding — coding stays Claude. Use when a skill or daemon needs a cheap always-on AI call, when the user says "use codex", "ask codex", "codex as backup", or when building a background summarizer/classifier into a listener or loop. Reads auth from ~/.codex/auth.json (ChatGPT account, no API key).
research
Turn a warranty rejection, repair quote, or RMA email into a cited decision brief — legal read (NL/EU consumer law), is the part user-serviceable, live part and new-unit prices, repair-vs-DIY-vs-new economics, before-you-send-it checklist, deadlines. Use when the user pastes or screenshots a repair quote, warranty rejection, "not covered" email, onderzoekskosten fee, or asks "should I repair or replace this".