Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

knowledge-synthesizer知识综合者

Agent Skill

knowledge-synthesizer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,994

周安装

126

GitHub Stars

76

下载量

1,048
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:knowledge-synthesizer(知识综合者)
来源仓库:https://github.com/404kidwiz/claude-supercode-skills
仓库路径:skills/knowledge-synthesizer
安装命令:
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill knowledge-synthesizer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill knowledge-synthesizer

简介

knowledge-synthesizer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词或任务场景整合多源知识内容。
  • 通过 npx skills add 命令安装,需确认权限与网络访问范围。
  • 建议结合原始 README 核实具体用法,避免触发未授权操作。
  • 使用前请检查仓库维护状态及是否涉及文件读写权限。

SKILL.md

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

  1. Identify domain scope and boundaries
  2. Define core entity types (classes)
  3. Map relationships between entities
  4. Add properties and constraints
  5. Validate with domain experts
  6. Document with examples

2. Knowledge Graph Construction

  1. Extract entities from source documents
  2. Identify relationships between entities
  3. Normalize and deduplicate entities
  4. Build graph structure (nodes, edges)
  5. Add metadata and provenance
  6. Create query interfaces

3. Insight Synthesis

  1. Gather sources and establish provenance
  2. Extract key claims and facts
  3. Identify contradictions and agreements
  4. Synthesize into coherent narrative
  5. Cite sources for traceability
  6. 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-PatternProblemCorrect Approach
No provenance trackingCannot verify claimsTrack source for every fact
Over-complex ontologyHard to maintain and queryStart simple, evolve as needed
Ignoring contradictionsInconsistent knowledge baseFlag and resolve conflicts
Static schemaBreaks with new domainsDesign for extensibility
Blind extraction trustHallucinated relationshipsValidate with confidence thresholds

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.59%
按下载量换算321

OpenCode

24.04%
按下载量换算252

Codex

15.6%
按下载量换算163

Cursor

11.34%
按下载量换算119

Gemini CLI

7.36%
按下载量换算77

windsurf

3.07%
按下载量换算32

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills