LLM Wiki Ingest
SkillDocs & knowledgeCompile a Raw source into concise, linked Wiki notes. Use when a new source lands in Raw/Sources/ or when a source is marked Processed:false.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the LLM Wiki Ingest skill
What this skill tells your AI
The instructions your AI receives, as published by gavishap/omnia-vault in .claude/skills/llm-wiki-ingest/SKILL.md and read by ahel’s review.
Turn a Raw source into short, reusable, source-linked Wiki notes.
Steps
-
Confirm the source file lives in
Raw/Sources/and has valid source frontmatter (Title,Reference,Created,Processed,tags: [source]). -
Search the catalog before opening anything broad:
python scripts/wiki_tool.py search-catalog --query "<source topic>" -
Open only the most relevant existing Wiki notes. Prefer updating an existing note over creating a near-duplicate.
-
Read the Raw source and extract its distinct, reusable claims.
-
Create or update focused notes under
Wiki/using the templates in_templates/. One idea per note. Use the correct folder and tag (seeSchema/naming-conventions.md). -
In every note you create or touch, add the Raw source path to
sourcesand keepsource_countequal tolen(sources). Bumpupdated. -
Rebuild and validate:
python scripts/wiki_tool.py build python scripts/wiki_tool.py lint python scripts/wiki_tool.py source-scan --update --accept-covered python scripts/wiki_tool.py source-lint -
If the ingest meaningfully changed the Wiki, add a log entry:
python scripts/wiki_tool.py log --title "Ingested <source>" --details "<what changed>"
Rules
- Never invent claims the source does not support.
- Never edit the Raw source content itself (frontmatter
Processedis managed bysource-scan --update --accept-covered). - Keep the transformation visible: a small source becomes a few focused notes, not one giant dump.
Signals
- GitHub stars
- 62
- Forks
- 6
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
llm-wiki-ingest- Source
- github.com/gavishap/omnia-vault