import-pipeline

Extend the Librova import pipeline while preserving transactional safety and logging.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EvgeniiFenita/Librova --skill import-pipeline-evgeniifenita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-pipeline
Source: https://github.com/EvgeniiFenita/Librova/tree/main/.agents/skills/import-pipeline
Command: npx skills add https://github.com/EvgeniiFenita/Librova --skill import-pipeline-evgeniifenita

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to extend the Librova import pipeline safely, ensuring transactional integrity, cancellation semantics, logging, and documentation consistency during changes.

Core Features & Use Cases

  • Guided extension: Instructions for adding new source formats, updating import stages, and adjusting duplicate detection.
  • Safety & standards: Maintains transactional guarantees and explicit rollback paths; aligns with CodebaseMap and product docs.
  • Quality assurance: Encourages tests and validation to prevent partial or unsafe changes.

Quick Start

Provide a plan to extend the import pipeline for a new source format while preserving transactional safety and testing.

Frequently Asked Questions about import-pipeline

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

FAQPage Schema
How do I add a new source format to an import pipeline without breaking transactional safety?

To extend an import pipeline safely, you must update stage contracts, maintain transactional guarantees with explicit rollback paths, and add tests to prevent partial or unsafe changes during format integration.

What is the safest way to modify duplicate detection during directory and archive imports?

Modifying duplicate detection safely requires maintaining transactional integrity and cancellation semantics, updating the relevant import stages, and validating changes with tests to ensure consistent behavior across directory and archive imports.

How do import stage contracts work when adjusting an import pipeline?

Import stage contracts define the transactional boundaries and logging requirements for each step; adjusting them requires aligning with CodebaseMap and product docs to preserve cancellation semantics and system consistency.

Do I need to update documentation references when changing import conversion logic?

Yes, changing import conversion logic requires aligning documentation references like CodebaseMap and Librova-Product to ensure the pipeline extension remains consistent with the broader codebase and product specifications.

Why does my import pipeline extension fail during archive processing?

Archive import failures often occur when transactional guarantees or cancellation semantics are compromised; ensure your extension includes explicit rollback paths and comprehensive tests to handle partial or unsafe changes.