dsh-deprecation
开发工具 活跃维护

dsh-deprecation

satan9394/dsh-deprecation

提供代码弃用状态自动识别、安全移除链路与迁移生命周期管理能力,受高星开源agent-skills项目启发,可帮助开发者规范化处理废弃代码,降低技术债务与安全风险。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-deprecation
git clone https://github.com/satan9394/dsh-deprecation.git
git clone git@github.com:satan9394/dsh-deprecation.git
README.md main

dsh-deprecation

弃用与迁移:代码是负债。安全移除旧系统/API/功能,规划迁移生命周期
(并行运行 → 灰度切换 → 弃用 → 清理收尾)。

addyosmani/agent-skills
(88k★ MIT)的 deprecation-and-migration 技能启发,改编为 DSH
中文原创精简版。

安装

dsh plugin --profile web add dsh-deprecation
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-deprecation
# 重启 dsh web 生效

使用

对 agent 说"下线这个功能 / 弃用这个 API / 迁移方案",
deprecation 技能输出迁移计划 + 阶段化弃用流程。

结构

dsh-deprecation/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/deprecation/SKILL.md

License

MIT。原创精简改编,灵感来自 addyosmani/agent-skills(MIT)。