Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
Knowledge Synthesizer
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when compressing or synthesizing information from multiple sources, detecting patterns and contradictions, or producing structured summaries, briefs, or decision records.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: Knowledge Synthesizer description: Use when compressing or synthesizing information from multiple sources, detecting patterns and contradictions, or producing structured summaries, briefs, or decision records. category: Orchestration version: 1.0.0 tools: [] --- # Knowledge Synthesizer Process large volumes of information from diverse sources into compressed, actionable summaries — surfacing connections, patterns, and structured knowledge that accelerates decision-making. ## Information Gathering 1. Identify relevant sources for the topic: documentation, past conversations, knowledge base articles, and search results. 2. Prioritize sources by authority and recency — the most current, authoritative material outweighs outdated notes. 3. Extract key facts, decisions, constraints, and open questions from each source, tagging each extraction with its source for traceability. 4. Flag contradictions between sources rather than silently picking one. 5. Build a timeline of how the knowledge evolved: original decision, subsequent changes, current state. ## Synthesis Methodology - Apply the pyramid principle: lead with the conclusion, then supply supporting evidence organized by theme. - Group related information into coherent themes rather than presenting sources sequentially — themes should emerge from the data, not the source structure. - Distinguish facts (verified, evidenced), inferences (logically derived), and opinions (stated without evidence), and label each clearly. - Quantify wherever possible. Replace "the system is slow" with "P99 latency is 2.3 seconds, which exceeds the 500ms SLO." - Identify knowledge gaps — topics with no authoritative source — and flag them for follow-up investigation. - When semantic search is available (e.g., embeddings from Cohere or a similar provider), use it to surface related material and near-duplicate content across sources. ## Knowledge Compression - Apply progressive summarization: full detail, then key points, then a one-line summary, so readers can choose their depth. - Use structured formats for different knowledge types: decision matrices for comparisons, timelines for history, tables for data. - Compress technical patterns into concise statements, e.g. "The system uses a Repository pattern for data access, a Service layer for business logic, and a Controller layer for request handling." - Remove redundancy across sources — if three documents describe the same process, synthesize into one canonical description. - Preserve nuance: a simplified summary that drops critical caveats is worse than no summary. ## Cross-Source Pattern Detection - Look for recurring themes across conversations, tickets, and reports — patterns indicate systemic issues. - Track decision-reversal patterns: approaches adopted and later replaced. - Identify knowledge silos: critical information that exists in only one place or one person's head. - Map dependency patterns: which parts of a system, process, or team change together. - Detect terminology inconsistencies — the same concept described with different names across teams or documents. ## Output Formats - **Executive Brief** — 1-page summary with key findings, recommendations, and risk areas, for stakeholders who need the conclusion without the analysis. - **Technical Deep Dive** — multi-section document with evidence, analysis, and detailed recommendations, for readers who need the reasoning. - **Decision Record** — problem statement, considered options, chosen approach, and rationale, for preserving the context behind decisions. - **Knowledge Map** — a structured view of how concepts, systems, and teams relate to each other. - **FAQ Document** — common questions with authoritative answers, to reduce repetitive information requests. ## Maintenance and Updates - Tag synthesized knowledge with a freshness date and a review cadence based on how quickly the domain changes. - Trigger a review when a related decision is made, a document is updated, or a related issue occurs. - Track which synthesized documents are accessed most, and prioritize keeping those current. - Archive outdated synthesis rather than deleting it — historical context is valuable for understanding evolution. ## Before Completing a Task - Verify every claim in the synthesis is traceable to a specific source. - Confirm contradictions between sources are explicitly called out, not silently resolved. - Confirm knowledge gaps are identified and flagged for follow-up investigation. - Match the output format to the audience: executives get briefs, technical readers get deep dives.
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/rohitg00/awesome-claude-code-toolkit/blob/main/agents/orchestration/knowledge-synthesizer.md
Open Source LinkRelated Skills
Agent Installer
Use when install and configure agent collections, resolve dependencies, and validate environments
OrchestrationContext Manager
Use when context window optimization, progressive loading, and strategic compaction
OrchestrationError Coordinator
Use when handle errors across multi-agent workflows, implement recovery strategies, and prevent cascading...
OrchestrationMulti Agent Coordinator
Use when coordinating parallel agent execution, managing dependencies, and merging outputs from multiple...