什么是 elegant-code?
用于生成、审查和改进优雅代码的与语言无关的规则手册。在编写新代码、重构现有代码、检查代码质量或用户要求“优雅”、“干净”、“可维护”或“结构良好”的代码时使用。适用于任何编程语言或框架。 来源:oleksandrkucherenko/e-bash。
用于生成、审查和改进优雅代码的与语言无关的规则手册。在编写新代码、重构现有代码、检查代码质量或用户要求“优雅”、“干净”、“可维护”或“结构良好”的代码时使用。适用于任何编程语言或框架。
通过命令行快速安装 elegant-code AI 技能到你的开发环境
来源:oleksandrkucherenko/e-bash。
Elegant code = Correctness + Clarity + Minimal complexity + Natural efficiency + Easy change.
Not "shortest" or "cleverest." The solution that makes readers think: "Of course. That's simple, right, and hard to mess up."
| Clarity & solution | Cleverness & brevity | | Humans first | Machine first (humans decode) | | Low complexity | High complexity | | Easy to debug/change | Fragile and opaque | | "Of course!" | "Wait… how?" |
用于生成、审查和改进优雅代码的与语言无关的规则手册。在编写新代码、重构现有代码、检查代码质量或用户要求“优雅”、“干净”、“可维护”或“结构良好”的代码时使用。适用于任何编程语言或框架。 来源:oleksandrkucherenko/e-bash。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/oleksandrkucherenko/e-bash --skill elegant-code用于生成、审查和改进优雅代码的与语言无关的规则手册。在编写新代码、重构现有代码、检查代码质量或用户要求“优雅”、“干净”、“可维护”或“结构良好”的代码时使用。适用于任何编程语言或框架。 来源:oleksandrkucherenko/e-bash。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oleksandrkucherenko/e-bash --skill elegant-code 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/oleksandrkucherenko/e-bash