·search-code
</>

search-code

Syncpack でコード パターンを検索します。シンボル、実装を検索する場合、またはコードの使用方法を理解する場合に使用します。 Rust の ast-grep と他のケースの grep/rg をカバーします。

10インストール·0トレンド·@jamiemason

インストール

$npx skills add https://github.com/jamiemason/syncpack --skill search-code

search-code のインストール方法

コマンドラインで search-code AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/jamiemason/syncpack --skill search-code
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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-code
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-25
更新日
2026-03-10

Browse more skills from jamiemason/syncpack

クイックアンサー

search-code とは?

Syncpack でコード パターンを検索します。シンボル、実装を検索する場合、またはコードの使用方法を理解する場合に使用します。 Rust の ast-grep と他のケースの grep/rg をカバーします。 ソース: jamiemason/syncpack。

search-code のインストール方法は?

ターミナルまたはコマンドラインツール(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