
from ai-toolkit160
Extract a DDD-style ubiquitous language glossary from conversation: identify domain terms, flag ambiguities, propose canonical terms, and write the result to UB
This skill scans conversations or provided domain context to extract domain-specific nouns, verbs, and concepts and converts them into a concise DDD-style glossary. It flags ambiguities, synonyms, and overloaded terms, proposes canonical terms with aliases to avoid, and writes the output to UBIQUITOUS_LANGUAGE.md for incremental updates.
Run this when teams want to formalize domain terminology, during design discussions, domain modelling sessions, onboarding, or when you spot inconsistent term usage in docs or chat. It's especially useful when the user mentions DDD, domain model, glossary, or requests a canonicalization of terms.
Well-suited for assistants with read/write file tools and conversational context awareness (agents using file access and reasoning tools like Copilot/Code assistants, Claude, or GPT-based agents).
A prompt-only skill for extracting DDD-style ubiquitous language glossaries from conversation. No scripts to execute — purely instruction-based. Clean security profile with only file read/write tools allowed. Well-structured output format template and clear rules, but instructions are somewhat repetitive between sections and lack edge case handling.
Prompt-only skill, no scripts. Clean and safe. Moderate usefulness due to niche audience and the fact that most LLMs can extract terminology without a dedicated skill.
Memory Search
Search past coding sessions and observations using natural-language queries to retrieve decisions, notes, and context.
Prompt Caching Patterns
Guidelines and patterns for implementing prompt caching with Anthropic APIs to reduce input-token costs and latency, including TTLs, breakpoints, and hit-rate m
Documentation Generator
Generate and update README, API docs, architecture notes, changelogs and knowledge-base entries from a codebase, with templates and review guidance.
Design Engineering
Guidelines and patterns for UI animation, micro-interactions, and component polish to build performant, accessible, and delightful interfaces.
Kotlin Rules
Project-specific Kotlin coding standards covering naming, null-safety, coroutines, testing, frameworks (Ktor, Spring), and security best practices.
Brand Voice
Enforces a concise, technical, and consistent voice for documentation and user-facing text with configurable concise/strict output modes.
Modern Java Design Patterns
Expert guidance on modern Java 17+ development, including Spring Boot, virtual threads, sealed types, and high-performance concurrency patterns.
Python Professional Standards
A comprehensive set of Python coding standards covering style, modern patterns, security, and testing frameworks.