This is ast-grep wrapped as a Claude skill, giving you syntax-aware code search instead of dumb text matching. You can find function calls, class definitions, and imports while ignoring strings and comments, then optionally refactor them with replacements. The pattern syntax is clean: $NAME for single nodes, $$$ for multiple, and it supports dry runs before you commit. Works across Python, JavaScript, TypeScript, Go, and other languages. The main win here is precision. When you need to rename a function or swap console.log for proper logging across a codebase, this beats regex every time because it actually understands code structure.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill ast-grep-find