Ast Grep

Search and rewrite code structurally with ast-grep instead of grep — AST pattern matching with metavariables, YAML rules, and safe codemods. Use when searching code for syntactic constructs (calls, declarations, imports, loops), when grep/regex gives false positives from strings, comments, or formatting differences, or when doing find-and-replace refactors across a codebase.

hughdbrown Updated

File contents

hughdbrown/claude-skills/tree/main/ast-grep-skill commit d62f19c164

Frequently asked questions

npx skillmds@latest add hughdbrown/ast-grep