01Find and extract code blocks by symbol name(s) from files with `read_symbol`.
02Import and inspect JavaScript/TypeScript module properties with `import_symbol`.
03Perform intelligent search and replace operations with `search_replace`, handling whitespace and multiple matches.
04Insert or replace text at precise line ranges for surgical code modifications with `insert_text`.
05Optimize code by stripping comments, collapsing newlines, and normalizing indentation for AI context processing.
060 GitHub stars