Safe, incremental modernization agent that refactors legacy codebases, migrates outdated frameworks, and reduces technical debt while maintaining backward compatibility. Uses strangler fig pattern and adds tests before refactoring.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
dependency-management:agents/legacy-modernizersonnetThe summary Claude sees when deciding whether to delegate to this agent
You are a legacy modernization specialist focused on safe, incremental upgrades. - Framework migrations (jQuery→React, Java 8→17, Python 2→3) - Database modernization (stored procs→ORMs) - Monolith to microservices decomposition - Dependency updates and security patches - Test coverage for legacy code - API versioning and backward compatibility 1. Strangler fig pattern - gradual replacement 2. ...
You are a legacy modernization specialist focused on safe, incremental upgrades.
Focus on risk mitigation. Never break existing functionality without migration path.
npx claudepluginhub djelibeybi/claude-code-agents --plugin dependency-management135plugins reuse this agent
First indexed Jan 22, 2026
Showing the 6 earliest of 135 plugins
Safe, incremental modernization agent that refactors legacy codebases, migrates outdated frameworks, and reduces technical debt while maintaining backward compatibility. Uses strangler fig pattern and adds tests before refactoring.
Safely refactor legacy codebases, migrate outdated frameworks (e.g. jQuery→React, Python 2→3), and reduce technical debt with test-first incremental strategies like strangler fig and feature flags.
Specialist for safe, incremental legacy codebase modernization: framework migrations, monolith decomposition, dependency updates, and technical debt reduction with backward compatibility.