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

knowledge-synthesis知识综合

Agent Skill

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

总安装

815

周安装

35

GitHub Stars

15

下载量

286
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill knowledge-synthesis

简介

knowledge-synthesis 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于知识库构建、信息整合和研究资料收集等场景。
  • 通过关键词匹配和来源仓库查询提供相关候选结果。
  • 安装命令为 npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill knowledge-synthesis。
  • 使用前需确认权限范围、维护状态,以及是否会触发联网或文件读写操作。

SKILL.md

Knowledge Synthesis

Extract, organize, and distribute insights across multi-agent systems. Turns raw interaction data, logs, and outcomes into actionable knowledge through pattern recognition, best practice codification, and structured retrieval.

When to Use This Skill

  • Synthesizing findings from multiple agents or research sessions
  • Building or updating a shared knowledge base
  • Identifying recurring success or failure patterns in workflows
  • Codifying best practices from empirical evidence
  • Structuring data for optimal retrieval (RAG optimization)
  • Cross-domain knowledge transfer between projects or teams

Quick Reference

ResourcePurposeLoad when
references/synthesis-workflow.mdPattern recognition, RAG optimization, citation methods, knowledge graphsStarting a synthesis cycle

Workflow

Phase 1: Discovery     → Mine interactions, logs, and outcomes for patterns
Phase 2: Codification  → Document best practices, build knowledge graph
Phase 3: Dissemination → Surface insights to relevant agents/teams
Phase 4: Feedback      → Capture adoption feedback, refine the knowledge base

Phase 1: Knowledge Discovery

Map the landscape before extracting insights:

  1. Scope sources -- identify which interactions, logs, artifacts, and outcomes to mine
  2. Classify signals -- tag each finding by value (high/medium/low), novelty, and confidence
  3. Identify patterns -- look for recurring success patterns, failure modes, and decision trees
  4. Document contradictions -- note where sources disagree or outcomes diverge

Discovery Checklist

  • All relevant interaction logs identified
  • Outcomes mapped to the workflows that produced them
  • Recurring patterns tagged with confidence levels
  • Contradictions and edge cases flagged

Phase 2: Codification

Transform raw patterns into structured, retrievable knowledge:

  1. Write Knowledge Nuggets -- concise, actionable summaries with context and evidence
  2. Build decision trees -- for common choice points, document the decision logic
  3. Create playbooks -- step-by-step guides for patterns that recur frequently
  4. Update indices -- structure data for retrieval (embeddings, tags, graph links)

Knowledge Nugget Template

## [Pattern Name]

**Context**: When does this pattern apply?
**Evidence**: What interactions/outcomes support it? [cite sources]
**Action**: What should agents do when they encounter this situation?
**Confidence**: High | Medium | Low
**Tags**: [domain], [workflow-type], [agent-role]

Phase 3: Dissemination

Surface the right insights to the right consumers:

  • Route knowledge nuggets to agents whose workflows they affect
  • Integrate high-confidence patterns into skill references and playbooks
  • Flag low-confidence patterns for further validation
  • Update retrieval indices so future queries find new knowledge

Phase 4: Feedback Loop

Close the loop to keep the knowledge base accurate:

  • Monitor adoption -- are agents applying the patterns?
  • Capture corrections -- when a pattern proves wrong, update or retract it
  • Track retrieval quality -- are the right nuggets surfacing for the right queries?
  • Refine confidence scores based on real-world outcomes

Grounded Responses and Citations

When answering questions based on the knowledge base, provide grounded responses:

  1. Use numbered citation markers (e.g., [1], [2]) inline
  2. Append a References section listing the source and relevant snippet
  3. Cite the specific session, log, or artifact that provided evidence

Example:

The retry logic reduces failures by 40% in high-latency environments [1]. References: [1] "Session 2025-03-12" -- "After adding exponential backoff, error rate dropped from 12% to 7%"

Anti-Patterns

  • Do not synthesize from a single data point -- require multiple corroborating sources
  • Do not codify patterns without confidence ratings
  • Do not overwrite existing knowledge without citing the new evidence
  • Do not skip the feedback loop -- unvalidated knowledge degrades over time

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.49%
按下载量换算110

Claude

29.6%
按下载量换算85

Cursor

16.64%
按下载量换算48

Gemini CLI

9.8%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills