deprecation-and-migration

仓库创建 2026年7月5日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合规划逐步迁移与用户通知策略。

这个 Skill 做什么

管理功能弃用与迁移流程,降低维护成本与破坏面。

把功能弃用和迁移当成工程化流程来管理,包含通知、兼容策略、迁移步骤与回滚方案,目的是降低维护成本和破坏面。会在要下线旧 API、合并功能或把用户迁到新实现时使用。强调渐进迁移、可观测与阶段性回滚,确保体验平滑且风险可控。

▸ 展开 SKILL.md 英文原文

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

开发编程弃用迁移兼容性通用
0
Stars
0
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/deprecation-and-migration/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/deprecation-and-migration/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Deprecation and Migration

## Overview

Code is a liability, not an asset. Every line of code has ongoing maintenance cost — bugs to fix, dependencies to update, security patches to apply, and new engineers to onboard. Deprecation is the discipline of removing code that no longer earns its keep, and migration is the process of moving users safely from the old to the new.

Most engineering organizations are good at building things. Few are good at removing them. This skill addresses that gap.

## When to Use

- Replacing an old system, API, or library with a new one
- Sunsetting a feature that's no longer needed
- Consolidating duplicate implementations
- Removing dead code that nobody owns
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有