What is search-code?
Search for code patterns in Syncpack. Use when finding symbols, implementations, or understanding how code is used. Covers ast-grep for Rust and grep/rg for other cases. Source: jamiemason/syncpack.
Search for code patterns in Syncpack. Use when finding symbols, implementations, or understanding how code is used. Covers ast-grep for Rust and grep/rg for other cases.
Quickly install search-code AI skill to your development environment via command line
Source: jamiemason/syncpack.
Use ast-grep for Rust files — it filters out comments, strings, and docs.
| Rust symbols, patterns, structs | ast-grep | | Multiple file types | grep/rg | | Content in comments intentionally | grep/rg | | Non-Rust files (JSON, MD, TOML) | grep/rg |
| $NAME | Single identifier | | $$$ | Zero or more items (arguments, fields, etc.) | | $ | Any single expression |
Search for code patterns in Syncpack. Use when finding symbols, implementations, or understanding how code is used. Covers ast-grep for Rust and grep/rg for other cases. Source: jamiemason/syncpack.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/jamiemason/syncpack --skill search-codeSearch for code patterns in Syncpack. Use when finding symbols, implementations, or understanding how code is used. Covers ast-grep for Rust and grep/rg for other cases. Source: jamiemason/syncpack.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jamiemason/syncpack --skill search-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/jamiemason/syncpack