Ast Grep

AST-based code search and rewrite via tree-sitter patterns. Use instead of Grep/Edit when a change spans many sites or must respect code structure: structural matching, multi-file batch rewrites, or context-aware queries (e.g. "unwrap inside impl blocks"). Not for a single-file or single-symbol rename — use Edit for that.

gitlabhq 3e19e7e 3.6 KB Updated

File contents

gitlabhq/orbit-knowledge-graph/tree/main/.claude/skills/ast-grep commit 3e19e7ec30

Frequently asked questions

npx skillmds@latest add gitlabhq/ast-grep