minni-ingestion

Automate ingestion of project specs, agent logs, and wiki pages into Minni memory.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/infektyd/minni --skill minni-ingestion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minni-ingestion
Source: https://github.com/infektyd/minni/tree/main/plugins/minni/skills/minni-ingestion
Command: npx skills add https://github.com/infektyd/minni --skill minni-ingestion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Content from project specs, agent conversation logs, identity files, and LLM wikis remains scattered and unindexed in Minni's memory system, requiring manual work to ingest and leading to missing context for AI agents.

Core Features & Use Cases

  • Scheduled Auto-Indexing: Scans recently modified files every 30 minutes, extracts structured facts using on-device Apple Foundation Models, and writes them to Minni's auto-indexed folder for automatic pickup.
  • Wiki Page Ingestion: Enriches LLM wiki pages with frontmatter metadata in chunk headings, resolves [[wikilinks]] into knowledge graph edges, and adds source provenance tagging for filtered recall.
  • Use Case: For teams using Minni for agent memory, this skill automatically pulls new project documentation, agent conversation history, and wiki knowledge into the shared memory store without manual entry, ensuring agents have access to up-to-date context.

Quick Start

Use the minni-ingestion skill to automatically scan your recent project docs, agent conversations, and LLM wiki pages and ingest them into your Minni memory vault with enriched metadata and fact extraction.

Frequently Asked Questions about minni-ingestion

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

FAQPage Schema
How do I automate wiki page ingestion and fact extraction for a local-first memory system?

You can automate wiki page ingestion by using scheduled scans of recently modified files, extracting facts on-device, and enriching chunk headings with frontmatter metadata. This process ensures reliable, low-noise memory population without manual indexing.

What is the best way to resolve wikilinks into knowledge graph edges during content ingestion?

Resolving wikilinks into knowledge graph edges is handled through a two-phase wikilink resolution mechanism during wiki page ingestion. This approach maps [[wikilinks]] into structured edges while adding source provenance tagging for filtered recall.

How does auto-indexing handle recently modified files for agent memory?

Auto-indexing handles modified files by scanning them every 30 minutes and extracting structured facts using on-device Apple Foundation Models. Extracted facts are written to an auto-indexed folder for immediate pickup by the memory system.

Does ingestion guard against duplicate content and large file processing timeouts?

Yes, ingestion implements timestamp-aware deduplication to prevent duplicate memory entries. It also features bulk copy exclusion and large file timeout handling to ensure reliable content processing without system stalls.

Can I ingest agent conversation logs and project specs without manual data entry?

Yes, you can ingest scattered content from project specs, agent conversation logs, and identity files automatically. The ingestion paths eliminate manual entry by pulling new documentation directly into the shared memory store for up-to-date agent context.