seed

Move inbox files to an archive and generate extraction tasks with duplicate checks.

3.5k|220|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/agenticnotetaking/arscontexta --skill seed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seed
Source: https://github.com/agenticnotetaking/arscontexta/tree/main/skill-sources/seed
Command: npx skills add https://github.com/agenticnotetaking/arscontexta --skill seed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of adding new source files to a processing queue, ensuring consistency and preventing duplicate work.

Core Features & Use Cases

  • Automated Queueing: Adds source files to a processing pipeline with minimal user intervention.
  • Duplicate Detection: Checks for existing files to avoid redundant processing.
  • Archiving: Moves source files to a designated archive location upon seeding.
  • Task Creation: Generates a task file for subsequent processing steps.
  • Use Case: You have a new research paper in your inbox that needs to be analyzed. Running /seed research-paper.md will move the paper to an archive, create a task to extract claims from it, and add it to the processing queue.

Quick Start

Use the seed skill to add the file 'my-document.md' to the processing queue.

Frequently Asked Questions about seed

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

FAQPage Schema
How do I queue files for automated processing and archiving?

To queue files for processing, you can add source files from your inbox to a pipeline by moving them to an archive folder and generating an extraction task. This ensures consistent ingestion and prevents duplicate work.

How does duplicate detection work when adding files to an ingestion pipeline?

Duplicate detection during file ingestion checks existing queue files and archives to ensure a source file has not already been processed. This prevents redundant extraction tasks and maintains a globally unique claim numbering system.

Can I seed living documents into a processing queue, or only inbox source files?

You can seed both living documents and inbox source files into a processing queue. The ingestion process handles both file types by archiving the source, creating extraction tasks, and updating queue files accordingly.

What is the best way to automate moving source files from an inbox to an archive?

Automating file archiving is best handled by a seeding process that checks for duplicates, creates a designated archive folder, moves the source file from the inbox, and generates a task for subsequent processing steps.

When do I need to generate an extract task for queued source files?

You need to generate an extract task immediately after moving a source file to the archive during the queueing process. This task initiates the subsequent processing steps, such as analyzing research papers and extracting claims.