什么是 clean-code?
干净代码原则(DRY、KISS、YAGNI)、命名约定、功能设计和重构。当用户说“清理此代码”、“重构”、“提高可读性”或检查代码质量时使用。 来源:decebals/claude-code-java。
干净代码原则(DRY、KISS、YAGNI)、命名约定、功能设计和重构。当用户说“清理此代码”、“重构”、“提高可读性”或检查代码质量时使用。
通过命令行快速安装 clean-code AI 技能到你的开发环境
来源:decebals/claude-code-java。
| DRY | Don't Repeat Yourself | Copy-pasted code blocks | | KISS | Keep It Simple, Stupid | Over-engineered solutions | | YAGNI | You Aren't Gonna Need It | Features "just in case" |
"Every piece of knowledge must have a single, unambiguous representation in the system."
| Class | PascalCase, noun | OrderService | | Interface | PascalCase, adjective or noun | Comparable, List | | Method | camelCase, verb | calculateTotal() | | Variable | camelCase, noun | customerEmail | | Constant | UPPERSNAKE | MAXRETRYCOUNT | | Package | lowercase | com.example.orders |
干净代码原则(DRY、KISS、YAGNI)、命名约定、功能设计和重构。当用户说“清理此代码”、“重构”、“提高可读性”或检查代码质量时使用。 来源:decebals/claude-code-java。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/decebals/claude-code-java --skill clean-code干净代码原则(DRY、KISS、YAGNI)、命名约定、功能设计和重构。当用户说“清理此代码”、“重构”、“提高可读性”或检查代码质量时使用。 来源:decebals/claude-code-java。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/decebals/claude-code-java --skill clean-code 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/decebals/claude-code-java