From naming-is-hard
Canonical l'Aicluse naming and wording doctrine. Use when choosing, reviewing, or revising names or terminology for code symbols, files, directories, modules, packages, plugins, skills, CLI commands, config keys, APIs, events, database fields, domain language, feature names, project names, branch names, worktree names, commit messages, pull requests, issues, release notes, docs, UI copy, human communication, Dutch/English mixed-language wording, jargon translation, or any "what should this be called?" task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/naming-is-hard:naming-is-hardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<post-update-broadcast>
if [ -n "${CLAUDE_PLUGIN_ROOT:-}" ]; then
node "${CLAUDE_PLUGIN_ROOT}/bin/check-broadcast"
fi
If the command produces output, the naming-is-hard plugin was updated since the last time you saw the broadcast on this machine. Show the output verbatim in a markdown block, prefixed with one short sentence ("naming-is-hard was updated; here is what changed."). Then continue with the rest of this skill.
If the command produces no output, say nothing about updates and proceed.
The helper writes the sentinel only when stdout was non-empty, so a silent
run does not mark the version as seen. /whats-new naming-is-hard
re-shows the section on demand without touching the sentinel.
Use this skill as the canonical naming and wording source before inventing or normalizing names. The title points at the Phil Karlton line usually rendered as: "There are only two hard things in Computer Science: cache invalidation and naming things." Martin Fowler records the quote and its early web trail; David Karlton records it as something Phil used at Netscape.
Public attribution references:
AGENTS.md, CLAUDE.md,
CIRCUS.md, README.md, and any local domain docs that clearly own the
vocabulary.rg, git log, and neighboring code/docs to
find the existing term for the concept. A slightly imperfect established
name beats a fresh synonym that creates drift.#123.Read references/naming-doctrine.md when the task involves a nontrivial naming
choice, a rename, a cross-language wording decision, a branch/worktree/project
name, a commit or PR title/body, a user-facing message, or a category not
covered by the quick rules.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub epologee/laicluse-agent-fieldkit --plugin naming-is-hard