knowledge-synthesizer
複数の情報源から知識を集約・処理し、知識グラフ構築や文書横断分析に役立つ一貫した洞察を導き出すSkill。
📜 元の英語説明(参考)
Expert in aggregating, processing, and synthesizing information from multiple sources into coherent insights. Use when building knowledge graphs, ontologies, RAG systems, or extracting insights across documents. Triggers include "knowledge graph", "ontology", "synthesize information", "GraphRAG", "insight extraction", "cross-document analysis".
🇯🇵 日本人クリエイター向け解説
複数の情報源から知識を集約・処理し、知識グラフ構築や文書横断分析に役立つ一貫した洞察を導き出すSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o knowledge-synthesizer.zip https://jpskill.com/download/6681.zip && unzip -o knowledge-synthesizer.zip && rm knowledge-synthesizer.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/6681.zip -OutFile "$d\knowledge-synthesizer.zip"; Expand-Archive "$d\knowledge-synthesizer.zip" -DestinationPath $d -Force; ri "$d\knowledge-synthesizer.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
knowledge-synthesizer.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
knowledge-synthesizerフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Knowledge Synthesizer
目的
複数の情報源から情報を集約し、構造化された実用的な知識に統合する専門知識を提供します。RAGおよびAIシステム向けのオントロジー構築、ナレッジグラフ設計、インサイト抽出を専門としています。
使用場面
- ナレッジグラフやオントロジーの構築
- GraphRAGやハイブリッド検索システムの設計
- 複数のドキュメントにわたる情報の統合
- テキストからのエンティティと関係の抽出
- 構造化された知識ベースの作成
- タクソノミーおよび分類システムの開発
- セマンティック検索アーキテクチャの実装
- 異なるデータソースを有意義に接続する
クイックスタート
このスキルを呼び出す場合:
- ナレッジグラフやオントロジーの構築
- グラフコンポーネントを含むRAGシステムの設計
- 複数のソースからのインサイトの統合
- 非構造化テキストからの構造化された知識の抽出
- タクソノミーや分類スキームの作成
呼び出さない場合:
- グラフの必要がないベクトルデータベースのセットアップ →
/context-managerを使用 - 一般的なNLPタスク(NER、分類) →
/nlp-engineerを使用 - データベーススキーマ設計 →
/database-administratorを使用 - ドキュメント作成 →
/technical-writerを使用
意思決定フレームワーク
Knowledge Structure Needed?
├── Hierarchical (taxonomy)
│ └── Tree structure, parent-child relationships
├── Graph (connected entities)
│ └── Nodes + edges, property graphs
├── Hybrid (RAG + Graph)
│ └── Vector embeddings + knowledge graph
└── Flat (simple retrieval)
└── Standard vector store sufficient
コアワークフロー
1. オントロジー設計
- ドメインの範囲と境界を特定します
- コアエンティティタイプ(クラス)を定義します
- エンティティ間の関係をマッピングします
- プロパティと制約を追加します
- ドメインエキスパートと検証します
- 例を付けて文書化します
2. ナレッジグラフ構築
- ソースドキュメントからエンティティを抽出します
- エンティティ間の関係を特定します
- エンティティを正規化し、重複を排除します
- グラフ構造(ノード、エッジ)を構築します
- メタデータと来歴を追加します
- クエリインターフェースを作成します
3. インサイト統合
- ソースを収集し、来歴を確立します
- 主要な主張と事実を抽出します
- 矛盾点と合意点を特定します
- 一貫性のある物語に統合します
- 追跡可能性のためにソースを引用します
- 信頼度レベルを強調します
ベストプラクティス
- 抽出されたすべての知識の来歴を維持します
- 該当する場合は、確立されたオントロジー標準(OWL、SKOS)を使用します
- 進化を考慮して設計します — オントロジーは時間とともに変化します
- 抽出された関係をソースコンテキストで検証します
- 粒度と使いやすさのバランスを取ります
- 抽出された事実の信頼度スコアを含めます
アンチパターン
| アンチパターン | 問題点 | 正しいアプローチ |
|---|---|---|
| 来歴追跡なし | 主張を検証できない | すべての事実のソースを追跡する |
| 過度に複雑なオントロジー | 維持とクエリが困難 | シンプルに始め、必要に応じて進化させる |
| 矛盾を無視する | 知識ベースの一貫性がない | 矛盾を特定し、解決する |
| 静的スキーマ | 新しいドメインで破綻する | 拡張性を考慮して設計する |
| 盲目的な抽出信頼 | 幻覚的な関係 | 信頼度しきい値で検証する |
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Knowledge Synthesizer
Purpose
Provides expertise in aggregating information from multiple sources and synthesizing it into structured, actionable knowledge. Specializes in ontology building, knowledge graph design, and insight extraction for RAG and AI systems.
When to Use
- Building knowledge graphs or ontologies
- Designing GraphRAG or hybrid retrieval systems
- Synthesizing information across multiple documents
- Extracting entities and relationships from text
- Creating structured knowledge bases
- Developing taxonomy and classification systems
- Implementing semantic search architectures
- Connecting disparate data sources meaningfully
Quick Start
Invoke this skill when:
- Building knowledge graphs or ontologies
- Designing RAG systems with graph components
- Synthesizing insights from multiple sources
- Extracting structured knowledge from unstructured text
- Creating taxonomies or classification schemes
Do NOT invoke when:
- Vector database setup without graph needs → use
/context-manager - General NLP tasks (NER, classification) → use
/nlp-engineer - Database schema design → use
/database-administrator - Document writing → use
/technical-writer
Decision Framework
Knowledge Structure Needed?
├── Hierarchical (taxonomy)
│ └── Tree structure, parent-child relationships
├── Graph (connected entities)
│ └── Nodes + edges, property graphs
├── Hybrid (RAG + Graph)
│ └── Vector embeddings + knowledge graph
└── Flat (simple retrieval)
└── Standard vector store sufficient
Core Workflows
1. Ontology Design
- Identify domain scope and boundaries
- Define core entity types (classes)
- Map relationships between entities
- Add properties and constraints
- Validate with domain experts
- Document with examples
2. Knowledge Graph Construction
- Extract entities from source documents
- Identify relationships between entities
- Normalize and deduplicate entities
- Build graph structure (nodes, edges)
- Add metadata and provenance
- Create query interfaces
3. Insight Synthesis
- Gather sources and establish provenance
- Extract key claims and facts
- Identify contradictions and agreements
- Synthesize into coherent narrative
- Cite sources for traceability
- Highlight confidence levels
Best Practices
- Maintain provenance for all extracted knowledge
- Use established ontology standards (OWL, SKOS) when applicable
- Design for evolution—ontologies change over time
- Validate extracted relationships with source context
- Balance granularity with usability
- Include confidence scores for extracted facts
Anti-Patterns
| Anti-Pattern | Problem | Correct Approach |
|---|---|---|
| No provenance tracking | Cannot verify claims | Track source for every fact |
| Over-complex ontology | Hard to maintain and query | Start simple, evolve as needed |
| Ignoring contradictions | Inconsistent knowledge base | Flag and resolve conflicts |
| Static schema | Breaks with new domains | Design for extensibility |
| Blind extraction trust | Hallucinated relationships | Validate with confidence thresholds |