소개
This skill integrates the powerful ast-grep tool into the Claude Code environment, enabling developers to perform complex code modifications that standard regular expressions cannot reliably handle. By understanding the underlying code structure, it allows for finding specific function signatures, replacing API patterns across large repositories, and enforcing code quality by detecting anti-patterns like empty catch blocks or unsafe shell calls. It is an essential utility for large-scale migrations, security audits, and maintaining consistent code standards across diverse programming languages including TypeScript, Python, Rust, and Go.