·domain-language-types
</>

domain-language-types

marius-townhouse/effective-typescript-skills

Use when naming types. Use when types describe structure not meaning. Use when domain experts won't understand type names.

2Installs·0Trend·@marius-townhouse

Installation

$npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill domain-language-types

SKILL.md

A type named INodeNameValueData tells you nothing. A type named APIResponse or CustomerOrder tells you everything. Use the language of your business domain, not the language of data structures.

What IS an IEntityWithIdAndName? A user? A product? A category?

The structure is similar, but the names communicate different meanings.

Use when naming types. Use when types describe structure not meaning. Use when domain experts won't understand type names. Source: marius-townhouse/effective-typescript-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill domain-language-types
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is domain-language-types?

Use when naming types. Use when types describe structure not meaning. Use when domain experts won't understand type names. Source: marius-townhouse/effective-typescript-skills.

How do I install domain-language-types?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill domain-language-types Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/marius-townhouse/effective-typescript-skills