From kt
Analyze the codebase to discover and extract the ubiquitous language. Identify domain terms, their definitions, and how consistently they are used.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kt:find-ubiquitous-languageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the codebase to extract the ubiquitous language — the shared vocabulary between developers and domain experts that should be consistently reflected in the code.
Analyze the codebase to extract the ubiquitous language — the shared vocabulary between developers and domain experts that should be consistently reflected in the code.
Scan the domain layer: Read domain models, entities, value objects, aggregates, services, and events to identify key domain terms.
Scan supporting layers: Check application services, API endpoints, database schemas, and documentation for additional terms and potential inconsistencies.
Build the glossary: For each discovered term, record:
User vs Account vs Customer for the same entity)Identify problems:
Output format:
## Ubiquitous Language: <project name>
### Glossary
| Term | Definition | Code Locations | Issues |
|-------------|--------------------------------|-------------------------|---------------|
| Order | A customer's purchase request | `src/domain/Order.ts` | — |
| Customer | A registered buyer | `src/domain/User.ts` | Called "User" in code |
| ... | ... | ... | ... |
### Inconsistencies
#### 1. <Issue title>
- **Concept**: The business concept involved
- **Variants found**: List of different names used
- **Recommendation**: Which term to standardize on and why
### Missing Terms
- <Business concepts that should be explicit in code but aren't>
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub kt3k/skills --plugin kt