One-click install
npx skills add https://github.com/GiorgioRicciardiello/LabBrain --skill seed-giorgioricciardiello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seed
Source: https://github.com/GiorgioRicciardiello/LabBrain/tree/main/core/.claude/skills/seed
Command: npx skills add https://github.com/GiorgioRicciardiello/LabBrain --skill seed-giorgioricciardiello

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of adding source files to the processing queue, checking for duplicates, and preparing them for extraction and analysis.

Core Features & Use Cases

  • File Seeding: Adds source files to the processing queue for further analysis.
  • Duplicate Detection: Checks for duplicate files to avoid unnecessary processing.
  • Archive Management: Moves source files to an archive folder for safekeeping.
  • Task File Creation: Generates task files for downstream processing tasks.
  • Queue Update: Updates the processing queue with the new task file.
  • Inbox Cleanup: Cleans up the inbox after processing.
  • Manifest Update: Updates the inbox manifest with the seeding information.
  • Reporting: Provides a detailed report of the seeding process.
  • Batch Processing: Allows seeding multiple files at once with the --all flag.
  • Content Depth Detection: Determines the content depth of the source file for appropriate processing.
  • Scope Setting: Sets the scope of extraction based on the content depth.
  • Literature Linking: Ensures that source files are linked in the literature for reference.
  • Counter Management: Manages the atomic counter for claim numbering.
  • Error Handling: Handles errors gracefully and provides clear error messages.
  • Edge Case Handling: Handles edge cases such as large files and non-file sources.
  • Dependency Management: Manages dependencies for script execution.

Quick Start

To seed a source file into the processing queue, use the command: /seed [file path]

Frequently Asked Questions about seed

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

FAQPage Schema
How do I automate adding source files to a processing queue?

Source file seeding automates adding files to a processing queue by checking for duplicates, preparing them for extraction, and moving them to an archive. Use the /seed command followed by the file path to initiate the process.

How does duplicate detection work when seeding files for analysis?

Duplicate detection checks files already in the processing queue or archive to prevent redundant extraction tasks. The seeding process validates incoming source files against existing records before generating new task files.

Can I batch process multiple source files into the queue at once?

Batch processing allows seeding multiple source files simultaneously by using the --all flag. This automates duplicate detection, task file creation, and queue updates for all eligible files in the inbox.

Do I need file system access to automate source file seeding?

Yes, source file seeding requires file system access and queue management capabilities to move files to an archive folder, generate task files, and update the processing queue manifest.

What happens to large files during the processing queue seeding?

The seeding process includes edge case handling for large files to ensure they are processed gracefully. It determines content depth and sets the extraction scope accordingly before updating the queue.