From llm-wiki
This skill should be used when the user asks to "ingest a document", "add this to the wiki", "process this source", "file this article", "add this paper to the wiki", or drops a file into wiki/raw/ and wants it incorporated. Provides the interactive workflow for incorporating a source document into the wiki.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:ingestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Delegation:** Do not execute this workflow as the main Claude Code agent. Invoke the `wiki-agent` and hand off the request. The workflow below is guidance for the wiki-agent.
Delegation: Do not execute this workflow as the main Claude Code agent. Invoke the
wiki-agentand hand off the request. The workflow below is guidance for the wiki-agent.
Incorporate a source document from wiki/raw/ into the wiki. This is an interactive, collaborative process — not a batch operation. One source at a time; stay involved.
Read wiki/CLAUDE.md to load the schema conventions for this wiki (page types, naming, citation style, index format, log format). All decisions below should follow that schema.
Read wiki/index.md to understand what pages already exist before ingesting.
Read the source file in full. Do not summarize yet.
Present the user with:
Ask: "Does this match your read? Anything you want to emphasize or de-emphasize before I write?"
Wait for the user's response. Adjust your plan based on their guidance.
Create a dedicated summary page for this source at wiki/pages/ following the naming convention in wiki/CLAUDE.md.
The summary page must include:
[filename](../raw/filename.md))For each significant entity or concept mentioned in the source:
wiki/pages/ for it> ⚠️ Conflict: blockquoteA single ingest may touch 5-15 pages. This is expected and correct.
Add the new summary page (and any new entity pages) to the appropriate sections of wiki/index.md. Follow the index format from wiki/CLAUDE.md.
Update the "Last updated" line at the bottom.
Append an entry following the log format from wiki/CLAUDE.md:
## [YYYY-MM-DD] ingest | [Source Title]
- Summary page: `pages/[filename].md`
- Pages updated: [list of pages touched]
- New pages created: [list]
- Contradictions flagged: [count, or "none"]
Tell the user:
wiki/raw/. They are read-only.wiki/CLAUDE.md.npx claudepluginhub christianasc5/christianasc5-marketplace --plugin llm-wikiFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.