sk Skill · 0xDarkMatter
structural-search
Search code by AST structure using ast-grep. Find semantic patterns like function calls, imports, class definitions instead of text patterns. Triggers on: find all calls to X, search for pattern, refactor usages, find where function is used, structural search, ast-grep, sg.
Open on skills.sh ↗read 2026-09-17
- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 1
bashShell
- Host repository
- 0xDarkMatter/claude-mods
- Allowed tools
- Bash
- Compatible with
- Requires ast-grep (sg) CLI tool. Install: brew install ast-grep (macOS) or cargo install ast-grep (cross-platform).
- Licence
- MIT
- Host stars
- 39
- Host language
- Shell