LLM Wiki Ingest

SkillDocs & knowledge

Compile 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.

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

  1. Confirm the source file lives in Raw/Sources/ and has valid source frontmatter (Title, Reference, Created, Processed, tags: [source]).

  2. Search the catalog before opening anything broad:

    python scripts/wiki_tool.py search-catalog --query "<source topic>"
    
  3. Open only the most relevant existing Wiki notes. Prefer updating an existing note over creating a near-duplicate.

  4. Read the Raw source and extract its distinct, reusable claims.

  5. Create or update focused notes under Wiki/ using the templates in _templates/. One idea per note. Use the correct folder and tag (see Schema/naming-conventions.md).

  6. In every note you create or touch, add the Raw source path to sources and keep source_count equal to len(sources). Bump updated.

  7. 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
    
  8. 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 Processed is managed by source-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