·clean-code
</>

clean-code

干净代码原则(DRY、KISS、YAGNI)、命名约定、功能设计和重构。当用户说“清理此代码”、“重构”、“提高可读性”或检查代码质量时使用。

15安装·4热度·@decebals

安装

$npx skills add https://github.com/decebals/claude-code-java --skill clean-code

如何安装 clean-code

通过命令行快速安装 clean-code AI 技能到你的开发环境

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

来源:decebals/claude-code-java。

SKILL.md

查看原文

| 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
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from decebals/claude-code-java

快速解答

什么是 clean-code?

干净代码原则(DRY、KISS、YAGNI)、命名约定、功能设计和重构。当用户说“清理此代码”、“重构”、“提高可读性”或检查代码质量时使用。 来源:decebals/claude-code-java。

如何安装 clean-code?

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

这个 Skill 的源码在哪?

https://github.com/decebals/claude-code-java