What problem does it solve? Building workflow automations with the Kailash SDK requires knowing the correct node patterns, connection syntax, runtime selection, and parameter passing rules, and mistakes like wrong runtime choice or deprecated connection syntax cause failures. ## Core Features & Use Cases - Workflow Construction: Build workflows with the 4-parameter node pattern, 4-parameter connections, dot notation for nested data, and fan-out/fan-in topologies. - Runtime Execution: Choose between LocalRuntime for CLI/scripts and AsyncLocalRuntime for Docker/FastAPI, with async patterns and resource safety guidance. - Supporting References: Covers installation, imports, parameter passing, error handling, custom nodes via register_callback, MCP integration, and OpenTelemetry tracing. - Use Case: A developer needs to read a CSV, filter rows with PythonCodeNode, and write JSON output; this Skill provides the exact copy-paste pattern with correct ports and connections. ## Quick Start Ask the AI to create a Kailash workflow that reads a CSV file, processes the data with a PythonCodeNode, and executes it with LocalRuntime.