Ast Grep Search

Find and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not just text), such as finding all functions with specific signatures, replacing API patterns across files, or detecting code anti-patterns that regex cannot reliably match. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/laurigates--claude-plugins--ast-grep-search commit 095112bce7

Frequently asked questions

npx skillmds@latest add tomevault-io/ast-grep-search