ast-grep Skill
Structural code search using AST patterns. Use this skill when text-based search (grep/ripgrep) is insufficient.
When to Use This Skill
Activate when user asks to:
- Find code patterns with structural constraints ("async functions without try-catch")
- Locate nested or relational code ("await inside loops")
- Search with negation ("functions that don't have X")
- Rewrite code patterns at scale
- Write custom lint rules
Prefer ast-grep over grep when:
- Pattern invol
[Description truncada. Veja o README completo no GitHub.]