ast-grep — синтаксический поиск и рефакторинг кода
engineering
ast-grep-find is a Claude Code skill that performs structural code search and refactoring via the ast-grep MCP server, matching syntax tree patterns rather than raw text. It locates function calls, class definitions, imports, and other constructs while skipping occurrences inside string literals and comments. Search scope can be narrowed with a directory path or a glob pattern, and multiple languages are supported — Python, JavaScript, TypeScript, Go, and more. The `--replace` flag with metavariables like `$NAME`, `$
- #ast-grep
- #code-search
- #refactoring
- #syntax-aware
- #mcp-server