From eidos
Helps identify canonical names for files, functions, and variables to maintain consistent naming across the codebase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/eidos:true-nameThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
true-name.md
true-name.md
npx claudepluginhub agenticnotetaking/eidos --plugin eidosEnforces precise naming for variables, functions, classes, files, and identifiers. Bans vague names like data/temp/result/info/handle/manager; promotes semantic accuracy and domain-specific terms via specificity ladder.
Suggests improved names for variables, functions, classes, files, DB tables, and API endpoints using language-specific conventions like camelCase or snake_case.
Choosing meaningful, pronounceable names that reveal intent for functions, variables, classes, and modules.