skill-pipeline

Route user requests into deterministic skill sequences for end-to-end task execution.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Tradecraft --skill skill-pipeline-mahmoud20138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-pipeline
Source: https://github.com/mahmoud20138/Tradecraft/tree/main/plugins/tradecraft/skills/skill-pipeline
Command: npx skills add https://github.com/mahmoud20138/Tradecraft --skill skill-pipeline-mahmoud20138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the orchestration of user requests by routing them through the correct sequence of skills, eliminating manual wiring and reducing setup time.

Core Features & Use Cases

  • Intent detection and routing to the appropriate skill chain based on user input.
  • Multi-stage execution across Analysis, Decision, Sizing & Risk, Execution, and Logging.
  • Real-world use case: chain trading analytics to execution to logging for a complete trade workflow.

Quick Start

Provide a user request like 'analyze EURUSD' and the system will auto-route the optimal skill chain.

Frequently Asked Questions about skill-pipeline

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

FAQPage Schema
How do I automate task routing through analysis and execution stages?

Automated task routing uses intent detection to map user requests into a deterministic skill chain, executing multi-stage workflows across analysis, decision, sizing, execution, and logging without manual wiring.

Can I chain trading analytics to execution and logging automatically?

Yes, you can chain trading analytics to execution and logging by providing a user request like 'analyze EURUSD', which triggers the system to auto-route the optimal end-to-end trade workflow sequence.

What is deterministic skill chaining for workflow orchestration?

Deterministic skill chaining is the mechanism that routes user requests into a predefined sequence of skills based on detected intent, ensuring consistent end-to-end task execution across automation stages.

How do I start an automated pipeline from a natural language request?

To start an automated pipeline, provide a natural language request like 'analyze EURUSD', and the system detects the intent to route and execute the optimal skill chain automatically.

Does the skill orchestration pipeline require external dependencies?

No, the skill orchestration pipeline requires no external dependencies, operating independently using YAML metadata and Markdown context to define required resources and route tasks.

What are the limitations of using intent detection for task routing?

Intent detection for task routing is limited to predefined multi-stage execution paths like analysis, decision, sizing, execution, and logging, requiring requests to match supported automation workflows.