SUMMARY AI要約 by gpt-5-mini
このプロジェクトは、ローカルにあるPDF/Excel/CSVファイルをインデックス化して、その内容に基づいて質問に答えるClaude Code用のカスタムコマンドです。Claude Code上で /knowledge-qa <ディレクトリやファイル> "<質問>" を実行すると、指定パス内の対応ファイルを走査・インデックス化(変更があったファイルのみ再構築、索引は各ファイル横の .index/ に保存)し、類似度の高い断片を抽出して回答と出典位置を返します。 主な特徴: - 対応形式:PDF、Excel(.xlsx/.xls)、CSV - 完全ローカル動作:外部API不要、ファイルはローカルで索引・検索 - バイリンガル対応:質問を日本語と英語に展開して検索 - 検索手法:バイグラム(2連語)マッチングで関連チャンクをスコアリング - 回答には上位チャンクを用い、出典ファイルと位置を提示 想定利用者は、ローカル文書を安全に検索して要点抽出やQAを行いたい開発者・アナリスト・社内ユーザーなど。インストールはリポジトリをクローンして make install を実行すると、バイナリとコマンド定義が所定場所に配置されます。毎回の実行許可を省くための allowList 設定例も提供されています。
使用AIコーディングツール
このリポジトリには以下のAIコーディングツールの設定ファイルが置かれており、開発時にAIアシスタントが利用された痕跡があります。
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
使用言語(バイト数比)
オーナー情報
日付
| GitHub作成日 | 2026-05-09 |
| 最終Push | 2026-05-09 |
| 当サイト初検出 | 2026-05-09 |
| 最終取得 | 2026-05-09 18:18 |
類似Repo (同じ言語のAI関連Repo)
Tools and daemons for Claude Code (memory sync, etc.)
paultyng/testagentA fake CLI agent for testing orchestration tooling — emits Claude-shaped hooks, MCP traffic, and stream-json without calling any LLM.
japananh/aimonitormacOS menu bar + CLI that watches Claude Code session usage across multiple accounts and switches to whichever has server-side headroom. Local-first, no telemetry.
Oseas031/axis-cliAgent-native scheduling system for AI Agents
DeliciousBuding/dida-cliAgent-friendly CLI for Dida365 / TickTick
mopanc/sagaTopic-grained, layered memory layer for AI coding agents — local-first, MCP, single binary. Plug Claude Code / Cursor / Windsurf / Antigravity into persistent memory across sessions and machines.
cajasmota/archigraphMulti-repo code knowledge graphs for AI agents. Cross-repo linking, infrastructure topology, watcher-driven freshness.