·naming-conventions
</>

naming-conventions

phrazzld/claude-config

应用通用命名原则:避免 Manager/Helper/Util,使用意图揭示的名称、领域语言、动词+名词功能。在命名变量、函数、类、检查名称或为了清晰而重构时使用。与语言无关的原则。

9安装·2热度·@phrazzld

安装

$npx skills add https://github.com/phrazzld/claude-config --skill naming-conventions

SKILL.md

Universal principles for clear, intention-revealing names. Language-agnostic—applies to TypeScript, Go, Rust, Python, etc.

These are Ousterhout red flags — they're vague and don't reveal what the code does.

Why: Naming forces design thinking. If you can't name it specifically, you don't understand what it does.

应用通用命名原则:避免 Manager/Helper/Util,使用意图揭示的名称、领域语言、动词+名词功能。在命名变量、函数、类、检查名称或为了清晰而重构时使用。与语言无关的原则。 来源:phrazzld/claude-config。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/phrazzld/claude-config --skill naming-conventions
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 naming-conventions?

应用通用命名原则:避免 Manager/Helper/Util,使用意图揭示的名称、领域语言、动词+名词功能。在命名变量、函数、类、检查名称或为了清晰而重构时使用。与语言无关的原则。 来源:phrazzld/claude-config。

如何安装 naming-conventions?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/phrazzld/claude-config --skill naming-conventions 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/phrazzld/claude-config