Ast Grep

Structural code search via ast-grep — use when code shape and element relationships matter, not just text. E.g., "find async functions without error handling", "refactor foo(a, b) to foo({ a, b })". Use Grep for simple name lookups.

poteto f9bfb90 2 files · 14.8 KB Updated

File contents

poteto/noodle/tree/main/.agents/skills/ast-grep commit f9bfb90800

Frequently asked questions

npx skillmds add poteto/ast-grep