Deprecation Handler

Installation
SKILL.md

Deprecation Handler

This skill helps safely identify, assess, and migrate deprecated code to modern alternatives. It ensures systematic handling of deprecated APIs, types, functions, and modules.

When to Use

Invoke this skill when:

  • Encountering deprecation warnings in compiler/linter output
  • Modifying files containing deprecated code
  • Upgrading dependencies that introduce breaking changes
  • Reviewing code that uses legacy APIs or patterns
  • Planning refactoring work on older codebases
  • Investigating build warnings or IDE strikethrough indicators

Workflow

Step 1: Detect Deprecations

Related skills
Installs
First Seen