What problem does it solve?
This Skill removes the guesswork from building Kailash workflows by giving you the correct patterns for node creation, connections, execution, and safety checks.
Core Features & Use Cases
- Workflow Construction: Create workflows with string-based nodes, build them correctly, and execute them through the proper runtime.
- Data Flow and Routing: Connect nodes with the required four-parameter syntax, pass parameters reliably, and route outputs with dot notation and conditional logic.
- Production-Ready Operations: Handle async execution, error recovery, runtime lifecycle management, MCP integration, tracing, and best-practice PythonCodeNode usage.
- Use Case: A developer building an ETL pipeline can read source data, transform it with Python code, branch on conditions, pass runtime overrides, and run it safely in CLI, Docker, or FastAPI environments.
Quick Start
Ask me to create a basic Kailash workflow that reads data, transforms it, connects the nodes correctly, and runs it with the appropriate runtime.