ingest

Ingest raw tool docs into the Frobnicate wiki and update pages.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Xyzyx101/Frobnicate --skill ingest-xyzyx101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest
Source: https://github.com/Xyzyx101/Frobnicate/tree/main/.claude/skills/ingest
Command: npx skills add https://github.com/Xyzyx101/Frobnicate --skill ingest-xyzyx101

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest raw source material from raw/tool-docs into the Frobnicate tech wiki, turning scattered notes into connected, searchable documentation and ensuring tool/technique pages stay up to date.

Core Features & Use Cases

  • Reads and interprets material from raw/tool-docs, synthesizes takeaways, and aligns pages with the wiki schema.
  • Writes or updates tool/technique pages, updates reverse links, and appends to index and log for traceability.
  • Use Case: When a new tool is introduced, drop source docs into raw/tool-docs/<tool>/ and run ingest to automatically generate or update wiki pages with references to related techniques.

Quick Start

Ingest raw/tool-docs/<tool-name> into the Frobnicate wiki using the ingest skill.

Frequently Asked Questions about ingest

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

FAQPage Schema
How do I automate wiki documentation from raw markdown source files?

Automating wiki documentation from raw markdown source files is done by reading raw content, synthesizing takeaways, and writing connected wiki pages. The ingest skill parses markdown frontmatter cues to automatically generate or update tool and technique pages.

What is the best way to sync raw tool-docs into a structured wiki with reverse links?

Syncing raw tool-docs into a structured wiki with reverse links involves ingesting source material to write or update technique pages while appending to the index and log. This ensures scattered notes become connected, searchable documentation with full traceability.

How do I keep tool and technique wiki pages up to date when new source material is added?

Keeping tool and technique wiki pages up to date when new source material is added requires ingesting the new raw content to negotiate page structure with humans. The process updates existing wiki pages, maintains reverse links, and appends entries to the log for traceability.

Do I need external dependencies to ingest markdown documentation into a tech wiki?

No external dependencies are needed to ingest markdown documentation into a tech wiki beyond internal wiki workflows. The process relies entirely on frontmatter cues to locate sources, parse markdown content, and write structured wiki pages without external libraries.

Can I use frontmatter cues to locate and parse raw source documents for wiki ingestion?

Yes, you can use frontmatter cues to locate and parse raw source documents for wiki ingestion. The ingest skill reads frontmatter to find source material in raw/tool-docs directories, interprets the content, and synthesizes takeaways to align pages with the wiki schema.

When should I not use automated ingestion for documentation synthesis?

Automated ingestion for documentation synthesis should not be used when source material lacks frontmatter cues or cannot be placed in the raw/tool-docs directory structure. Without these internal wiki workflow prerequisites, the tool cannot locate sources, parse markdown, or negotiate page structure.