retype
Installation
SKILL.md
retype-cli
TypeScript refactoring built on ts-morph. AST-aware — safe renames, extractions, and reference finding across the entire codebase.
Finding Symbols
Search for functions, classes, or types:
bunx retype-cli search linearGraphQL -p ./src --list
bunx retype-cli search "create.*Component" --regex -p ./src --list
bunx retype-cli search myFunction --body -p ./src # Show code body
Finding References
See every usage of a symbol: