Skip to content

Instantly share code, notes, and snippets.

@kuc-arc-f
Created April 30, 2026 08:05
Show Gist options
  • Select an option

  • Save kuc-arc-f/d4182c426cfd62b5791a17fa5d6008e6 to your computer and use it in GitHub Desktop.

Select an option

Save kuc-arc-f/d4182c426cfd62b5791a17fa5d6008e6 to your computer and use it in GitHub Desktop.
codex agent Skills , C++ RAG Serach example
#!/bin/bash
/home/naka/work/cpp/rag_1/search $1
name rag_search
description 検索クエリーから、RAG 検索する

手順

STEP 1: 検索クエリー(query) を、入力する

  • ユーザーに、検索クエリーを質問する:
検索クエリー を入力してください。
例: hello

STEP 2: スクリプトを実行する

./scripts/rag_search.sh {query}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment