About
This skill integrates the power of ast-grep into Claude's environment, enabling high-precision code analysis and transformation based on Abstract Syntax Tree (AST) structures. By understanding the underlying syntax of the code rather than just treating it as text, this tool allows users to find specific function calls, React hooks, imports, and logic patterns across multiple languages including JavaScript, Python, and Go. It is particularly valuable for performing large-scale refactoring, auditing codebases for security anti-patterns, and navigating complex repositories where simple grep would return too many false positives.