ingest

Import materials into raw/ subdirectories and register pending items in raw/_registry.md.

33|6|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/freeman5860/KnowledgeBase --skill ingest-freeman5860
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest
Source: https://github.com/freeman5860/KnowledgeBase/tree/main/.claude/skills/ingest
Command: npx skills add https://github.com/freeman5860/KnowledgeBase --skill ingest-freeman5860

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the tedious process of organizing and registering newly acquired materials into the raw/ repository, ensuring nothing gets forgotten and everything is trackable.

Core Features & Use Cases

  • Import materials from URLs, files, or text into the appropriate raw/ subfolders.
  • Auto-register or flag unregistered items for later review, enabling batch processing and auditability.
  • Use Case: When you collect articles, papers, or datasets, ingest moves them into raw/ and creates registry entries for tracking.

Quick Start

Ingest a URL or file into the appropriate raw/ path and add it to the pending registry.

Frequently Asked Questions about ingest

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

FAQPage Schema
How do I import external articles and papers into a raw materials repository?

You can scan the raw/ directory for unregistered materials using scan mode, which identifies unlogged items and automatically creates pending entries in the raw/_registry.md file to ensure everything is trackable.

What is the best way to register unlogged files already stored in raw subfolders?

Scanning the raw/ directory registers unlogged files by identifying unregistered materials and updating raw/_registry.md with a pending status, ensuring existing files are audited and trackable without manual entry.

Can I batch import datasets and URLs into raw subdirectories without manual registration?

Yes, batch import is supported. You can provide multiple articles, papers, or URLs, and the skill moves them into appropriate raw/ subfolders while auto-registering or flagging items for later review in the registry.

Does the material import process require any external dependencies or components?

No external dependencies or components are required. The material import process operates independently to ingest files and URLs into raw/ paths and maintain the registry without needing additional packages.

Why does my imported material show a pending status in the registry?

Imported materials show a pending status in raw/_registry.md because the skill flags newly ingested or scanned unregistered items for later review, enabling batch processing and auditability before final approval.