search-code とは?
Syncpack でコード パターンを検索します。シンボル、実装を検索する場合、またはコードの使用方法を理解する場合に使用します。 Rust の ast-grep と他のケースの grep/rg をカバーします。 ソース: jamiemason/syncpack。
Syncpack でコード パターンを検索します。シンボル、実装を検索する場合、またはコードの使用方法を理解する場合に使用します。 Rust の ast-grep と他のケースの grep/rg をカバーします。
コマンドラインで search-code AI スキルを開発環境にすばやくインストール
ソース: 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 |
Syncpack でコード パターンを検索します。シンボル、実装を検索する場合、またはコードの使用方法を理解する場合に使用します。 Rust の ast-grep と他のケースの grep/rg をカバーします。 ソース: jamiemason/syncpack。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/jamiemason/syncpack --skill search-codeSyncpack でコード パターンを検索します。シンボル、実装を検索する場合、またはコードの使用方法を理解する場合に使用します。 Rust の ast-grep と他のケースの grep/rg をカバーします。 ソース: jamiemason/syncpack。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/jamiemason/syncpack --skill search-code インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/jamiemason/syncpack