error-troubleshooting

Official

Resolve Kailash SDK errors fast, get back to building.

AuthorIntegrum-Global
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Encountering errors during development can be frustrating and time-consuming. This Skill provides a comprehensive troubleshooting guide for common Kailash SDK errors, helping you quickly identify, understand, and resolve issues like missing .build() calls, incorrect connections, or runtime failures.

Core Features & Use Cases

  • Common Error Solutions: Step-by-step fixes for frequent issues like missing .build(), incorrect connection parameters, and cycle convergence problems.
  • Framework-Specific Debugging: Guidance for DataFlow template syntax errors, Nexus blocking issues, and parameter validation failures.
  • Use Case: Your workflow is hanging, or you're getting an unexpected error message. Use this Skill to quickly diagnose if it's a missing .build() call, a misconfigured connection, or a parameter validation issue, saving you hours of debugging.

Quick Start

Common Error: Missing .build()

❌ WRONG:

results, run_id = runtime.execute(workflow)

✅ CORRECT:

results, run_id = runtime.execute(workflow.build())

Dependency Matrix

Required Modules

kailash

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: error-troubleshooting
Download link: https://github.com/Integrum-Global/new_project_template/archive/main.zip#error-troubleshooting

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.