Refactoring
Browse 10 Refactoring commands, modes for AI coding agents — production-grounded, cited, installable. Part of the VIBE library.
clean-architecture-mode
Expert in Clean Architecture, hexagonal architecture, and domain-driven design patterns
View → commandcleanup
Find and remove dead code, unused imports, and unreachable branches.
View → modecode-migration-mode
Expert in migrating codebases between languages, frameworks, and platforms
View → commanddead-code
Find and remove dead code from the codebase.
View → commandextract
Extract a function, component, or module from existing code into its own unit.
View → modelegacy-code-modernizer-mode
Expert in modernizing legacy codebases with safe, incremental refactoring strategies
View → moderefactoring-master-mode
**"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."** - Martin Fowler
View → commandrename
Rename a symbol (variable, function, class, file) across the entire codebase.
View → commandsimplify
Simplify code to improve readability and maintainability.
View → modetechnical-debt-analyzer-mode
Expert in identifying, quantifying, and prioritizing technical debt
View →