·code-simplifier
</>

code-simplifier

duc01226/easyplatform

簡化和細化代碼,以提高清晰度、一致性和可維護性,同時保留所有功能。除非另有說明,否則重點關注最近修改的代碼。

9安裝·0熱度·@duc01226

安裝

$npx skills add https://github.com/duc01226/easyplatform --skill code-simplifier

SKILL.md

Simplify and refine code for clarity, consistency, and maintainability.

| Nesting depth | > 3 levels | Flatten with guard clauses | | Method length | > 20 lines | Extract focused methods | | Duplicated code | 2+ occurrences | Apply DRY, use platform patterns | | Naming clarity | Unclear intent | Make self-documenting |

| Reduce nesting | Flatten deep if/else chains with guard clauses | | Extract methods | Break long methods into focused units | | Simplify conditionals | Use early returns, named booleans | | Remove duplication | Apply DRY, use platform patterns | | Improve naming | Make code self-documenting |

簡化和細化代碼,以提高清晰度、一致性和可維護性,同時保留所有功能。除非另有說明,否則重點關注最近修改的代碼。 來源:duc01226/easyplatform。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/duc01226/easyplatform --skill code-simplifier
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 code-simplifier?

簡化和細化代碼,以提高清晰度、一致性和可維護性,同時保留所有功能。除非另有說明,否則重點關注最近修改的代碼。 來源:duc01226/easyplatform。

如何安裝 code-simplifier?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/duc01226/easyplatform --skill code-simplifier 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/duc01226/easyplatform