pipeline-persistence

Store and retrieve search pipelines as YAML/JSON definitions.

6|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/u9401066/zotero-keeper --skill pipeline-persistence
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pipeline-persistence
Source: https://github.com/u9401066/zotero-keeper/tree/main/vscode-extension/resources/repo-assets/pubmed-search-mcp/.claude/skills/pipeline-persistence
Command: npx skills add https://github.com/u9401066/zotero-keeper --skill pipeline-persistence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pipeline persistence enables you to save complex search workflows as reusable pipelines, eliminating repetitive setup and ensuring reproducibility.

Core Features & Use Cases

  • Save and version pipelines with templates and custom DAGs for structured searches.
  • Load, run, and schedule pipelines across workspace and global scopes for consistent workflows.
  • Validate, auto-correct, and manage pipelines with built-in tooling to prevent errors and ensure repeatability.

Quick Start

Save a new pipeline named my_pipeline with a YAML config and then load it to execute.

Frequently Asked Questions about pipeline-persistence

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

FAQPage Schema
How do I save and reuse complex search workflows as templates?▼

To save and reuse search workflows, you can store them as configurable YAML or JSON pipeline definitions. This enables repeatable, auditable queries by loading the saved configuration to run multi-source literature searches without repetitive setup.

Can I schedule automated search pipelines to run across different scopes?▼

You can schedule saved search pipelines across workspace and global scopes. By loading a stored YAML or JSON definition, the pipeline executes consistently for automated, repeatable multi-source literature searches at set intervals.

Does pipeline persistence support version control for saved search workflows?▼

Pipeline persistence supports versioning for saved search workflows. It validates YAML or JSON schemas with built-in auto-correction rules to prevent errors, ensuring safe, consistent execution and reproducible query DAGs across versions.

What is the best way to ensure reproducible queries for multi-source literature searches?▼

The best way to ensure reproducible queries is defining search pipelines as YAML or JSON templates. Storing these structured DAGs with versioning and validation enables repeatable, auditable multi-source literature searches across workspace and global scopes.

Why does my saved search pipeline fail validation during execution?▼

Saved search pipelines fail validation when the YAML or JSON schema contains errors. The system applies auto-correction rules to fix issues and prevent errors, ensuring safe and consistent execution of the configured workflow DAG.

Do I need a specific schema format to store and retrieve configurable search pipelines?▼

You need a YAML or JSON schema format to store and retrieve configurable search pipelines. Defining your workflow with these formats allows the system to apply versioning, validation, and auto-correction rules for safe execution.