wiki-ingest

Ingest new source material into a persistent markdown knowledge wiki. Use when a user adds an article, note, transcript, report, paper, meeting summary, or other source and wants the agent to summarize it, extract entities and concepts, update existing wiki pages, create justified new pages, repair cross-links, update index and log files, and record contradictions or open questions. Best for Obsidian-friendly, plain markdown, or git-backed wikis that are maintained incrementally over time.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wiki-ingest" with this command: npx skills add teki-ai/wiki-ingest

Wiki Ingest

Ingest one source into an existing markdown knowledge wiki without turning the wiki into a junk drawer. Read the source, identify durable knowledge, update the right existing pages, and create new pages only when they are clearly warranted.

Workflow

  1. Read the source material
  2. Identify core topics, entities, concepts, claims, dates, and open questions
  3. Inspect the relevant wiki pages before creating new ones
  4. Create or update a source summary page if the wiki uses source pages
  5. Update affected topic, concept, entity, and analysis pages
  6. Add or repair internal links
  7. Update index.md
  8. Append a concise ingest entry to log.md
  9. Record contradictions, uncertainty, and follow-up questions explicitly

Page creation rule

Create a new page only when at least one of these is true:

  • the concept or entity is likely to recur
  • the page can become a meaningful link hub
  • the content would make an existing page too broad or noisy

Otherwise, update an existing page.

Source handling

Treat source material as read-only.

Preserve the distinction between:

  • what the source says
  • what the wiki already believes
  • what the current synthesis suggests after combining multiple sources

Do not silently flatten contradictions.

Required outputs

For a normal ingest, produce:

  • a source summary or source page update
  • updates to relevant wiki pages
  • an index.md update
  • a log.md entry
  • a short note on contradictions, ambiguity, or next questions

Quality bar

A good ingest should:

  • increase reuse of knowledge
  • strengthen cross-links
  • reduce future re-reading
  • keep page scope clean
  • avoid speculative overreach

References

Read references/ingest-patterns.md for templates and examples.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Karpathy Wiki

Build, maintain, query, and lint a persistent markdown knowledge wiki that sits between raw sources and final answers. Use when managing a personal or team w...

Registry SourceRecently Updated
1200Profile unavailable
Research

Wiki Query

Answer questions from a persistent markdown knowledge wiki and file durable results back into the wiki when useful. Use when a user asks a question against a...

Registry SourceRecently Updated
950Profile unavailable
Research

Wiki Lint

Lint and health-check a persistent markdown knowledge wiki. Use when a user wants the agent to inspect a wiki for contradictions, stale claims, missing cross...

Registry SourceRecently Updated
1050Profile unavailable
Research

LLM Knowledge Bases

Inspired by a public workflow shared by Andrej Karpathy (@karpathy). From raw research to a living Markdown knowledge base that compounds with every question...

Registry SourceRecently Updated
2330Profile unavailable