Ast Grep

AST-based code search, lint, and rewrite using ast-grep. Use when finding code patterns structurally (not textually), writing lint rules, building codemods, or migrating API usage across a codebase. Prefer over regex grep when the match target is a syntactic construct (function call, import, class field, assignment).

damusix Updated

File contents

damusix/skills/tree/main/ast-grep commit c2c7eeab50

Frequently asked questions

npx skillmds@latest add damusix/ast-grep