wiki-ingest

Ingest diverse source documents into Ark vault pages with frontmatter.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HelloWorldSungin/ark-skills --skill wiki-ingest-helloworldsungin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-ingest
Source: https://github.com/HelloWorldSungin/ark-skills/tree/main/skills/wiki-ingest
Command: npx skills add https://github.com/HelloWorldSungin/ark-skills --skill wiki-ingest-helloworldsungin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingests diverse source documents into Ark vault pages by distilling knowledge into interconnected front-matted pages.

Core Features & Use Cases

  • Accepts multiple formats: Markdown, plain text, PDF, images, and web pages.
  • Extracts and structures knowledge such as concepts, architecture decisions, procedures, entities, and relationships for Ark vault pages.
  • Places pages into domain-specific folders using the project vault schema (e.g., Architecture, Research, Operations) and writes Ark frontmatter for each page.

Quick Start

Run wiki-ingest on a project to ingest new documents into the Ark vault according to the project’s vault schema.

Frequently Asked Questions about wiki-ingest

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

FAQPage Schema
How do I convert PDF and markdown documents into structured wiki pages?▼

To convert PDF and markdown documents into structured wiki pages, wiki-ingest reads multiple input formats and distills knowledge into interconnected front-matted pages placed within domain-specific project folders.

Can I ingest images and web pages into an Ark vault automatically?▼

Yes, you can ingest images and web pages into an Ark vault automatically by running wiki-ingest, which extracts concepts and relationships to produce Ark-compliant pages without requiring external dependencies.

How does document ingestion place pages into domain-specific folders like Architecture or Research?▼

Document ingestion places pages into domain-specific folders by consulting project configuration files like CLAUDE.md and vault-schema.md to determine correct placement and write appropriate Ark frontmatter.

Do I need external dependencies or tools to ingest text into an Ark vault?▼

No, you do not need external dependencies or tools to ingest text into an Ark vault, as wiki-ingest operates by default without mandatory packages and reads plain text natively.

What is the best way to organize extracted knowledge from diverse source documents into a vault schema?▼

The best way to organize extracted knowledge from diverse source documents into a vault schema is using wiki-ingest, which structures concepts, architecture decisions, and procedures into interconnected pages.

Why does my document ingestion process require consulting CLAUDE.md and index.md files?▼

Your document ingestion process requires consulting CLAUDE.md and index.md files because wiki-ingest operates within a project context, using these files to understand the vault schema and correctly place new pages.