tag
grep▌
2 indexed skills · max 10 per page
skills (2)
ast-grep-find
parcadei/continuous-claude-v3 · Productivity
Structural code search that understands syntax. Find patterns like function calls, imports, class definitions - not just text.
ast-grep
ast-grep/agent-skill · Productivity
Structural code search using Abstract Syntax Tree patterns for precise codebase queries. \n \n Translates natural language queries into ast-grep YAML rules to match code by structure rather than text, supporting complex patterns like \"async functions without error handling\" \n Provides step-by-step workflow: understand the query, create example code, write the rule, test with CLI, then search the codebase \n Includes debugging tools ( --debug-query ) to inspect AST structure and understand how