seed

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hellofrommorgan/intent-computer --skill seed-hellofrommorgan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seed
Source: https://github.com/hellofrommorgan/intent-computer/tree/main/packages/plugin/src/skill-sources/seed
Command: npx skills add https://github.com/hellofrommorgan/intent-computer --skill seed-hellofrommorgan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Seed incoming source files into the processing queue while preventing duplicates, archiving original sources, and generating the initial extract task.

Core Features & Use Cases

  • Detect and prevent duplicate seeds by comparing file names and content.
  • Create a dated archive directory and move sources from the inbox (when applicable) to keep a permanent record.
  • Create a corresponding extract task file and update the queue to kick off the processing pipeline.
  • Works with living docs outside the inbox, preserving original locations while still generating task metadata.

Quick Start

Seed a new source file by invoking the seed command with the path to the file.

Frequently Asked Questions about seed

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

FAQPage Schema
How do I automate file intake and add source documents to a processing queue?

To automate file intake and seed sources into a processing queue, you invoke the seed command with a file path. The system validates the file presence, calculates the next global claim index, and updates the queue to initiate extraction workflows.

How does duplicate detection work when seeding source files into an archive?

Duplicate detection during file seeding works by comparing both file names and content before processing. If a match is found, the system prevents the duplicate seed, ensuring only unique source files are moved to the dated archive directory and queued for task generation.

Can I seed living documents into a task generation workflow without moving them from their original location?

Yes, you can seed living documents without relocating them. The system preserves the original file locations for living docs outside the inbox while still generating the corresponding extract task metadata and updating the processing queue.

What is the best way to ensure deterministic and auditable processing of inbox files?

The best way to ensure deterministic, auditable processing is to seed files through a validation queue. The system records standardized metadata, creates a dated archive directory, and calculates a global claim index to track the extraction workflow.

Do I need to manually create an archive directory before seeding source files?

No, you do not need to manually create an archive directory. The seeding process automatically creates a dated archive directory and moves sources from the inbox into it to keep a permanent record while generating the initial extract task.

Why does my source file queue need an extract task artifact?

Your source file queue needs an extract task artifact to kick off the processing pipeline. Generating this task file updates the queue and establishes the necessary metadata to begin the extraction workflow deterministically.