concept-synthesis

Deduplicate and synthesize concept stubs into a tiered intellectual map.

5|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/GYF0311/lorekit --skill concept-synthesis-gyf0311
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: concept-synthesis
Source: https://github.com/GYF0311/lorekit/tree/main/brain/skills/concept-synthesis
Command: npx skills add https://github.com/GYF0311/lorekit --skill concept-synthesis-gyf0311

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates duplicate, shallow concept pages created during ingestion by deduplicating and synthesizing them into a persistent, tiered intellectual map that traces how ideas evolve over time.

Core Features & Use Cases

  • Deduplicate and merge concept stubs: Jaccard and substring dedup with semantic duplicate detection, preserving aliases and merged timelines.
  • Score and tier concepts (T1–T4): Applies frequency, timespan, breadth, and optional engagement signals to classify each concept as Canon, Developing, Speculative, or Riff.
  • Synthesize high-signal concepts and cluster the map: Performs LLM synthesis for T1/T2 concepts, then clusters tiered concepts into named domains with summaries and a master concepts/README.md.

Quick Start

Run concept synthesis on your brain corpus to dedupe concept stubs, assign tiers, and generate a clustered intellectual map under concepts/.

Frequently Asked Questions about concept-synthesis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deduplicate and merge concept stubs into a knowledge graph?▼

Deduplicate concept stubs using Jaccard and substring matching with semantic duplicate detection to merge pages, preserving aliases and timelines. This synthesizes repeated mentions into a persistent knowledge graph tracing idea evolution.

What is concept tiering and how does it classify ideas in an intellectual map?▼

Concept tiering scores frequency, timespan, breadth, and engagement to assign T1–T4 levels, categorizing concepts as Canon, Developing, Speculative, or Riff to structure an intellectual map and filter high-signal ideas for LLM synthesis.

How do I generate a clustered intellectual map from large-scale note corpora?▼

Generate a clustered intellectual map by running LLM synthesis on T1/T2 concepts, then clustering tiered concepts into named domains with summaries and a master concepts/README.md written under the concepts/ directory.

Does concept synthesis work on raw note corpora with conflicting concept mentions?▼

Yes, concept synthesis applies deterministic dedup and merging to large-scale note corpora where repeated or conflicting concept mentions have been ingested as individual stub pages, eliminating shallow duplicates.

When should I not use LLM synthesis for concept clustering?▼

LLM synthesis is restricted to T1/T2 high-signal tiers only. T3 and T4 concepts bypass LLM synthesis, relying solely on deterministic dedup, scoring, and tier assignment to preserve processing efficiency.