Applies pattern-based text transformations and bulk refactoring across entire codebases to automate repetitive code modifications.
MorphLLM Bulk Code Editor is a specialized Claude Code skill designed for high-efficiency, codebase-wide text transformations. It automates repetitive tasks such as migrating logging frameworks, updating API endpoints, and modernizing legacy syntax like converting var to const or require to import. By leveraging powerful Grep and Edit tools, it allows developers to execute complex search-and-replace operations with precision, ensuring consistency across hundreds of files while providing verification steps to maintain code integrity through impact analysis and testing.
Key Features
01Pre-transformation impact analysis
02Codebase-wide search and replace
030 GitHub stars
04Automated logging migration
05Pattern-based bulk transformations
06Syntax and import modernization
Use Cases
01Updating API endpoint versions across multiple service and client files
02Standardizing code styles like variable declarations and module imports
03Migrating legacy logging (console.log) to structured logger instances