bycodealive-ai· 23 skills
Maintain a project thesaurus (domain glossary) following DDD ubiquitous language principles. Use PROACTIVELY when naming anything: variables, functions, classes, modules, database fields, API endpoints, events, files, or directories. Also use when the user asks to "create thesaurus", "update glossary", "add term", "rename to match domain", "check naming consistency", "what should I call this", "domain language", "ubiquitous language", or "naming conventions". Ensures all names in the codebase are consistent, descriptive, and aligned with the shared domain vocabulary. Not for general code style or linting — only for domain term consistency.
$npx -y skills add codealive-ai/ai-driven-development --skill ubiquitous-languageInstalls into the current project.
Run `npx skills use "https://github.com/codealive-ai/ai-driven-development" --skill "codealive-ai/ai-driven-development/ubiquitous-language"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/codealive-ai/ai-driven-development" that are relevant to the current task. Run `npx skills add "https://github.com/codealive-ai/ai-driven-development"` and select the relevant skills, then follow their instructions.