Ingest Docs To Graph And Archive

Ingest documentation files into the mind graph and archive originals.

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/mind-protocol/mind-protocol --skill ingest-docs-to-graph-and-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Ingest Docs To Graph And Archive
Source: https://github.com/mind-protocol/mind-protocol/tree/main/.claude/skills/ingest-docs-to-graph-and-archive
Command: npx skills add https://github.com/mind-protocol/mind-protocol --skill ingest-docs-to-graph-and-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes the ingestion of scattered documentation into a structured knowledge graph, enabling faster access, coherent linking, and reliable archival.

Core Features & Use Cases

  • Ingests documentation files from docs/ into the mind graph as narrative nodes with chain-aware linking.
  • Creates cross-links between concepts and supports module-by-module processing to maintain graph coherence.
  • Archives originals to data/archive/docs/{module}/ after ingestion, ensuring data preservation.

Quick Start

Ingest docs located under docs/ into the mind graph following the OBJECTIVES, BEHAVIORS, and PATTERNS chain order, then archive originals to data/archive/docs/{module}/.

Frequently Asked Questions about Ingest Docs To Graph And Archive

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

FAQPage Schema
How do I ingest documentation into a knowledge graph and archive the originals?

To ingest documentation into a knowledge graph, this skill processes files from the docs/ directory into narrative nodes with chain-aware linking, then archives the originals to data/archive/docs/{module}/.

What is the best way to structure scattered docs into a linked knowledge graph?

Structuring scattered docs into a linked knowledge graph is done by ingesting files as narrative nodes with chain-aware linking, preserving module order to maintain coherence across the graph.

Does ingesting docs into a mind graph require any external software installs?

Ingesting docs into a mind graph requires no external software installs for basic usage, allowing you to process documentation files directly into narrative nodes without prerequisite setup.

How do I archive original documentation files after graph ingestion?

Archiving original documentation after graph ingestion happens automatically, moving the source files from docs/ into data/archive/docs/{module}/ to ensure data preservation.

How are documentation modules processed to maintain graph coherence?

Graph coherence is maintained by processing documentation module-by-module, following the OBJECTIVES, BEHAVIORS, and PATTERNS chain order to ensure logical linking and structure.