ignromanov

16 mods across 1 repository, 20 stars between them.

llm-obsidian-wiki

02

ignromanov/llm-obsidian-wiki

Plugin Claude Code

Persistent, compounding knowledge base maintained by LLMs in Obsidian — agent-first edition. Four task-oriented agents (Researcher / Advisor / Curator / Scribe) with citations, confidence, supersession, and rolling session cache. Inspired by Karpathy's LLM Wiki pattern.

20 3mo ago A tokens not measured original MIT

llm-obsidian-wiki

03

ignromanov/llm-obsidian-wiki

Skill Claude CodeCodex

Karpathy's LLM Wiki pattern as a Claude Code plugin — agent-first edition. Four task-oriented agents (Researcher / Advisor / Curator / Scribe) maintain a structured Obsidian vault that compounds knowledge across sessions. Privacy-first, local-only by default, citations + confidence + supersession baked in. Keywords…

20 3mo ago A 99 tokens original MIT

wiki-advisor

04

ignromanov/llm-obsidian-wiki

Agent

Use this agent when the user asks a question that should be answered from the existing wiki knowledge base. Advisor reads only wiki/, never raw/ or web. Always cites with [[wikilinks]] or honestly says "not in vault, ask researcher". Examples.

20 3mo ago A 56 tokens original MIT

wiki-curator

05

ignromanov/llm-obsidian-wiki

Agent

Use this agent when the user wants to maintain wiki health — find issues, fix them, resolve contradictions, split overgrown hubs, migrate schemas. Curator audits read-only first, then proposes/applies fixes with severity classification. Examples.

20 3mo ago A 51 tokens original MIT

wiki-researcher

06

ignromanov/llm-obsidian-wiki

Agent

Use this agent when the user wants to investigate a topic from scratch — Researcher does outbound web search, captures sources, ingests into typed wiki pages with confidence scoring, cross-links, and detects contradictions. Examples.

20 3mo ago A 48 tokens original MIT

wiki-scribe

07

ignromanov/llm-obsidian-wiki

Agent

Use this agent when the user gives you something to file (URL, PDF, GitHub link, clipboard text, conversation log) and wants it captured into raw/ + wiki/sources/. Scribe is passive intake — preserves verbatim, no interpretation. Examples.

20 3mo ago A 57 tokens original MIT

init

08

ignromanov/llm-obsidian-wiki

Command

Bootstrap a new LLM Wiki vault from scratch (scaffold dirs, seed config, hot.md).

20 3mo ago A 22 tokens original MIT

status

09

ignromanov/llm-obsidian-wiki

Command

Print wiki metrics (page counts by type, unprocessed sources, last-modified, schema version).

20 3mo ago A 22 tokens original MIT

answer

10

ignromanov/llm-obsidian-wiki

Skill Claude CodeCodex

This skill should be used when wiki-advisor needs to answer a user question by searching the wiki, retrieving cited claims, and composing an answer with [[wikilink]] references. Triggers on "what do we know about X", "what did we decide", "answer from the wiki", "find in vault".

20 3mo ago A 66 tokens original MIT

audit

11

ignromanov/llm-obsidian-wiki

Skill Claude CodeCodex

This skill should be used when wiki-curator needs to perform a read-only health check of the vault, scanning for orphans, stale pages, source drift, contradictions, and tree-topology violations. Triggers on "audit wiki", "check health", "find issues", "wiki diagnostic".

20 3mo ago A 61 tokens original MIT

capture

12

ignromanov/llm-obsidian-wiki

Skill Claude CodeCodex

This skill should be used when an agent needs to ingest a source (URL, YouTube, GitHub, PDF, clipboard, session log) into the vault. Triggers when wiki-scribe or wiki-researcher needs to "capture", "save source", "intake", "file URL", or "hash and store".

20 3mo ago A 69 tokens original MIT

init

13

ignromanov/llm-obsidian-wiki

Skill Claude CodeCodex

This skill should be used when bootstrapping a brand-new LLM Wiki vault — creates dir tree, seeds wiki.config.md, CLAUDE.md, hot.md, .gitignore. Invoked via /wiki:init slash command. Triggers on "init wiki", "create new vault", "scaffold knowledge base".

20 3mo ago A 67 tokens original MIT

maintain

14

ignromanov/llm-obsidian-wiki

Skill Claude CodeCodex

This skill should be used when wiki-curator needs to apply auto-fixes for structural violations (orphans, missing fields, hot.md updates) and propose semantic fixes (contradictions, supersession, hub splits) with user confirmation. Triggers on "fix wiki issues", "auto-resolve", "split hubs", "promote drafts", "update…

20 3mo ago A 78 tokens original MIT

migrate

15

ignromanov/llm-obsidian-wiki

Skill Claude CodeCodex

This skill should be used when wiki-curator needs to upgrade a vault's schemaversion to match the current plugin version. Triggers on "migrate wiki", "upgrade schema", "apply migration v0.X → v0.Y".

20 3mo ago A 50 tokens original MIT

research

16

ignromanov/llm-obsidian-wiki

Skill Claude CodeCodex

This skill should be used when wiki-researcher needs to investigate a topic from scratch with web search, capture multiple sources, identify concepts, write cross-linked wiki pages with confidence scoring, and detect contradictions with existing knowledge. Triggers on "research X", "investigate Y", "build a write-up…

20 3mo ago B 72 tokens original MIT