ast-grep matches code by its syntax tree, so a pattern survives reformatting, whitespace, and comments that defeat grep. It is the cheapest way to answer "does this pattern exist where it shouldn't?" with a precise file:line list.
$npx -y skills add alexei-led/architect --skill tools-ast-grepInstalls into the current project.
Run `npx skills use "https://github.com/alexei-led/architect" --skill "alexei-led/architect/tools-ast-grep"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alexei-led/architect" that are relevant to the current task. Run `npx skills add "https://github.com/alexei-led/architect"` and select the relevant skills, then follow their instructions.