seed

Seed source files into a processing queue with duplicate detection and archival.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/adiman9/mnemos --skill seed-adiman9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seed
Source: https://github.com/adiman9/mnemos/tree/main/core/skills/seed
Command: npx skills add https://github.com/adiman9/mnemos --skill seed-adiman9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Seed a source file into the processing queue, ensuring duplicates are detected and the file is archived.

Core Features & Use Cases

  • Duplicate checks: prevents reprocessing of already-seeded sources.
  • Archive-first workflow: moves inbox sources into a dated archive folder and records archival metadata.
  • Queue integration: creates an extract task and updates the central queue with a globally unique claim sequence.
  • Use Case: When a new source file arrives in inbox, seed it to start automated extraction and tracking.

Quick Start

Seed a file path like /inbox/report.md to seed for processing.

Frequently Asked Questions about seed

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

FAQPage Schema
How do I seed files into a processing queue and prevent duplicates?

To seed files into a processing queue and prevent duplicates, provide the source file path. The system validates file existence, detects duplicates, and creates an extract task with a globally unique claim sequence.

What happens to source files moved from the inbox after archiving?

After archiving, source files from the inbox are moved into a dated archive folder. The seeding process records archival metadata and updates the central queue for downstream living document extraction.

Do I need a vault path to start automated extraction and tracking?

Yes, vault path resolution is required to start automated extraction and tracking. The system validates your file existence within the vault before generating structured queue entries and archival metadata.

How does queue integration work when seeding living documents and inbox sources?

Queue integration works by creating an extract task and updating the central queue with a globally unique claim sequence. This applies across both inbox sources and living documents to ensure consistent tracking.

Why does my source file seeding fail the file existence validation step?

Source file seeding fails the file existence validation step when the provided path does not resolve correctly within the vault. Ensure the file path is accurate and the vault configuration is properly set before archiving.