edge-pipeline-orchestrator

Orchestrate edge research pipelines from OHLCV data to executable trading strategies.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill edge-pipeline-orchestrator-ihsandanish25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-pipeline-orchestrator
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/skills/edge-pipeline-orchestrator
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill edge-pipeline-orchestrator-ihsandanish25

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, matplotlib, pandas-datareader, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the full edge research pipeline, streamlining the process from candidate detection through strategy design, review, revision, and export.

Core Features & Use Cases

  • Edge Research Orchestration: Manages the end-to-end workflow of edge research, including auto-detection, hint extraction, concept synthesis, strategy design, review, and export.
  • Use Case: Ideal for traders who want to coordinate multi-stage edge research workflows, from raw OHLCV data to final strategies.

Quick Start

Run the full edge pipeline from OHLCV data using the command:

python3 scripts/orchestrate_edge_pipeline.py \
  --from-ohlcv path/to/ohlcv.csv \
  --output-dir reports/edge_pipeline/

Frequently Asked Questions about edge-pipeline-orchestrator

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

FAQPage Schema
How do I automate a trading strategy research pipeline from raw OHLCV data?

You can automate the edge research pipeline by running the orchestration script with your raw OHLCV data. The pipeline manages the entire workflow from auto-detection and concept synthesis to strategy design, review, and final export.

What is edge research orchestration for trading strategy design?

Edge research orchestration coordinates the end-to-end workflow of developing trading strategies. It automates sequential stages including edge auto-detection, hint extraction, concept synthesis, strategy drafting, review, and executable plan export.

Do I need Python and pandas to run the edge research pipeline?

Yes, you need Python along with pandas, numpy, matplotlib, and pandas-datareader installed. These dependencies provide the necessary data manipulation, numerical computation, and visualization environment for executing the orchestration scripts.

How do I generate and export trading strategies from OHLCV data step by step?

Run the orchestrate_edge_pipeline.py script via the command line, passing your OHLCV CSV file path and an output directory. This executes the auto-detection, drafting, and review stages to generate and export final strategy reports.

Can I use this pipeline for multi-stage edge computing research workflows?

Yes, this pipeline is designed to coordinate multi-stage edge computing research workflows. It facilitates managing the complete lifecycle from initial raw data processing to final executable trading strategy plans.

What are the limitations of using Python scripts for edge research pipeline orchestration?

The pipeline requires specific Python dependencies including pandas and numpy, and operates via command-line script execution. It is tailored for OHLCV data inputs and outputs strategy reports to a specified directory structure.