ingest

Scan raw/ files, compute SHA256 hashes, and ingest unprocessed sources into the wiki.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/tommy-fcy/labwiki --skill ingest-tommy-fcy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest
Source: https://github.com/tommy-fcy/labwiki/tree/main/.claude/skills/ingest
Command: npx skills add https://github.com/tommy-fcy/labwiki --skill ingest-tommy-fcy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the ingestion of raw sources into the wiki, reducing manual curation and ensuring only new content is processed.

Core Features & Use Cases

  • Batch ingestion: automatically ingest all unprocessed files from raw/ by comparing to wiki/.hashlog.
  • Single-source ingestion: ingest a specific file or path and generate a wiki page with metadata.
  • End-to-end workflow: updates synthesis, area pages or landscapes, index, and log; synchronizes hashlog.

Quick Start

Ingest all unprocessed sources by running the ingest skill with no arguments.

Frequently Asked Questions about ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ingesting raw files into a wiki knowledge base?

Automate wiki ingestion by running batch mode with no arguments to scan raw/ for unprocessed files, compute SHA256 hashes, and generate wiki pages automatically.

Can I ingest a single source file into my wiki instead of batch processing?

Yes, you can ingest a single source by providing a specific file path as an argument to update only that wiki page and its related landscape or area pages.

How does batch source ingestion prevent processing duplicate files?

Batch source ingestion prevents duplicates by computing SHA256 hashes and comparing raw files against a hashlog to skip previously processed content.

What updates occur when ingesting sources into the wiki?

Ingesting sources updates synthesis, index, log, and hashlog files, while single mode additionally updates related landscape or area pages with frontmatter conventions.

Do I need any dependencies to run the wiki ingestion workflow?

No, the wiki ingestion workflow runs without dependencies, requiring only raw source files and CLAUDE.md conventions to process and compute hashes.

Why is my source file not being ingested into the wiki?

Your source file may already be processed; the tool compares SHA256 hashes against the hashlog to skip duplicates, or the file may lack required frontmatter conventions.