From semantic-skills
Integrate new knowledge (text/image) into 02-SlipBox/. Searches for related notes and either appends to existing or creates new. Trigger: "assimilate this", "add to my knowledge", "integrate this", or paste content to absorb.
How this skill is triggered — by the user, by Claude, or both
Slash command
/semantic-skills:assimilate-knowledgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Parse user's input (text or image):
Parse user's input (text or image):
Search 02-SlipBox/ for related notes using key concepts, synonyms, and broader terms.
If relevant note found:
last_updated property to today's dateIf no relevant note found:
Templates/slip-box-base-template.md02-SlipBox/Obsidian Property.md02-SlipBox/<Note Title>.mdcreated: today's date (YYYY-MM-DD)last_updated: today's dateauthor: [Yixin Tian]tags: - pick ONE from slip-box/concept, slip-box/tool, slip-box/item, slip-box/mocaliases: []summary: - one-line summaryTOPIC: - wikilink to parent topic if existsRELATED_TO: - wikilinks to related notes found## Assimilation Complete
**New knowledge:** [summary]
**Location:** [[Note Name]] > Section (or "New note created")
**Connections:**
- [[Related 1]] - [relationship]
- [[Related 2]] - [relationship]
**Follow-ups:** [gaps or questions raised]
npx claudepluginhub yixin0829/semantic-obsidian --plugin semantic-skillsProcesses Obsidian Inbox items into a knowledge base: reads source, discusses key ideas, then files synthesized notes. Also saves conversation answers as permanent wiki pages.
Extracts knowledge from source notes (papers, posts, books, lectures) into a vault's permanent knowledge base using evidence-based learning techniques.
Ingests files and URLs into an Obsidian vault by extracting entities and concepts, creating or updating wiki pages with cross-references. Supports batch mode and multiple transport methods (CLI, MCP, filesystem).