knowledge-synthesis
知识合成 — 将多来源信息融合为结构化知识,生成摘要、报告和知识图谱
Best use case
knowledge-synthesis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
知识合成 — 将多来源信息融合为结构化知识,生成摘要、报告和知识图谱
Teams using knowledge-synthesis should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/knowledge-synthesis/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How knowledge-synthesis Compares
| Feature / Agent | knowledge-synthesis | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
知识合成 — 将多来源信息融合为结构化知识,生成摘要、报告和知识图谱
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Knowledge Synthesis ## Overview Fuse multi-source information into structured knowledge; generate summaries, reports, and knowledge graphs. ## Information Fusion - Merge overlapping content; resolve redundancy - Align terminology across sources; normalize units and formats - Preserve provenance (source, timestamp) for each fact ## Contradiction Resolution - Detect conflicting claims across sources - Apply source-evaluation scores to prefer higher-credibility sources - Surface unresolved contradictions to user with context ## Structured Output Generation - **Reports**: Executive summary, key findings, recommendations, appendix with sources - **Summaries**: Bullet-point or paragraph form; configurable length - **Comparisons**: Side-by-side analysis (e.g., tool A vs B); pros/cons tables ## Knowledge Graph Entry Creation - Extract entities (people, orgs, concepts) and relations - Create graph nodes and edges; support incremental updates - Export to standard formats (JSON-LD, RDF) for downstream use ## Confidence Scoring - Assign confidence (0–1) to synthesized claims based on source agreement and quality - Include confidence in output; flag low-confidence items for review
Related Skills
generate-knowledge-base
Generate a product knowledge base from a codebase. Analyzes source code to create an Obsidian vault with architecture docs, API references, domain logic, data models, and infrastructure documentation. Use when the user asks to document a codebase, create a knowledge base, or generate product docs.
enterprise-search-knowledge-synthesis
Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively.
architecture-synthesis
Generate a reference architecture specification from analyzed frameworks. Use when (1) designing a new agent framework based on prior art, (2) defining core primitives (Message, State, Tool types), (3) specifying interface protocols, (4) creating execution loop pseudocode, or (5) producing architecture diagrams and implementation roadmaps.
add-knowledge
Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session
adaptation-synthesis
Synthesize new works from extracted functional DNA documents. Use when adapting a source work to a new context, when combining multiple source extractions, or when generating variations that preserve function while changing form.
acc-psr-autoloading-knowledge
PSR-4 autoloading standard knowledge base for PHP 8.5 projects. Provides quick reference for namespace-to-path mapping, composer.json configuration, directory structure, and common mistakes. Use for autoloading audits and project structure reviews.
acc-layer-arch-knowledge
Layered Architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for traditional N-tier/Layered Architecture audits.
acc-clean-arch-knowledge
Clean Architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Clean Architecture and Hexagonal Architecture audits.
acc-claude-code-knowledge
Knowledge base for Claude Code formats and patterns. Use when creating or improving commands, agents, skills, or hooks.
acc-adr-knowledge
Action-Domain-Responder pattern knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for ADR (web-specific MVC alternative) audits.
ant-design-knowledge-base
Provides comprehensive answers about Ant Design components, documentation, and semantic descriptions using local knowledge base files. Use when asked about Ant Design, React UI components, design system, component semantics, or specific component usage.
acc-grasp-knowledge
GRASP principles knowledge base for PHP 8.5 projects. Provides quick reference for 9 responsibility assignment patterns (Information Expert, Creator, Controller, Low Coupling, High Cohesion, Polymorphism, Pure Fabrication, Indirection, Protected Variations). Use for architecture audits and design decisions.