new-pipeline

Generate a new data pipeline directory structure with boilerplate documentation.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/hsigstad/research-kit --skill new-pipeline-hsigstad
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: new-pipeline
Source: https://github.com/hsigstad/research-kit/tree/main/skills/new-pipeline
Command: npx skills add https://github.com/hsigstad/research-kit --skill new-pipeline-hsigstad

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users quickly set up a new data pipeline with the correct directory structure and essential documentation, streamlining the process of creating a new data processing pipeline.

Core Features & Use Cases

  • Pipeline Scaffold: Generates the necessary directory structure for a new data pipeline.
  • Documentation Creation: Populates essential files with boilerplate content, guiding the user through the pipeline setup.
  • Customization Support: Allows users to specify pipeline details like slug, purpose, input data, and output.

Quick Start

Create a new data pipeline by running 'new-pipeline <pipeline-slug> <purpose> <input-data> <output>'.

Frequently Asked Questions about new-pipeline

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

FAQPage Schema
How do I create a new data pipeline directory structure?▼

To create a new data pipeline directory structure, use the new-pipeline command by passing a pipeline slug, purpose, input data, and output parameters to automatically generate the required folders and files.

What is the best way to scaffold a data processing pipeline with documentation?▼

Scaffolding a data processing pipeline with documentation is best handled by automating directory creation and populating essential files with boilerplate content, which streamlines the setup process for new research workflows.

Can I customize the boilerplate files when setting up a new data pipeline?▼

Yes, you can customize the data pipeline setup by specifying details like the pipeline slug, purpose, input data, and output during creation, which dictates the generated directory structure and documentation.

Do I need any external dependencies to generate a data pipeline scaffold?▼

No external dependencies are required to generate a data pipeline scaffold, as the tool operates independently to automate the creation of your directory structure and essential documentation.

What information do I need to provide to start a new data processing pipeline?▼

To start a new data processing pipeline, you need to provide a pipeline slug, its purpose, the input data source, and the expected output to automatically generate the correct structure and boilerplate documentation.