ln-33-code-modernizer
仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 17 小时前
▸ 精选理由
强调量化价值与可回退性,适合逐步消除技术债务。
▸ 风险提示
重构或迁移可能引入回归,需完整测试与备份。
这个 Skill 做什么
在保留行为与可回退性的前提下现代化某一有限功能以降低维护成本。
在保留原有行为和可回退性的前提下,把某个有限功能的老旧实现现代化,目标是降低维护、依赖和交付成本。适用于有明确价值收益的改造,不用于日常升级或微调。整个迁移要可隔离、易回退,没带来净值就撤回修改。
▸ 展开 SKILL.md 英文原文
Modernizes a bounded capability by removing obsolete custom mechanisms or reducing bundle and maintenance cost. Use for proven modernization value; not routine upgrades or tuning.
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/optimization-suite/skills/ln-33-code-modernizer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/optimization-suite/skills/ln-33-code-modernizer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Code Modernizer **Goal:** Modernize a bounded capability only when the new design measurably reduces human workflow friction, maintenance, risk, dependency duplication, or delivered artifact cost. Preserve behavior, isolate migrations, and revert changes that do not create net value. **Execution contract:** Treat the ordered checkbox workflow below as this skill's Definition of Done. Work through every item in order, and mark it complete only when its action and required evidence are complete. `N/A`, skipped, unavailable, or delegated items remain incomplete. Before returning, apply this skill's verdict, decision, and approval rules to every incomplete item and prepend **Checklist: X/Y c
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有