wiki-ingest
Installation
SKILL.md
Wiki Ingest
Turn a raw source into a wiki page and weave it into the existing knowledge base. This is the core compounding operation: every ingest should leave the wiki denser and more interconnected than before.
Read ${CLAUDE_PLUGIN_ROOT}/references/karpathy-pattern.md once at the start of every ingest session to re-anchor on the three-layer model and the compounding principle.
When to run
- User explicitly asks to ingest, add, file, or summarise a source into the wiki
- User drops a file in
raw/and asks Claude to process it - User pastes text (an article, transcript, email, paper abstract) and asks to save it
- User shares a URL and asks to capture it into the wiki
Never run when
- The wiki has not been set up — check for
.cogni-wiki/config.json; if missing, offerwiki-setupfirst - The source is already summarised under the same slug and the user wants a content-only edit — in that case offer
wiki-updateinstead. Re-ingests of an existing slug (re-synthesising the page from an updated source) are allowed and handled by Step 1'smode: re-ingestbranch — do not skip the ingest in that case.