wiki-ingest
wiki-ingest automates the transformation of a single source document into a structured wiki by creating and linking source, entity, concept, and synthesis pages. It reads your space's conventions, flags contradictions with existing content, and maintains a log of all ingestions. The skill ensures every claim traces back to its origin and all cross-references stay current.
wiki-ingest turns a raw source document into interconnected wiki pages with proper citations and cross-links.
AI-generated summary based on this skill's SKILL.md
Install
paperclipai/paperclip/wiki-ingest · repository language: TypeScript
git clone https://github.com/paperclipai/paperclip
cp -r paperclip/packages/plugins/plugin-llm-wiki/skills/wiki-ingest ~/.claude/skills/wiki-ingestFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I ingest a raw document into wiki-ingest?
wiki-ingest automates ingestion by reading your source document and automatically creating interlinked pages for sources, entities, concepts, and synthesis. You provide the raw material, and wiki-ingest handles page creation, citation tracking, and cross-linking according to your space's conventions. Every claim remains traceable to its origin.
What does wiki-ingest do with unstructured source material?
wiki-ingest converts unstructured source material into durable wiki entities and concepts by parsing your document and generating properly structured pages. It establishes relationships between extracted entities, creates concept pages, and maintains citations so your knowledge base grows in an organized, interconnected way.
Can wiki-ingest detect contradictions when adding sources?
Yes. wiki-ingest detects and flags contradictions when ingesting new sources into your existing wiki. This helps you identify conflicts between the incoming document and established content before they propagate, allowing you to resolve inconsistencies manually or through your defined conflict-resolution process.
Does wiki-ingest automate wiki page creation with citations?
wiki-ingest automates wiki page creation with proper citations and cross-links built in. It generates pages for sources, entities, and concepts while maintaining full traceability—every statement links back to its source, and all cross-references remain current throughout your wiki.
What does wiki-ingest log during source ingestion?
wiki-ingest maintains a wiki index and log during the entire source ingestion workflow. This record tracks all pages created, entities extracted, concepts identified, and any contradictions flagged, giving you a complete audit trail of how your knowledge base evolved with each ingestion.
How does wiki-ingest create interlinked wiki pages from documents?
wiki-ingest reads your raw document, extracts entities and concepts, and automatically generates interlinked pages that reference each other. It respects your space's conventions, establishes semantic relationships, and ensures every page connects meaningfully to related content, turning a flat source into a navigable knowledge structure.
SKILL.md
rendered from the published skill — quoted content, verbatim
Wiki Ingest
Turn one source document into durable, interlinked wiki knowledge.
Inputs
- An operation issue with
operationType: "ingest"assigned to you. - A
raw/path mentioned in the issue body (always treatraw/as immutable). - The operation issue's target
wikiId,spaceSlug, and space root (otherwise stop and surface the missing config to the requester).
Workflow
- Read context first.
- Read the target space's
AGENTS.mdfor page conventions (filenames, frontmatter, voice, citation style). - Read the target space's
wiki/index.mdto see what already exists. - Read the target space's last ~20 entries of
wiki/log.mdto avoid re-ingesting a source or re-resolving a contradiction someone else already filed. - Read the source end to end with
wiki_read_source, passing the operation issue'swikiIdandspaceSlug. Do not skim. Note the source's structure,
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
packages/plugins/plugin-llm-wiki/skills/wiki-ingest/SKILL.md